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

Function eth_bare_read

freebsd/arm/mv/mv_common.c:1607–1616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1605}
1606
1607static int
1608eth_bare_read(uint32_t base, int i)
1609{
1610 uint32_t v;
1611
1612 v = win_eth_bare_read(base);
1613 v &= (1 << i);
1614
1615 return (v >> i);
1616}
1617
1618static void
1619eth_bare_write(uint32_t base, int i, int val)

Callers 1

decode_win_eth_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected