Home
last modified time | relevance | path

Searched refs:ASPEED_I3C_RX_QUEUE_CAPACITY (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/i3c/
H A Daspeed_i3c.h29 #define ASPEED_I3C_RX_QUEUE_CAPACITY 0x40 macro
/openbmc/qemu/tests/qtest/
H A Dremote-i3c-test.c258 uint16_t num_to_rx = (len - bytes_rxed) > ASPEED_I3C_RX_QUEUE_CAPACITY ? in aspeed_i3c_recv()
259 ASPEED_I3C_RX_QUEUE_CAPACITY : (len - bytes_rxed); in aspeed_i3c_recv()
/openbmc/qemu/hw/i3c/
H A Daspeed_i3c.c1848 fifo32_create(&s->rx_queue, ASPEED_I3C_RX_QUEUE_CAPACITY); in aspeed_i3c_device_realize()