Searched refs:RX_FIFO_SIZE (Results 1 – 9 of 9) sorted by relevance
33 #define RX_FIFO_SIZE 3 macro107 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()
132 #define RX_FIFO_SIZE (32 * KiB) macro
132 #define RX_FIFO_SIZE (1024) macro
467 rx_fifo_sz = RX_FIFO_SIZE; in reconfig_usbd()
191 #define RX_FIFO_SIZE 144 /* From datasheet */ macro229 u8 rx_fifo_buf[RX_FIFO_SIZE];756 u8 rx_local_buf[RX_FIFO_SIZE]; in mrf24j40_handle_rx_read_buf_complete()
389 RX_FIFO_SIZE); in xgbe_pci_probe()
460 fifo8_create(&s->rx_fifo, RX_FIFO_SIZE); in aw_emac_realize()
2881 #define RX_FIFO_SIZE 16384 macro
3372 cp->rx_fifo_size = RX_FIFO_SIZE; in cas_check_invariants()