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

Function eth_epap_write

freebsd/arm/mv/mv_common.c:1629–1638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629static void
1630eth_epap_write(uint32_t base, int i, int val)
1631{
1632 uint32_t v;
1633
1634 v = win_eth_epap_read(base);
1635 v &= ~(0x3 << (i * 2));
1636 v |= (val << (i * 2));
1637 win_eth_epap_write(base, v);
1638}
1639
1640static void
1641decode_win_eth_dump(u_long base)

Callers 1

decode_win_eth_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected