Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c247 u32 dw_count, *host_addr, hw_offset; in qed_memcpy_hw() local
262 dw_count = quota / 4; in qed_memcpy_hw()
266 while (dw_count--) in qed_memcpy_hw()
269 while (dw_count--) in qed_memcpy_hw()
/linux-6.6.21/drivers/mmc/host/
Dcb710-mmc.c245 struct sg_mapping_iter *miter, size_t dw_count) in cb710_mmc_receive_pio() argument
255 slot->iobase + CB710_MMC_DATA_PORT, dw_count); in cb710_mmc_receive_pio()
/linux-6.6.21/drivers/scsi/pm8001/
Dpm80xx_hwi.c71 u32 dw_count, u32 bus_base_number) in pm80xx_pci_mem_copy() argument
75 for (index = 0; index < dw_count; index += 4, destination++) { in pm80xx_pci_mem_copy()