Searched refs:QUEUE_THLD_CTRL (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/i3c/ |
H A D | aspeed_i3c.c | 147 REG32(QUEUE_THLD_CTRL, 0x1c) 148 FIELD(QUEUE_THLD_CTRL, CMD_BUF_EMPTY_THLD, 0, 8); 149 FIELD(QUEUE_THLD_CTRL, RESP_BUF_THLD, 8, 8); 150 FIELD(QUEUE_THLD_CTRL, IBI_DATA_THLD, 16, 8); 151 FIELD(QUEUE_THLD_CTRL, IBI_STATUS_THLD, 24, 8); 459 uint8_t ibi_slice_size = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_ibi_slice_size() 872 uint8_t threshold = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_ibi_queue_push() 947 uint8_t empty_threshold = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_cmd_queue_reset() 1078 uint8_t threshold = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_ibi_queue_r() 1100 uint8_t threshold = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_resp_queue_port_r() [all …]
|
/openbmc/linux/drivers/i3c/master/ |
H A D | dw-i3c-master.c | 90 #define QUEUE_THLD_CTRL 0x1c macro 399 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked() 402 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked() 631 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_bus_init() 637 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_bus_init()
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | pio.c | 196 pio_reg_write(QUEUE_THLD_CTRL, val); in hci_pio_init() 750 pio_reg_write(QUEUE_THLD_CTRL, regval); in hci_pio_set_ibi_thresh()
|