Lines Matching refs:REG_BMSR
177 #define REG_BMSR 33 macro
696 data[REG_BMSR]); in natsemi_dump_regs()
707 data[REG_BMSR] & BIT_BMSR_LNK ? "Up" : "Down", in natsemi_dump_regs()
708 data[REG_BMSR] & BIT_BMSR_ANCAP ? "" : "Not ", in natsemi_dump_regs()
709 data[REG_BMSR] & BIT_BMSR_ANDONE ? "" : "Not ", in natsemi_dump_regs()
710 data[REG_BMSR] & BIT_BMSR_PREAMBLE ? "" : "Not ", in natsemi_dump_regs()
711 data[REG_BMSR] & BIT_BMSR_10HCAP ? "" : "Not ", in natsemi_dump_regs()
712 data[REG_BMSR] & BIT_BMSR_10FCAP ? "" : "Not ", in natsemi_dump_regs()
713 data[REG_BMSR] & BIT_BMSR_100HCAP ? "" : "Not ", in natsemi_dump_regs()
714 data[REG_BMSR] & BIT_BMSR_100FCAP ? "" : "Not ", in natsemi_dump_regs()
715 data[REG_BMSR] & BIT_BMSR_100T4CAP ? "" : "Not "); in natsemi_dump_regs()
716 if (data[REG_BMSR] & BIT_BMSR_JABBER) fprintf(stdout, in natsemi_dump_regs()
718 if (data[REG_BMSR] & BIT_BMSR_RFAULT) fprintf(stdout, in natsemi_dump_regs()