Lines Matching refs:macctrl
537 u16 macctrl;
612 macctrl = 0;
613 macctrl |= (np->vlan) ? AutoVLANuntagging : 0;
614 macctrl |= (np->full_duplex) ? DuplexSelect : 0;
615 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0;
616 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0;
617 dw16(MACCtrl, macctrl);
1038 u16 macctrl;
1052 macctrl = 0;
1053 macctrl |= (np->vlan) ? AutoVLANuntagging : 0;
1054 macctrl |= (np->full_duplex) ? DuplexSelect : 0;
1055 macctrl |= (np->tx_flow) ?
1057 macctrl |= (np->rx_flow) ?
1059 dw16(MACCtrl, macctrl);