Searched refs:cpr16 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D8139cp.c372 #define cpr16(reg) readw(cp->regs + (reg)) macro
612 if (cpr16(IntrStatus) & cp_rx_intr_mask)
636 status = cpr16(IntrStatus);
642 dev->name, status, cpr8(Cmd), cpr16(CpCmd));
988 cpw16(IntrStatus, ~(cpr16(IntrStatus)));
992 cpw16_f(IntrStatus, ~(cpr16(IntrStatus)));
1416 return (cpr16(CpCmd) & RxChkSum) ? 1 : 0;

Completed in 86 milliseconds