Home
last modified time | relevance | path

Searched refs:RX_FIFO_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/net/
H A Dallwinner_emac.h132 #define RX_FIFO_SIZE (32 * KiB) macro
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h132 #define RX_FIFO_SIZE (1024) macro
H A Ddwc2_udc_otg.c467 rx_fifo_sz = RX_FIFO_SIZE; in reconfig_usbd()
/openbmc/qemu/hw/net/
H A Dallwinner_emac.c460 fifo8_create(&s->rx_fifo, RX_FIFO_SIZE); in aw_emac_realize()