| /u-boot/drivers/net/octeontx2/ |
| A D | lmt.h | 20 static inline s64 atomic_fetch_and_add64_nosync(s64 *ptr, s64 incr) in atomic_fetch_and_add64_nosync() 22 s64 result; in atomic_fetch_and_add64_nosync() 42 static inline s64 lmt_submit(u64 io_address) in lmt_submit() 44 s64 result = 0; in lmt_submit()
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-ipd.h | 55 static inline s64 cvmx_fpa_get_packet_pool(void) in cvmx_fpa_get_packet_pool() 79 static inline s64 cvmx_fpa_get_wqe_pool(void) in cvmx_fpa_get_wqe_pool() 117 void cvmx_ipd_set_packet_pool_config(s64 pool, u64 buffer_size, u64 buffer_count); 125 void cvmx_ipd_set_wqe_pool_config(s64 pool, u64 buffer_size, u64 buffer_count); 130 static inline void cvmx_fpa_get_packet_pool_config(s64 *pool, u64 *buffer_size, u64 *buffer_count) in cvmx_fpa_get_packet_pool_config() 143 static inline void cvmx_fpa_set_packet_pool_config(s64 pool, u64 buffer_size, u64 buffer_count) in cvmx_fpa_set_packet_pool_config() 151 static inline void cvmx_fpa_get_wqe_pool_config(s64 *pool, u64 *buffer_size, u64 *buffer_count) in cvmx_fpa_get_wqe_pool_config() 164 static inline void cvmx_fpa_set_wqe_pool_config(s64 pool, u64 buffer_size, u64 buffer_count) in cvmx_fpa_set_wqe_pool_config()
|
| A D | cvmx-hwfau.h | 54 s64 value : 63; 140 static inline u64 __cvmx_hwfau_atomic_address(u64 tagwait, u64 reg, s64 value) in __cvmx_hwfau_atomic_address() 157 static inline s64 cvmx_hwfau_fetch_and_add64(cvmx_fau_reg64_t reg, s64 value) in cvmx_hwfau_fetch_and_add64() 217 s64 value) in cvmx_hwfau_tagwait_fetch_and_add64() 319 static inline u64 __cvmx_fau_iobdma_data(u64 scraddr, s64 value, u64 tagwait, in __cvmx_fau_iobdma_data() 342 static inline void cvmx_hwfau_async_fetch_and_add64(u64 scraddr, cvmx_fau_reg64_t reg, s64 value) in cvmx_hwfau_async_fetch_and_add64() 411 s64 value) in cvmx_hwfau_async_tagwait_fetch_and_add64() 483 static inline void cvmx_hwfau_atomic_add64(cvmx_fau_reg64_t reg, s64 value) in cvmx_hwfau_atomic_add64() 533 static inline void cvmx_hwfau_atomic_write64(cvmx_fau_reg64_t reg, s64 value) in cvmx_hwfau_atomic_write64()
|
| A D | cvmx-bootmem.h | 356 s64 cvmx_bootmem_phy_alloc(u64 req_size, u64 address_min, u64 address_max, 385 s64 cvmx_bootmem_phy_named_block_alloc(u64 size, u64 min_addr, u64 max_addr, 474 s64 cvmx_bootmem_phy_mem_list_init(u64 mem_size, u32 low_reserved_bytes, 494 s64 cvmx_bootmem_phy_mem_list_init_multi(u8 nodemask, u32 mem_size[],
|
| A D | cvmx-helper-pko.h | 25 s64 cvmx_fpa_get_pko_pool(void);
|
| A D | cvmx-regs.h | 231 static inline s64 cvmx_read64_int64(u64 addr) in cvmx_read64_int64() 233 return *(volatile s64 *)addr; in cvmx_read64_int64() 241 static inline void cvmx_write64_int64(u64 addr, s64 val) in cvmx_write64_int64() 243 *(volatile s64 *)addr = val; in cvmx_write64_int64()
|
| A D | cvmx-fpa.h | 28 s64 pool_num;
|
| /u-boot/include/linux/ |
| A D | math64.h | 28 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() 57 static inline s64 div64_s64(s64 dividend, s64 divisor) in div64_s64() 76 extern s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder); 88 extern s64 div64_s64(s64 dividend, s64 divisor); 112 static inline s64 div_s64(s64 dividend, s32 divisor) in div_s64()
|
| A D | kernel.h | 36 #define S64_MAX ((s64)(U64_MAX>>1)) 37 #define S64_MIN ((s64)(-S64_MAX - 1)) 172 s64 __x = (x); \
|
| /u-boot/drivers/clk/renesas/ |
| A D | rcar-cpg-lib.h | 16 s64 rcar_clk_get_rate64_div_table(unsigned int parent, u64 parent_rate, 24 s64 rcar_clk_get_rate64_sdh(unsigned int parent, u64 parent_rate, void __iomem *reg); 25 s64 rcar_clk_get_rate64_sd(unsigned int parent, u64 parent_rate, void __iomem *reg); 26 s64 rcar_clk_get_rate64_rpc(unsigned int parent, u64 parent_rate, void __iomem *reg);
|
| A D | rcar-cpg-lib.c | 73 s64 rcar_clk_get_rate64_div_table(unsigned int parent, u64 parent_rate, in rcar_clk_get_rate64_div_table() 111 s64 rcar_clk_get_rate64_rpc(unsigned int parent, u64 parent_rate, void __iomem *reg) in rcar_clk_get_rate64_rpc() 129 s64 rcar_clk_get_rate64_sdh(unsigned int parent, u64 parent_rate, void __iomem *reg) in rcar_clk_get_rate64_sdh() 142 s64 rcar_clk_get_rate64_sd(unsigned int parent, u64 parent_rate, void __iomem *reg) in rcar_clk_get_rate64_sd()
|
| /u-boot/lib/ |
| A D | div64.c | 71 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() 170 s64 div64_s64(s64 dividend, s64 divisor) in div64_s64() 172 s64 quot, t; in div64_s64()
|
| A D | sscanf.c | 161 static s64 516 *va_arg(ap, s64 *) = nread; in vsscanf() 791 *va_arg(ap, s64 *) = res; in vsscanf()
|
| /u-boot/drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_hdmi.c | 28 s64 offset_new = (s64)((int32_t)offset); in nx_hdmi_set_reg()
|
| /u-boot/env/ |
| A D | mmc.c | 24 #define ENV_MMC_INVALID_OFFSET ((s64)-1) 57 static inline int mmc_offset_try_partition(const char *str, int copy, s64 *val) in mmc_offset_try_partition() 97 static inline s64 mmc_offset(struct mmc *mmc, int copy) in mmc_offset() 108 s64 val = 0, defvalue; in mmc_offset() 145 static inline s64 mmc_offset(struct mmc *mmc, int copy) in mmc_offset() 147 s64 offset = ENV_MMC_OFFSET; in mmc_offset() 158 s64 offset = mmc_offset(mmc, copy); in mmc_get_env_addr()
|
| /u-boot/arch/nios2/include/asm/ |
| A D | types.h | 47 typedef signed long long s64; typedef
|
| /u-boot/include/asm-generic/ |
| A D | int-ll64.h | 41 typedef __s64 s64; typedef
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-bootmem.c | 388 s64 address; in cvmx_bootmem_phy_alloc_range() 402 s64 address; in cvmx_bootmem_alloc_range() 440 s64 addr; in cvmx_bootmem_alloc_named_range_once() 479 s64 addr; in cvmx_bootmem_alloc_named_range_flags() 584 s64 cvmx_bootmem_phy_alloc(u64 req_size, u64 address_min, in cvmx_bootmem_phy_alloc() 1028 s64 cvmx_bootmem_phy_named_block_alloc(u64 size, u64 min_addr, in cvmx_bootmem_phy_named_block_alloc() 1033 s64 addr_allocated; in cvmx_bootmem_phy_named_block_alloc() 1131 s64 cvmx_bootmem_phy_mem_list_init(u64 mem_size, in cvmx_bootmem_phy_mem_list_init() 1136 s64 addr; in cvmx_bootmem_phy_mem_list_init() 1229 s64 cvmx_bootmem_phy_mem_list_init_multi(u8 node_mask, in cvmx_bootmem_phy_mem_list_init_multi() [all …]
|
| A D | cvmx-helper-pko.c | 56 static s64 pko_fpa_config_pool = -1;
|
| /u-boot/arch/arm/mach-rockchip/ |
| A D | sdram.c | 25 s64 phy_addr; 31 s64 phy_addr; 35 s64 reserve[8];
|
| /u-boot/include/firmware/imx/sci/ |
| A D | rpc.h | 25 #define RPC_I64(MSG, IDX) ((s64)(RPC_U32((MSG), (IDX))) << 32ULL) | \ 26 (s64)(RPC_U32((MSG), (IDX) + 4U))
|
| /u-boot/cmd/ |
| A D | avb.c | 43 s64 offset; in do_avb_read_part() 76 s64 offset; in do_avb_read_part_hex() 122 s64 offset; in do_avb_write_part()
|
| /u-boot/include/xen/arm/ |
| A D | interface.h | 48 typedef s64 xen_long_t;
|
| /u-boot/drivers/thermal/ |
| A D | imx_thermal.c | 60 s64 c1, c2; in read_cpu_temperature() 61 s64 temp64; in read_cpu_temperature()
|
| /u-boot/test/dm/ |
| A D | k210_pll.c | 17 s64 error, best_error; in dm_test_k210_pll_calc_config()
|