Searched refs:size64 (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/dma/bestcomm/
H A Dsram.c45 u64 regaddr64, size64; bcom_sram_init() local
63 regaddr_p = of_get_address(sram_node, 0, &size64, NULL); bcom_sram_init()
74 bcom_sram->size = (unsigned int) size64; bcom_sram_init()
/linux-4.1.27/arch/powerpc/kernel/
H A Dvdso.c577 unsigned long size64; vdso_fixup_features() local
579 start64 = find_section64(v64->hdr, "__ftr_fixup", &size64); vdso_fixup_features()
582 start64, start64 + size64); vdso_fixup_features()
584 start64 = find_section64(v64->hdr, "__mmu_ftr_fixup", &size64); vdso_fixup_features()
587 start64, start64 + size64); vdso_fixup_features()
589 start64 = find_section64(v64->hdr, "__fw_ftr_fixup", &size64); vdso_fixup_features()
592 start64, start64 + size64); vdso_fixup_features()
594 start64 = find_section64(v64->hdr, "__lwsync_fixup", &size64); vdso_fixup_features()
597 start64, start64 + size64); vdso_fixup_features()
/linux-4.1.27/drivers/spi/
H A Dspi-mpc512x-psc.c573 u64 regaddr64, size64; mpc512x_psc_spi_of_probe() local
575 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); mpc512x_psc_spi_of_probe()
582 return mpc512x_psc_spi_do_probe(&op->dev, (u32) regaddr64, (u32) size64, mpc512x_psc_spi_of_probe()
H A Dspi-mpc52xx-psc.c456 u64 regaddr64, size64; mpc52xx_psc_spi_of_probe() local
459 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); mpc52xx_psc_spi_of_probe()
478 return mpc52xx_psc_spi_do_probe(&op->dev, (u32)regaddr64, (u32)size64, mpc52xx_psc_spi_of_probe()
/linux-4.1.27/net/bridge/netfilter/
H A Debtables.c2178 int ret, i, countersize, size64; compat_do_replace() local
2226 size64 = ret; compat_do_replace()
2227 newinfo->entries = vmalloc(size64); compat_do_replace()
2236 state.buf_kern_len = size64; compat_do_replace()
2242 tmp.entries_size = size64; compat_do_replace()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c151 unsigned int size64 = mc7->size / 8; /* # of 64-bit words */ t3_mc7_bd_read() local
154 if (start >= size64 || start + n > size64) t3_mc7_bd_read()

Completed in 222 milliseconds