Lines Matching refs:macctrl
525 u16 macctrl; in rio_hw_init() local
600 macctrl = 0; in rio_hw_init()
601 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_hw_init()
602 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_hw_init()
603 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()
604 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init()
605 dw16(MACCtrl, macctrl); in rio_hw_init()
1023 u16 macctrl; in rio_error() local
1037 macctrl = 0; in rio_error()
1038 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()
1039 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_error()
1040 macctrl |= (np->tx_flow) ? in rio_error()
1042 macctrl |= (np->rx_flow) ? in rio_error()
1044 dw16(MACCtrl, macctrl); in rio_error()