Searched refs:part_buf (Results 1 – 3 of 3) sorted by relevance
| /drivers/char/ipmi/ |
| A D | ssif_bmc.c | 102 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 …]
|
| /drivers/mmc/host/ |
| A D | dw_mmc.c | 2296 memcpy((void *)&host->part_buf, buf, cnt); in dw_mci_set_part_bytes() 2304 memcpy((void *)&host->part_buf + host->part_buf_count, buf, cnt); in dw_mci_push_part_bytes() 2314 memcpy(buf, (void *)&host->part_buf + host->part_buf_start, in dw_mci_pull_part_bytes() 2325 memcpy(buf, &host->part_buf, cnt); in dw_mci_pull_final_bytes() 2509 mci_fifo_writeq(host->fifo_reg, host->part_buf); in dw_mci_push_data64() 2543 mci_fifo_writeq(host->fifo_reg, host->part_buf); in dw_mci_push_data64() 2576 host->part_buf = mci_fifo_readq(host->fifo_reg); in dw_mci_pull_data64() 2594 mci_fifo_l_writeq(host->fifo_reg, host->part_buf); in dw_mci_push_data64_32() 2628 mci_fifo_l_writeq(host->fifo_reg, host->part_buf); in dw_mci_push_data64_32() 2661 host->part_buf = mci_fifo_l_readq(host->fifo_reg); in dw_mci_pull_data64_32()
|
| A D | dw_mmc.h | 225 u64 part_buf; member
|
Completed in 17 milliseconds