Home
last modified time | relevance | path

Searched refs:RL_MII (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/rl/
H A Dif_rl.c365 val = CSR_READ_1(sc, RL_MII); in rl_mii_bitbang_read()
366 CSR_BARRIER(sc, RL_MII, 1, in rl_mii_bitbang_read()
382 CSR_WRITE_1(sc, RL_MII, val); in rl_mii_bitbang_write()
383 CSR_BARRIER(sc, RL_MII, 1, in rl_mii_bitbang_write()
H A Dif_rlreg.h92 #define RL_MII 0x005A /* 8129 chip only */ macro