Searched refs:part_buf (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/mmc/host/ | 
| D | dw_mmc.c | 2183 	memcpy((void *)&host->part_buf, buf, cnt);  in dw_mci_set_part_bytes() 2191 	memcpy((void *)&host->part_buf + host->part_buf_count, buf, cnt);  in dw_mci_push_part_bytes() 2201 		memcpy(buf, (void *)&host->part_buf + host->part_buf_start,  in dw_mci_pull_part_bytes() 2212 	memcpy(buf, &host->part_buf, cnt);  in dw_mci_pull_final_bytes() 2396 			mci_fifo_writeq(host->fifo_reg,	host->part_buf);  in dw_mci_push_data64() 2430 			mci_fifo_writeq(host->fifo_reg, host->part_buf);  in dw_mci_push_data64() 2463 		host->part_buf = mci_fifo_readq(host->fifo_reg);  in dw_mci_pull_data64()
  | 
| D | dw_mmc.h | 219 		u64		part_buf;  member
  |