Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/char/ipmi/
A Dssif_bmc.c102 struct ssif_part_buffer part_buf; member
484 ssif_bmc->part_buf.length = *val; in handle_write_received()
485 ssif_bmc->part_buf.index = 0; in handle_write_received()
487 ssif_bmc->part_buf.payload[ssif_bmc->part_buf.index++] = *val; in handle_write_received()
580 ssif_bmc->part_buf.smbus_cmd = *val; in process_smbus_cmd()
615 ssif_bmc->part_buf.smbus_cmd); in on_read_requested_event()
638 calculate_response_part_pec(&ssif_bmc->part_buf); in on_read_requested_event()
639 ssif_bmc->part_buf.index = 0; in on_read_requested_event()
640 *val = ssif_bmc->part_buf.length; in on_read_requested_event()
682 ssif_bmc->part_buf.address = *val; in on_write_requested_event()
[all …]
/linux-6.3-rc2/drivers/mmc/host/
A Ddw_mmc.h224 u64 part_buf; member
A Ddw_mmc.c2292 memcpy((void *)&host->part_buf, buf, cnt); in dw_mci_set_part_bytes()
2300 memcpy((void *)&host->part_buf + host->part_buf_count, buf, cnt); in dw_mci_push_part_bytes()
2310 memcpy(buf, (void *)&host->part_buf + host->part_buf_start, in dw_mci_pull_part_bytes()
2321 memcpy(buf, &host->part_buf, cnt); in dw_mci_pull_final_bytes()
2505 mci_fifo_writeq(host->fifo_reg, host->part_buf); in dw_mci_push_data64()
2539 mci_fifo_writeq(host->fifo_reg, host->part_buf); in dw_mci_push_data64()
2572 host->part_buf = mci_fifo_readq(host->fifo_reg); in dw_mci_pull_data64()

Completed in 14 milliseconds