Searched refs:RESPONSE_QUEUE_PORT (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | remote-i3c-test.c | 69 REG32(RESPONSE_QUEUE_PORT, 0x10) 70 FIELD(RESPONSE_QUEUE_PORT, DL, 0, 16) 71 FIELD(RESPONSE_QUEUE_PORT, CCCT, 16, 8) 72 FIELD(RESPONSE_QUEUE_PORT, TID, 24, 4) 73 FIELD(RESPONSE_QUEUE_PORT, ERR_STATUS, 28, 4)
|
/openbmc/qemu/hw/i3c/ |
H A D | aspeed_i3c.c | 134 REG32(RESPONSE_QUEUE_PORT, 0x10) 135 FIELD(RESPONSE_QUEUE_PORT, DL, 0, 16) 136 FIELD(RESPONSE_QUEUE_PORT, CCCT, 16, 8) 137 FIELD(RESPONSE_QUEUE_PORT, TID, 24, 4) 138 FIELD(RESPONSE_QUEUE_PORT, ERR_STATUS, 28, 4) 1152 val = FIELD_DP32(val, RESPONSE_QUEUE_PORT, ERR_STATUS, err); in aspeed_i3c_device_resp_queue_push() 1153 val = FIELD_DP32(val, RESPONSE_QUEUE_PORT, TID, tid); in aspeed_i3c_device_resp_queue_push() 1154 val = FIELD_DP32(val, RESPONSE_QUEUE_PORT, CCCT, ccc_type); in aspeed_i3c_device_resp_queue_push() 1155 val = FIELD_DP32(val, RESPONSE_QUEUE_PORT, DL, data_len); in aspeed_i3c_device_resp_queue_push()
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | pio.c | 481 u32 resp = pio_reg_read(RESPONSE_QUEUE_PORT); in hci_pio_process_resp() 706 u32 resp = pio_reg_read(RESPONSE_QUEUE_PORT); in hci_pio_err()
|
/openbmc/linux/drivers/i3c/master/ |
H A D | dw-i3c-master.c | 63 #define RESPONSE_QUEUE_PORT 0x10 macro 473 resp = readl(master->regs + RESPONSE_QUEUE_PORT); in dw_i3c_master_end_xfer_locked()
|