Lines Matching refs:mopt
697 unsigned int mopt; in a3c90x_probe() local
823 mopt = inw(INF_3C90X.IOAddr + regResetMediaOptions_3_w); in a3c90x_probe()
828 mopt &= 0x7F; in a3c90x_probe()
834 if (mopt & 0x01) in a3c90x_probe()
839 if (mopt & 0x04) in a3c90x_probe()
844 if (mopt & 0x10) in a3c90x_probe()
849 if (mopt & 0x20) in a3c90x_probe()
854 if (mopt & 0x40) in a3c90x_probe()
859 if ((mopt & 0xA) == 0xA) in a3c90x_probe()
864 else if ((mopt & 0xA) == 0x2) in a3c90x_probe()
869 else if ((mopt & 0xA) == 0x8) in a3c90x_probe()