Home | Sort by: relevance | last modified time | path |
/src/sys/dev/adb/ | |
adbvar.h | 114 void (*autopoll)(void *, int); /* bitmask of ADB addresses to poll */ member in struct:adb_bus_accessops |
/src/sys/dev/pci/ | |
if_bge.c | 1088 uint32_t autopoll; local in function:bge_miibus_readreg 1098 autopoll = CSR_READ_4(sc, BGE_MI_MODE); 1099 if (autopoll & BGE_MIMODE_AUTOPOLL) { 1128 if (autopoll & BGE_MIMODE_AUTOPOLL) { 1143 uint32_t data, autopoll; local in function:bge_miibus_writereg 1157 autopoll = CSR_READ_4(sc, BGE_MI_MODE); 1158 if (autopoll & BGE_MIMODE_AUTOPOLL) { 1185 if (autopoll & BGE_MIMODE_AUTOPOLL) { |