Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A 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()
/openbmc/linux/drivers/mmc/host/
H A 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()
/openbmc/u-boot/cmd/
H A Dotp.c835 static int otp_print_conf(u32 offset, int dw_count) in otp_print_conf() argument
840 if (offset + dw_count > 32) in otp_print_conf()
843 for (i = offset; i < offset + dw_count; i++) { in otp_print_conf()
851 static int otp_print_data(u32 offset, int dw_count) in otp_print_data() argument
856 if (offset + dw_count > 2048 || offset % 4 != 0) in otp_print_data()
859 for (i = offset; i < offset + dw_count; i += 2) { in otp_print_data()
/openbmc/linux/drivers/scsi/pm8001/
H A 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()