Searched refs:WB_SIO (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wb.c244 CSR_WRITE_4(sc, WB_SIO, \
245 CSR_READ_4(sc, WB_SIO) | (x))
248 CSR_WRITE_4(sc, WB_SIO, \
249 CSR_READ_4(sc, WB_SIO) & ~(x))
293 CSR_WRITE_4(sc, WB_SIO, WB_SIO_EESEL|WB_SIO_EE_CS);
300 CSR_WRITE_4(sc, WB_SIO, WB_SIO_EESEL|WB_SIO_EE_CS);
308 if (CSR_READ_4(sc, WB_SIO) & WB_SIO_EE_DATAOUT)
315 CSR_WRITE_4(sc, WB_SIO, 0);
355 val = CSR_READ_4(sc, WB_SIO);
356 CSR_BARRIER(sc, WB_SIO,
[all...]
H A Dif_wbreg.h48 #define WB_SIO 0x24 /* MII and ROM/EEPROM access */ macro

Completed in 52 milliseconds