Searched refs:dw_count (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
H A D | via_verifier.c | 526 uint32_t a_fire, bcmd, dw_count; in via_check_prim_list() local 562 dw_count = 0; in via_check_prim_list() 564 dw_count += (cur_seq->multitex) ? 2 : 1; in via_check_prim_list() 566 dw_count += (cur_seq->multitex) ? 2 : 1; in via_check_prim_list() 568 dw_count++; in via_check_prim_list() 570 dw_count++; in via_check_prim_list() 572 dw_count++; in via_check_prim_list() 574 dw_count++; in via_check_prim_list() 576 dw_count++; in via_check_prim_list() 578 dw_count in via_check_prim_list() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.c | 229 u32 dw_count, *host_addr, hw_offset; in qed_memcpy_hw() local 244 dw_count = quota / 4; in qed_memcpy_hw() 248 while (dw_count--) in qed_memcpy_hw() 251 while (dw_count--) in qed_memcpy_hw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.c | 247 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()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cb710-mmc.c | 245 struct sg_mapping_iter *miter, size_t dw_count) in cb710_mmc_receive_pio() 255 slot->iobase + CB710_MMC_DATA_PORT, dw_count); in cb710_mmc_receive_pio() 244 cb710_mmc_receive_pio(struct cb710_slot *slot, struct sg_mapping_iter *miter, size_t dw_count) cb710_mmc_receive_pio() argument
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cb710-mmc.c | 245 struct sg_mapping_iter *miter, size_t dw_count) in cb710_mmc_receive_pio() 255 slot->iobase + CB710_MMC_DATA_PORT, dw_count); in cb710_mmc_receive_pio() 244 cb710_mmc_receive_pio(struct cb710_slot *slot, struct sg_mapping_iter *miter, size_t dw_count) cb710_mmc_receive_pio() argument
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 70 u32 dw_count, u32 bus_base_number) in pm80xx_pci_mem_copy() 74 for (index = 0; index < dw_count; index += 4, destination++) { in pm80xx_pci_mem_copy() 68 pm80xx_pci_mem_copy(struct pm8001_hba_info *pm8001_ha, u32 soffset, __le32 *destination, u32 dw_count, u32 bus_base_number) pm80xx_pci_mem_copy() argument
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 71 u32 dw_count, u32 bus_base_number) in pm80xx_pci_mem_copy() 75 for (index = 0; index < dw_count; index += 4, destination++) { in pm80xx_pci_mem_copy() 69 pm80xx_pci_mem_copy(struct pm8001_hba_info *pm8001_ha, u32 soffset, __le32 *destination, u32 dw_count, u32 bus_base_number) pm80xx_pci_mem_copy() argument
|
Completed in 17 milliseconds