/u-boot/include/linux/ |
A D | math64.h | 19 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 28 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() 37 static inline u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem() 65 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 100 u32 remainder; in div_u64() local 111 s32 remainder; in div_s64() local 119 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in __iter_div_u64_rem()
|
/u-boot/lib/ |
A D | div64.c | 71 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() 102 u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem() 188 u32 iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in iter_div_u64_rem()
|
/u-boot/cmd/ |
A D | time.c | 12 ulong total_seconds, remainder; in report_time() local
|
/u-boot/fs/ext4/ |
A D | ext4_write.c | 144 int remainder; in delete_single_indirect_block() local 193 int remainder; in delete_double_indirect_block() local 290 int remainder; in delete_triple_indirect_block() local 443 int remainder; in ext4fs_delete_file() local
|
A D | ext4_common.c | 199 uint64_t remainder; in put_ext4() local 309 int i, remainder, status; in ext4fs_set_block_bmap() local 345 int i, remainder, status; in ext4fs_reset_block_bmap() local 375 int i, remainder, status; in ext4fs_set_inode_bmap() local 400 int i, remainder, status; in ext4fs_reset_inode_bmap() local 965 int remainder; in ext4fs_get_new_blk_no() local
|
/u-boot/drivers/usb/host/ |
A D | xhci-ring.c | 666 u32 remainder = 0; in xhci_bulk_tx() local 776 u32 remainder; in xhci_ctrl_tx() local
|
A D | sl811-hcd.c | 259 int remainder = sl811_read(SL811_CNT_A); in sl811_send_packet() local
|
/u-boot/board/freescale/m5253demo/ |
A D | flash.c | 100 int remainder; in flash_print_info() local
|
/u-boot/drivers/serial/ |
A D | serial_pl01x.c | 154 unsigned int remainder; in pl01x_generic_setbrg() local
|
/u-boot/board/compulab/common/ |
A D | eeprom.c | 247 int remainder = simple_strtol(tok, &endptr, 0); in eeprom_field_update_bin_ver() local
|
/u-boot/drivers/video/imx/ |
A D | ipu_common.c | 307 u32 remainder; in ipu_pixel_clk_round_rate() local 340 u32 remainder; in ipu_pixel_clk_set_rate() local
|
/u-boot/common/ |
A D | dlmalloc.c | 1283 mchunkptr remainder; /* remainder from a split */ local 1704 mchunkptr remainder; /* holds split off extra space from newp */ local 1926 mchunkptr remainder; /* spare room at end to split off */ local
|
/u-boot/drivers/clk/at91/ |
A D | clk-sam9x60-pll.c | 62 unsigned long tmprate, remainder; in sam9x60_frac_pll_compute_mul_frac() local
|
/u-boot/drivers/net/ |
A D | smc91111.c | 1239 int remainder; in print_packet() local
|
/u-boot/drivers/spi/ |
A D | fsl_dspi.c | 392 u32 remainder; in ns_delay_scale() local
|
/u-boot/drivers/video/exynos/ |
A D | exynos_fb.c | 207 unsigned int cfg = 0, div = 0, remainder, remainder_div; in exynos_fimd_set_clock() local
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 1809 u8 *remainder; in efi_locate_device_path() local
|
/u-boot/arch/mips/mach-octeon/include/mach/ |
A D | octeon_ddr.h | 755 u64 quotent, remainder; in divide_nint() local
|