Home | History | Annotate | Download | only in usb

Lines Matching defs:rxmode

346 	uint32_t h = 0, rxmode;
351 rxmode = ure_read_4(un, URE_PLA_RCR, URE_MCU_TYPE_PLA);
352 rxmode &= ~(URE_RCR_AAP | URE_RCR_AM);
360 rxmode |= URE_RCR_AM; /* ??? */
361 rxmode |= URE_RCR_AAP;
372 rxmode |= URE_RCR_AM;
382 rxmode |= URE_RCR_AM; /* activate mcast hash filter */
390 ure_write_4(un, URE_PLA_RCR, URE_MCU_TYPE_PLA, rxmode);
674 uint32_t rxmode, rx_fifo1, rx_fifo2;
683 rxmode = ure_read_4(un, URE_PLA_RCR, URE_MCU_TYPE_PLA);
684 rxmode &= ~URE_RCR_ACPT_ALL;
685 rxmode |= URE_RCR_APM | URE_RCR_AB; /* accept my own DA and bcast */
686 ure_write_4(un, URE_PLA_RCR, URE_MCU_TYPE_PLA, rxmode);