Lines Matching refs:macctrl
456 u16 macctrl; in rio_open() local
519 macctrl = 0; in rio_open()
520 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_open()
521 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_open()
522 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_open()
523 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_open()
524 dw16(MACCtrl, macctrl); in rio_open()
973 u16 macctrl; in rio_error() local
987 macctrl = 0; in rio_error()
988 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()
989 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_error()
990 macctrl |= (np->tx_flow) ? in rio_error()
992 macctrl |= (np->rx_flow) ? in rio_error()
994 dw16(MACCtrl, macctrl); in rio_error()