| /OK3568_Linux_fs/kernel/drivers/pci/controller/mobiveil/ |
| H A 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()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | wve.c | 43 uint64_t size64 = ft->olength? ft->olength:ft->signal.length; in write_header() local 44 unsigned size = size64 > UINT_MAX ? 0 : (unsigned)size64; in write_header()
|
| H A D | wavpack.c | 112 uint64_t size64; in start_write() local 127 size64 = ft->signal.length / ft->signal.channels; in start_write() 128 …if (!WavpackSetConfiguration(p->codec, &config, size64 && size64 <= UINT_MAX ? (uint32_t)size64 : … in start_write()
|
| H A D | au.c | 201 uint64_t size64 = ft->olength ? ft->olength : ft->signal.length; in write_header() local 202 unsigned size = size64 == SOX_UNSPEC in write_header() 204 : size64*(ft->encoding.bits_per_sample >> 3) > UINT_MAX in write_header() 206 : (unsigned)(size64*(ft->encoding.bits_per_sample >> 3)); in write_header()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0091-util-glue-efi-Fix-incorrect-use-of-a-possibly-negati.patch | 26 grub_uint32_t size32, size64; 40 - size64 = ftell (in64); 45 + size64 = (grub_uint64_t) size;
|
| /OK3568_Linux_fs/kernel/drivers/dma/bestcomm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-mpc52xx-psc.c | 441 u64 regaddr64, size64; in mpc52xx_psc_spi_of_probe() local 444 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc52xx_psc_spi_of_probe() 463 return mpc52xx_psc_spi_do_probe(&op->dev, (u32)regaddr64, (u32)size64, in mpc52xx_psc_spi_of_probe()
|
| H A D | spi-mpc512x-psc.c | 589 u64 regaddr64, size64; in mpc512x_psc_spi_of_probe() local 591 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc512x_psc_spi_of_probe() 598 return mpc512x_psc_spi_do_probe(&op->dev, (u32) regaddr64, (u32) size64, in mpc512x_psc_spi_of_probe()
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/include/goya/ |
| H A D | goya_packets.h | 87 __le32 size64; member
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/include/gaudi/ |
| H A D | gaudi_packets.h | 76 __le32 size64; member
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | mtk_thermal.c | 816 u64 size64; in of_get_phys_base() local 819 regaddr_p = of_get_address(np, 0, &size64, NULL); in of_get_phys_base()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebtables.c | 2137 int ret, i, countersize, size64; in compat_do_replace() local 2188 size64 = ret; in compat_do_replace() 2189 newinfo->entries = vmalloc(size64); in compat_do_replace() 2198 state.buf_kern_len = size64; in compat_do_replace() 2207 tmp.entries_size = size64; in compat_do_replace()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | liquidio_common.h | 158 u64 size64; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A 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()
|