Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i3c/master/mipi-i3c-hci/
Ddma.c133 unsigned int xfer_struct_sz, resp_struct_sz, ibi_status_sz, ibi_chunk_sz; member
188 rh->resp_struct_sz * rh->xfer_entries, in hci_dma_cleanup()
248 rh->resp_struct_sz = FIELD_GET(CR_RESP_STRUCT_SIZE, regval); in hci_dma_init()
250 rh->xfer_struct_sz, rh->resp_struct_sz); in hci_dma_init()
252 resps_sz = rh->resp_struct_sz * rh->xfer_entries; in hci_dma_init()
506 ring_resp = rh->resp + rh->resp_struct_sz * done_ptr; in hci_dma_xfer_done()