Lines Matching refs:macctrl
525 u16 macctrl; in rio_hw_init() local
599 macctrl = 0; in rio_hw_init()
600 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_hw_init()
601 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_hw_init()
602 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()
603 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init()
604 dw16(MACCtrl, macctrl); in rio_hw_init()
1020 u16 macctrl; in rio_error() local
1034 macctrl = 0; in rio_error()
1035 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()
1036 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_error()
1037 macctrl |= (np->tx_flow) ? in rio_error()
1039 macctrl |= (np->rx_flow) ? in rio_error()
1041 dw16(MACCtrl, macctrl); in rio_error()