Searched refs:size64 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/spi/ |
D | spi-mpc512x-psc.c | 594 u64 regaddr64, size64; in mpc512x_psc_spi_of_probe() local 596 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc512x_psc_spi_of_probe() 603 return mpc512x_psc_spi_do_probe(&op->dev, (u32) regaddr64, (u32) size64, in mpc512x_psc_spi_of_probe()
|
D | spi-mpc52xx-psc.c | 456 u64 regaddr64, size64; in mpc52xx_psc_spi_of_probe() local 459 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc52xx_psc_spi_of_probe() 478 return mpc52xx_psc_spi_do_probe(&op->dev, (u32)regaddr64, (u32)size64, in mpc52xx_psc_spi_of_probe()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | liquidio_common.h | 148 u64 size64; member
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 2180 int ret, i, countersize, size64; in compat_do_replace() local 2228 size64 = ret; in compat_do_replace() 2229 newinfo->entries = vmalloc(size64); in compat_do_replace() 2238 state.buf_kern_len = size64; in compat_do_replace() 2244 tmp.entries_size = size64; in compat_do_replace()
|
/linux-4.4.14/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()
|