Searched refs:size64 (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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-v5.4/drivers/pci/controller/ |
| D | pcie-mobiveil.c | 469 u64 size64 = ~(size - 1); in program_ib_windows() local 480 (lower_32_bits(size64) & WIN_SIZE_MASK); in program_ib_windows() 483 csr_writel(pcie, upper_32_bits(size64), in program_ib_windows() 506 u64 size64 = ~(size - 1); in program_ob_windows() local 521 (lower_32_bits(size64) & WIN_SIZE_MASK); in program_ob_windows() 524 csr_writel(pcie, upper_32_bits(size64), PAB_EXT_AXI_AMAP_SIZE(win_num)); in program_ob_windows()
|
| /Linux-v5.4/drivers/misc/habanalabs/include/goya/ |
| D | goya_packets.h | 87 __le32 size64; member
|
| /Linux-v5.4/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 | 590 u64 regaddr64, size64; in mpc512x_psc_spi_of_probe() local 592 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc512x_psc_spi_of_probe() 599 return mpc512x_psc_spi_do_probe(&op->dev, (u32) regaddr64, (u32) size64, in mpc512x_psc_spi_of_probe()
|
| /Linux-v5.4/drivers/thermal/ |
| D | mtk_thermal.c | 751 u64 size64; in of_get_phys_base() local 754 regaddr_p = of_get_address(np, 0, &size64, NULL); in of_get_phys_base()
|
| /Linux-v5.4/net/bridge/netfilter/ |
| D | ebtables.c | 2206 int ret, i, countersize, size64; in compat_do_replace() local 2257 size64 = ret; in compat_do_replace() 2258 newinfo->entries = vmalloc(size64); in compat_do_replace() 2267 state.buf_kern_len = size64; in compat_do_replace() 2276 tmp.entries_size = size64; in compat_do_replace()
|
| /Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
| D | liquidio_common.h | 164 u64 size64; member
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
| D | t3_hw.c | 151 unsigned int size64 = mc7->size / 8; /* # of 64-bit words */ in t3_mc7_bd_read() local 154 if (start >= size64 || start + n > size64) in t3_mc7_bd_read()
|