Searched refs:REG_BMSR (Results 1 – 1 of 1) sorted by relevance
177 #define REG_BMSR 33 macro696 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()[all …]