Lines Matching refs:mopt
662 unsigned int mopt; in a3c90x_hw_start() local
692 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
696 mopt &= 0x7F; in a3c90x_hw_start()
702 if (mopt & 0x01) { in a3c90x_hw_start()
706 if (mopt & 0x04) { in a3c90x_hw_start()
710 if (mopt & 0x10) { in a3c90x_hw_start()
714 if (mopt & 0x20) { in a3c90x_hw_start()
718 if (mopt & 0x40) { in a3c90x_hw_start()
722 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
725 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
728 } else if ((mopt & 0xA) == 0x8) { in a3c90x_hw_start()