Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dipoctal232.c33 #define RX_FIFO_SIZE 3 macro
107 uint8_t rhr[RX_FIFO_SIZE];
138 VMSTATE_UINT8_ARRAY(rhr, SCC2698Channel, RX_FIFO_SIZE),
298 ch->rhr_idx = (ch->rhr_idx + 1) % RX_FIFO_SIZE; in io_read()
472 int available_bytes = RX_FIFO_SIZE - ch->rx_pending; in hostdev_can_receive()
483 assert(size + ch->rx_pending <= RX_FIFO_SIZE); in hostdev_receive()
487 pos %= RX_FIFO_SIZE; in hostdev_receive()
/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/linux/drivers/net/ieee802154/
H A Dmrf24j40.c191 #define RX_FIFO_SIZE 144 /* From datasheet */ macro
229 u8 rx_fifo_buf[RX_FIFO_SIZE];
756 u8 rx_local_buf[RX_FIFO_SIZE]; in mrf24j40_handle_rx_read_buf_complete()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c389 RX_FIFO_SIZE); in xgbe_pci_probe()
/openbmc/qemu/hw/net/
H A Dallwinner_emac.c460 fifo8_create(&s->rx_fifo, RX_FIFO_SIZE); in aw_emac_realize()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dcassini.h2881 #define RX_FIFO_SIZE 16384 macro
H A Dcassini.c3372 cp->rx_fifo_size = RX_FIFO_SIZE; in cas_check_invariants()