Lines Matching refs:macctrl
416 u16 macctrl; in rio_open() local
475 macctrl = 0; in rio_open()
476 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_open()
477 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_open()
478 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_open()
479 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_open()
480 dw16(MACCtrl, macctrl); in rio_open()
927 u16 macctrl; in rio_error() local
941 macctrl = 0; in rio_error()
942 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()
943 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_error()
944 macctrl |= (np->tx_flow) ? in rio_error()
946 macctrl |= (np->rx_flow) ? in rio_error()
948 dw16(MACCtrl, macctrl); in rio_error()