Home
last modified time | relevance | path

Searched refs:cmd_resp_queue_capacity_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/i3c/
H A Ddw-i3c.h186 uint8_t cmd_resp_queue_capacity_bytes; member
/openbmc/qemu/hw/i3c/
H A Ddw-i3c.c1820 fifo32_create(&s->cmd_queue, s->cfg.cmd_resp_queue_capacity_bytes); in dw_i3c_realize()
1821 fifo32_create(&s->resp_queue, s->cfg.cmd_resp_queue_capacity_bytes); in dw_i3c_realize()
1839 cfg.cmd_resp_queue_capacity_bytes, 0x10),