Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c131 unsigned int xfer_struct_sz, resp_struct_sz, ibi_status_sz, ibi_chunk_sz; member
194 rh->resp_struct_sz * rh->xfer_entries, in hci_dma_free()
353 rh->resp_struct_sz = FIELD_GET(CR_RESP_STRUCT_SIZE, regval); in hci_dma_init()
356 rh->xfer_struct_sz, rh->resp_struct_sz); in hci_dma_init()
358 resps_sz = rh->resp_struct_sz * rh->xfer_entries; in hci_dma_init()
629 ring_resp = rh->resp + rh->resp_struct_sz * done_ptr; in hci_dma_xfer_done()