Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
A Dssif_bmc.c102 struct ssif_part_buffer part_buf; member
486 ssif_bmc->part_buf.length = *val; in handle_write_received()
487 ssif_bmc->part_buf.index = 0; in handle_write_received()
489 ssif_bmc->part_buf.payload[ssif_bmc->part_buf.index++] = *val; in handle_write_received()
582 ssif_bmc->part_buf.smbus_cmd = *val; in process_smbus_cmd()
617 ssif_bmc->part_buf.smbus_cmd); in on_read_requested_event()
640 calculate_response_part_pec(&ssif_bmc->part_buf); in on_read_requested_event()
641 ssif_bmc->part_buf.index = 0; in on_read_requested_event()
642 *val = ssif_bmc->part_buf.length; in on_read_requested_event()
684 ssif_bmc->part_buf.address = *val; in on_write_requested_event()
[all …]
/linux/drivers/mmc/host/
A Ddw_mmc.h225 u64 part_buf; member
A Ddw_mmc.c2297 memcpy((void *)&host->part_buf, buf, cnt); in dw_mci_set_part_bytes()
2305 memcpy((void *)&host->part_buf + host->part_buf_count, buf, cnt); in dw_mci_push_part_bytes()
2315 memcpy(buf, (void *)&host->part_buf + host->part_buf_start, in dw_mci_pull_part_bytes()
2326 memcpy(buf, &host->part_buf, cnt); in dw_mci_pull_final_bytes()
2510 mci_fifo_writeq(host->fifo_reg, host->part_buf); in dw_mci_push_data64()
2544 mci_fifo_writeq(host->fifo_reg, host->part_buf); in dw_mci_push_data64()
2577 host->part_buf = mci_fifo_readq(host->fifo_reg); in dw_mci_pull_data64()

Completed in 15 milliseconds