Searched refs:size64 (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/pci/controller/mobiveil/ |
D | pcie-mobiveil.c | 140 u64 size64 = ~(size - 1); in program_ib_windows() local 151 (lower_32_bits(size64) & WIN_SIZE_MASK); in program_ib_windows() 154 mobiveil_csr_writel(pcie, upper_32_bits(size64), in program_ib_windows() 177 u64 size64 = ~(size - 1); in program_ob_windows() local 192 (lower_32_bits(size64) & WIN_SIZE_MASK); in program_ob_windows() 195 mobiveil_csr_writel(pcie, upper_32_bits(size64), in program_ob_windows()
|
/linux-5.19.10/drivers/dma/bestcomm/ |
D | sram.c | 45 u64 regaddr64, size64; in bcom_sram_init() local 63 regaddr_p = of_get_address(sram_node, 0, &size64, NULL); in bcom_sram_init() 74 bcom_sram->size = (unsigned int) size64; in bcom_sram_init()
|
/linux-5.19.10/drivers/misc/habanalabs/include/goya/ |
D | goya_packets.h | 87 __le32 size64; member
|
/linux-5.19.10/drivers/spi/ |
D | spi-mpc52xx-psc.c | 442 u64 regaddr64, size64; in mpc52xx_psc_spi_of_probe() local 445 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc52xx_psc_spi_of_probe() 464 return mpc52xx_psc_spi_do_probe(&op->dev, (u32)regaddr64, (u32)size64, in mpc52xx_psc_spi_of_probe()
|
D | spi-mpc512x-psc.c | 578 u64 regaddr64, size64; in mpc512x_psc_spi_of_probe() local 580 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc512x_psc_spi_of_probe() 587 return mpc512x_psc_spi_do_probe(&op->dev, (u32) regaddr64, (u32) size64, in mpc512x_psc_spi_of_probe()
|
/linux-5.19.10/drivers/misc/habanalabs/include/gaudi/ |
D | gaudi_packets.h | 76 __le32 size64; member
|
/linux-5.19.10/drivers/thermal/ |
D | mtk_thermal.c | 818 u64 size64; in of_get_phys_base() local 821 regaddr_p = of_get_address(np, 0, &size64, NULL); in of_get_phys_base()
|
/linux-5.19.10/net/bridge/netfilter/ |
D | ebtables.c | 2249 int ret, i, countersize, size64; in compat_do_replace() local 2300 size64 = ret; in compat_do_replace() 2301 newinfo->entries = vmalloc(size64); in compat_do_replace() 2310 state.buf_kern_len = size64; in compat_do_replace() 2319 tmp.entries_size = size64; in compat_do_replace()
|
/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/ |
D | liquidio_common.h | 158 u64 size64; member
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 152 unsigned int size64 = mc7->size / 8; /* # of 64-bit words */ in t3_mc7_bd_read() local 155 if (start >= size64 || start + n > size64) in t3_mc7_bd_read()
|