/src/sys/dev/ic/ |
opl.c | 243 u_int8_t status1, status2; local in function:opl_find 263 status2 = bus_space_read_1(sc->iot,sc->ioh,OPL_STATUS+OPL_L+sc->offs); 269 DPRINTFN(2,("opl_find: %02x %02x\n", status1, status2)); 272 (status2 & OPL_STATUS_MASK) != (OPL_STATUS_IRQ | OPL_STATUS_FT1))
|
opl.c | 243 u_int8_t status1, status2; local in function:opl_find 263 status2 = bus_space_read_1(sc->iot,sc->ioh,OPL_STATUS+OPL_L+sc->offs); 269 DPRINTFN(2,("opl_find: %02x %02x\n", status1, status2)); 272 (status2 & OPL_STATUS_MASK) != (OPL_STATUS_IRQ | OPL_STATUS_FT1))
|
/src/sys/dev/qbus/ |
if_qe.c | 571 int csr, status1, status2, len; local in function:qeintr 581 status2 = qc->qc_recv[sc->sc_nextrx].qe_status2; 585 (status2 & QE_RBL_LO)) + 60;
|
if_qe.c | 571 int csr, status1, status2, len; local in function:qeintr 581 status2 = qc->qc_recv[sc->sc_nextrx].qe_status2; 585 (status2 & QE_RBL_LO)) + 60;
|
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416desc.h | 57 uint32_t status2; member in struct:ar5416_rx_desc 93 #define ds_rxstatus2 u.rx.status2
|
ar5416desc.h | 57 uint32_t status2; member in struct:ar5416_rx_desc 93 #define ds_rxstatus2 u.rx.status2
|