Home
last modified time | relevance | path

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

/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()
/drivers/gpu/drm/via/
Dvia_dri1.c918 uint32_t a_fire, bcmd, dw_count; in via_check_prim_list() local
954 dw_count = 0; in via_check_prim_list()
956 dw_count += (cur_seq->multitex) ? 2 : 1; in via_check_prim_list()
958 dw_count += (cur_seq->multitex) ? 2 : 1; in via_check_prim_list()
960 dw_count++; in via_check_prim_list()
962 dw_count++; in via_check_prim_list()
964 dw_count++; in via_check_prim_list()
966 dw_count++; in via_check_prim_list()
968 dw_count++; in via_check_prim_list()
970 dw_count++; in via_check_prim_list()
[all …]
/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()
/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()