Searched refs:size64 (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/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-6.1.9/drivers/dma/bestcomm/ ! |
D | sram.c | 41 u64 regaddr64, size64; in bcom_sram_init() local 59 regaddr_p = of_get_address(sram_node, 0, &size64, NULL); in bcom_sram_init() 70 bcom_sram->size = (unsigned int) size64; in bcom_sram_init()
|
/linux-6.1.9/drivers/spi/ ! |
D | spi-mpc52xx-psc.c | 395 u64 regaddr64, size64; in mpc52xx_psc_spi_of_probe() local 398 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc52xx_psc_spi_of_probe() 417 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-6.1.9/drivers/misc/habanalabs/include/goya/ ! |
D | goya_packets.h | 75 __le32 size64; member
|
/linux-6.1.9/drivers/misc/habanalabs/include/gaudi2/ ! |
D | gaudi2_packets.h | 81 __le32 size64; member
|
/linux-6.1.9/drivers/misc/habanalabs/include/gaudi/ ! |
D | gaudi_packets.h | 76 __le32 size64; member
|
/linux-6.1.9/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-6.1.9/net/bridge/netfilter/ ! |
D | ebtables.c | 2251 int ret, i, countersize, size64; in compat_do_replace() local 2302 size64 = ret; in compat_do_replace() 2303 newinfo->entries = vmalloc(size64); in compat_do_replace() 2312 state.buf_kern_len = size64; in compat_do_replace() 2321 tmp.entries_size = size64; in compat_do_replace()
|
/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/ ! |
D | liquidio_common.h | 158 u64 size64; member
|
/linux-6.1.9/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()
|