Lines Matching defs:macctrl
526 u16 macctrl;
601 macctrl = 0;
602 macctrl |= (np->vlan) ? AutoVLANuntagging : 0;
603 macctrl |= (np->full_duplex) ? DuplexSelect : 0;
604 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0;
605 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0;
606 dw16(MACCtrl, macctrl);
1024 u16 macctrl;
1038 macctrl = 0;
1039 macctrl |= (np->vlan) ? AutoVLANuntagging : 0;
1040 macctrl |= (np->full_duplex) ? DuplexSelect : 0;
1041 macctrl |= (np->tx_flow) ?
1043 macctrl |= (np->rx_flow) ?
1045 dw16(MACCtrl, macctrl);