Searched refs:XE_INB (Results 1 – 2 of 2) sorted by relevance
284 scp->version = XE_INB(XE_BOV); in xe_attach()286 scp->srev = (XE_INB(XE_BOV) & 0x70) >> 4; in xe_attach()288 scp->srev = (XE_INB(XE_BOV) & 0x30) >> 4; in xe_attach()302 DEVPRINTF(1, (dev, "CE2 version = 0x%02x\n", XE_INB(XE_REV))); in xe_attach()396 XE_OUTB(XE_ECR, XE_INB(XE_ECR) | XE_ECR_EARLY_TX); in xe_init_locked()608 tpr = XE_INB(XE_TPR); in xe_txintr()727 while ((esr = XE_INB(XE_ESR)) & XE_ESR_FULL_PACKET_RX) { in xe_rxintr()728 rsr = XE_INB(XE_RSR); in xe_rxintr()809 XE_INB(XE_EDP); in xe_rxintr()865 psr = XE_INB(XE_PR); in xe_intr()[all …]
79 #define XE_INB(r) bus_read_1(scp->port_res, (r)) macro