Home
last modified time | relevance | path

Searched refs:FXP_CB_STATUS_C (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/sandpoint/stand/altboot/
Dfxp.c279 while (!(le16toh(cbp->cb_status) & FXP_CB_STATUS_C) && --i > 0) { in fxp_init()
303 while (!(le16toh(cb_ias->cb_status) & FXP_CB_STATUS_C) && --i > 0) { in fxp_init()
355 while (!(le16toh(txd->cb_status) & FXP_CB_STATUS_C) && --loop > 0) { in fxp_send()
/netbsd/src/sys/dev/ic/
Di82557.c1182 if ((txstat & FXP_CB_STATUS_C) == 0) in fxp_txintr()
1872 if ((status & FXP_CB_STATUS_C) != 0) in fxp_init()
1907 if ((status & FXP_CB_STATUS_C) != 0) in fxp_init()
2304 if ((status & FXP_CB_STATUS_C) != 0) in fxp_mc_setup()
2417 if ((status & FXP_CB_STATUS_C) != 0) in fxp_load_ucode()
Di82557reg.h370 #define FXP_CB_STATUS_C 0x8000 macro