Home
last modified time | relevance | path

Searched refs:RxControl (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DAx88772.c665 UINT16 RxControl; in Ax88772RxControl() local
732 RxControl = RXC_SO | RXC_RH1M; in Ax88772RxControl()
737 RxControl |= RXC_AM; in Ax88772RxControl()
755 RxControl |= RXC_AMALL; in Ax88772RxControl()
762 RxControl |= RXC_AB; in Ax88772RxControl()
769 RxControl |= RXC_PRO; in Ax88772RxControl()
775 if (pNicDevice->CurRxControl != RxControl) { in Ax88772RxControl()
779 SetupMsg.Value = RxControl; in Ax88772RxControl()
786 pNicDevice->CurRxControl = RxControl; in Ax88772RxControl()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c1006 UINT16 RxControl; in Ax88772RxControl() local
1022 RxControl = RXC_SO | RXC_MFB_16384; in Ax88772RxControl()
1069 RxControl |= RXC_AM; in Ax88772RxControl()
1078 RxControl |= RXC_AMALL; in Ax88772RxControl()
1087 RxControl |= RXC_AB; in Ax88772RxControl()
1094 RxControl |= RXC_PRO; in Ax88772RxControl()
1114 SetupMsg.Value = RxControl; in Ax88772RxControl()
1123 RxControl )); in Ax88772RxControl()