Lines Matching refs:GetBit
225 #define GetBit(x,y) ((x & (1<<y))>>y) macro
622 printk(KERN_DEBUG " Plug 'n Pray: %d\n",GetBit(Word,ee_PnP)); in printEEPROMInfo()
623 printk(KERN_DEBUG " Buswidth: %d\n",(GetBit(Word,ee_BusWidth)+1)*8 ); in printEEPROMInfo()
624 printk(KERN_DEBUG " AutoNegotiation: %d\n",GetBit(Word,ee_AutoNeg)); in printEEPROMInfo()
631 printk(KERN_DEBUG " LI: %d\n", GetBit(Word,ee_LI)); in printEEPROMInfo()
632 printk(KERN_DEBUG " PC: %d\n", GetBit(Word,ee_PC)); in printEEPROMInfo()
633 printk(KERN_DEBUG " TPE/AUI: %d\n", GetBit(Word,ee_TPE_AUI)); in printEEPROMInfo()
634 printk(KERN_DEBUG " Jabber: %d\n", GetBit(Word,ee_Jabber)); in printEEPROMInfo()
635 printk(KERN_DEBUG " AutoPort: %d\n", !GetBit(Word,ee_AutoPort)); in printEEPROMInfo()
636 printk(KERN_DEBUG " Duplex: %d\n", GetBit(Word,ee_Duplex)); in printEEPROMInfo()
641 printk(KERN_DEBUG " BNC: %d\n",GetBit(Word,ee_BNC_TPE)); in printEEPROMInfo()
642 printk(KERN_DEBUG " NumConnectors: %d\n",GetBit(Word,ee_NumConn)); in printEEPROMInfo()
644 if (GetBit(Word,ee_PortTPE)) printk(KERN_DEBUG "TPE "); in printEEPROMInfo()
645 if (GetBit(Word,ee_PortBNC)) printk(KERN_DEBUG "BNC "); in printEEPROMInfo()
646 if (GetBit(Word,ee_PortAUI)) printk(KERN_DEBUG "AUI "); in printEEPROMInfo()
659 if (GetBit(Word,i)) printk(KERN_DEBUG " INT%d -> IRQ %d;",j++,i); in printEEPROMInfo()
838 if (GetBit(lp->word[5], ee_BNC_TPE)) in eepro_probe1()
1692 if (GetBit(lp->word[5], ee_PortTPE)) { in eepro_ethtool_get_settings()
1696 if (GetBit(lp->word[5], ee_PortBNC)) { in eepro_ethtool_get_settings()
1700 if (GetBit(lp->word[5], ee_PortAUI)) { in eepro_ethtool_get_settings()