/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
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
keystone-k2g-ice.dts | 177 label = "status2:red:usr"; 183 label = "status2:green:usr"; 189 label = "status2:yellow:usr";
|
omap4-panda-common.dtsi | 59 label = "pandaboard::status2";
|
motorola-mapphone-common.dtsi | 465 /* status2 0x4a100078 gpmc_ncs2.gpio_52 d21 */
|
/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))
|
/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;
|
/src/etc/ |
MAKEDEV.tmpl | 712 read status2; 713 case "$status1,$status2" in 715 0,*) exit $status2;;
|