Searched refs:resp_struct_sz (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c133 unsigned int xfer_struct_sz, resp_struct_sz, ibi_status_sz, ibi_chunk_sz; member in struct:hci_rh_data
188 rh->resp_struct_sz * rh->xfer_entries,
251 rh->resp_struct_sz = FIELD_GET(CR_RESP_STRUCT_SIZE, regval);
252 DBG("xfer_struct_sz = %d, resp_struct_sz = %d",
253 rh->xfer_struct_sz, rh->resp_struct_sz);
255 resps_sz = rh->resp_struct_sz * rh->xfer_entries;
511 ring_resp = rh->resp + rh->resp_struct_sz * done_ptr;

Completed in 200 milliseconds