Lines Matching defs:macctrl
525 u16 macctrl;
600 macctrl = 0;
601 macctrl |= (np->vlan) ? AutoVLANuntagging : 0;
602 macctrl |= (np->full_duplex) ? DuplexSelect : 0;
603 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0;
604 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0;
605 dw16(MACCtrl, macctrl);
1021 u16 macctrl;
1035 macctrl = 0;
1036 macctrl |= (np->vlan) ? AutoVLANuntagging : 0;
1037 macctrl |= (np->full_duplex) ? DuplexSelect : 0;
1038 macctrl |= (np->tx_flow) ?
1040 macctrl |= (np->rx_flow) ?
1042 dw16(MACCtrl, macctrl);