MCPcopy Create free account
hub / github.com/F-Stack/f-stack / win_eth_can_remap

Function win_eth_can_remap

freebsd/arm/mv/mv_common.c:1596–1605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1594 **************************************************************************/
1595
1596static int
1597win_eth_can_remap(int i)
1598{
1599
1600 /* ETH encode windows 0-3 have remap capability */
1601 if (i < 4)
1602 return (1);
1603
1604 return (0);
1605}
1606
1607static int
1608eth_bare_read(uint32_t base, int i)

Callers 2

decode_win_eth_dumpFunction · 0.85
decode_win_eth_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected