Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_compat.h42 uint32_t __iomem *dest32; in lpfc_memcpy_to_slim() local
47 dest32 = (uint32_t __iomem *) dest; in lpfc_memcpy_to_slim()
52 writel( *src32, dest32); in lpfc_memcpy_to_slim()
53 readl(dest32); /* flush */ in lpfc_memcpy_to_slim()
54 dest32++; in lpfc_memcpy_to_slim()
64 uint32_t *dest32; in lpfc_memcpy_from_slim() local
69 dest32 = (uint32_t *) dest; in lpfc_memcpy_from_slim()
74 *dest32 = readl( src32); in lpfc_memcpy_from_slim()
75 dest32++; in lpfc_memcpy_from_slim()
/linux-5.19.10/drivers/mtd/nand/raw/ingenic/
Djz4780_bch.c111 u32 *dest32; in jz4780_bch_read_parity() local
115 dest32 = (u32 *)buf; in jz4780_bch_read_parity()
117 *dest32++ = readl(bch->base + BCH_BHPAR0 + offset); in jz4780_bch_read_parity()
121 dest8 = (u8 *)dest32; in jz4780_bch_read_parity()
Djz4725b_bch.c133 u32 *dest32; in jz4725b_bch_read_parity() local
137 dest32 = (u32 *)buf; in jz4725b_bch_read_parity()
139 *dest32++ = readl_relaxed(bch->base + BCH_BHPAR0 + offset); in jz4725b_bch_read_parity()
143 dest8 = (u8 *)dest32; in jz4725b_bch_read_parity()