/u-boot/fs/yaffs2/ |
A D | yaffs_packedtags2.c | 53 static void yaffs_dump_tags2(const struct yaffs_ext_tags *t) in yaffs_dump_tags2() 63 static int yaffs_check_tags_extra_packable(const struct yaffs_ext_tags *t) in yaffs_check_tags_extra_packable() 76 const struct yaffs_ext_tags *t) in yaffs_pack_tags2_tags_only() 112 const struct yaffs_ext_tags *t, int tags_ecc) in yaffs_pack_tags2() 122 void yaffs_unpack_tags2_tags_only(struct yaffs_ext_tags *t, in yaffs_unpack_tags2_tags_only() 160 void yaffs_unpack_tags2(struct yaffs_ext_tags *t, struct yaffs_packed_tags2 *pt, in yaffs_unpack_tags2()
|
A D | yaffs_packedtags1.c | 26 const struct yaffs_ext_tags *t) in yaffs_pack_tags1() 38 void yaffs_unpack_tags1(struct yaffs_ext_tags *t, in yaffs_unpack_tags1()
|
A D | yaffs_packedtags2.h | 32 struct yaffs_packed_tags2_tags_only t; member
|
/u-boot/drivers/rtc/ |
A D | mvrtc.c | 22 static int __mv_rtc_get(struct mvrtc_registers *regs, struct rtc_time *t) in __mv_rtc_get() 60 int rtc_get(struct rtc_time *t) in rtc_get() 69 static int __mv_rtc_set(struct mvrtc_registers *regs, const struct rtc_time *t) in __mv_rtc_set() 99 int rtc_set(struct rtc_time *t) in rtc_set()
|
/u-boot/post/drivers/ |
A D | rtc.c | 61 time_t t = rtc_mktime(tm) + sec; in rtc_post_restore() local 117 time_t t; in rtc_post_test() local 148 time_t t; in rtc_post_test() local
|
/u-boot/arch/powerpc/include/asm/ |
A D | atomic.h | 24 int t; in atomic_add_return() local 40 int t; in atomic_sub_return() local 56 int t; in atomic_inc_return() local 72 int t; in atomic_dec_return() local
|
A D | bitops.h | 84 unsigned int old, t; in test_and_set_bit() local 103 unsigned int old, t; in test_and_clear_bit() local 122 unsigned int old, t; in test_and_change_bit() local
|
/u-boot/lib/ |
A D | smbios.c | 205 struct smbios_type0 *t; in smbios_write_type0() local 256 struct smbios_type1 *t; in smbios_write_type1() local 287 struct smbios_type2 *t; in smbios_write_type2() local 312 struct smbios_type3 *t; in smbios_write_type3() local 333 static void smbios_write_type4_dm(struct smbios_type4 *t, in smbios_write_type4_dm() 369 struct smbios_type4 *t; in smbios_write_type4() local 395 struct smbios_type32 *t; in smbios_write_type32() local 412 struct smbios_type127 *t; in smbios_write_type127() local
|
A D | rc4.c | 18 unsigned short i, j, t; in rc4_encode() local
|
A D | md5.c | 45 __u32 t; in byteReverse() local 77 register __u32 t; in MD5Update() local
|
/u-boot/arch/m68k/lib/ |
A D | muldi3.c | 12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument 13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
|
/u-boot/arch/microblaze/lib/ |
A D | muldi3.c | 12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument 13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
|
/u-boot/cmd/ |
A D | pxe_utils.c | 765 static char *get_string(char **p, struct token *t, char delim, int lower) in get_string() 817 static void get_keyword(struct token *t) in get_keyword() 835 static void get_token(char **p, struct token *t, enum lex_state state) in get_token() 899 struct token t; in parse_sliteral() local 919 struct token t; in parse_integer() local 990 struct token t; in parse_menu() local 1029 struct token t; in parse_label_menu() local 1095 struct token t; in parse_label() local 1208 struct token t; in parse_pxefile_top() local
|
A D | itest.c | 115 static int stringcomp(char *s, char *t, int op) in stringcomp() 135 static int arithcomp (char *s, char *t, int op, int w) in arithcomp()
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | mv_ddr_common.c | 25 unsigned int time_to_nclk(unsigned int t, unsigned int tclk) in time_to_nclk()
|
/u-boot/arch/mips/mach-mscc/ |
A D | lowlevel_init_luton.S | 10 #define REG_OFFSET(t, o) (t + (o*4)) argument
|
/u-boot/arch/nios2/lib/ |
A D | longlong.h | 23 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument 24 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
|
/u-boot/arch/arm/include/asm/ |
A D | processor.h | 89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() 94 static inline unsigned long thread_saved_fp(struct thread_struct *t) in thread_saved_fp()
|
/u-boot/board/nokia/rx51/ |
A D | rx51.c | 142 static void reuse_omap_atags(struct tag_omap *t) in reuse_omap_atags() 187 struct tag *t = (struct tag *)gd->bd->bi_boot_params; in reuse_atags() local 266 struct tag_omap *t; in setup_board_tags() local
|
/u-boot/board/freescale/m5253demo/ |
A D | m5253demo.c | 120 #define CALC_TIMING(t) (t + period - 1) / period in ide_set_reset() argument
|
/u-boot/include/asm-generic/ |
A D | ioctl.h | 74 #define _IOC_TYPECHECK(t) \ argument 79 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
|
/u-boot/board/Synology/ds109/ |
A D | ds109.c | 122 struct tag_mv_uboot *t; in setup_board_tags() local
|
/u-boot/include/dt-bindings/usb/ |
A D | pd.h | 14 #define PDO_TYPE(t) ((t) << PDO_TYPE_SHIFT) argument 67 #define PDO_APDO_TYPE(t) ((t) << PDO_APDO_TYPE_SHIFT) argument
|
/u-boot/fs/btrfs/ |
A D | conv-funcs.h | 103 # define DEFINE_CONV_ONE(t,n,m,...) \ argument
|
/u-boot/arch/arm/cpu/armv7m/ |
A D | systick-timer.c | 97 unsigned long long t = get_ticks() * 1000; in get_timer() local
|