Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 209) sorted by relevance

123456789

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dpci_io.h27 #define pci_readb(addr,b) ((b) = *(volatile u8 *) (addr)) argument
28 #define pci_writeb(b,addr) ((*(volatile u8 *) (addr)) = (b)) argument
31 #define pci_readw(addr,b) ((b) = *(volatile u16 *) (addr)) argument
32 #define pci_readl(addr,b) ((b) = *(volatile u32 *) (addr)) argument
33 #define pci_writew(b,addr) ((*(volatile u16 *) (addr)) = (b)) argument
34 #define pci_writel(b,addr) ((*(volatile u32 *) (addr)) = (b)) argument
36 #define pci_readw(addr,b) pci_read_le16((volatile u16 *)(addr),(b)) argument
37 #define pci_readl(addr,b) pci_read_le32((volatile u32 *)(addr),(b)) argument
38 #define pci_writew(b,addr) pci_write_le16((volatile u16 *)(addr),(b)) argument
39 #define pci_writel(b,addr) pci_write_le32((volatile u32 *)(addr),(b)) argument
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dtrace.h3 #define trace_cdns3_prepare_trb(a, b) argument
4 #define trace_cdns3_doorbell_ep0(a, b) argument
6 #define trace_cdns3_complete_trb(a, b) argument
7 #define trace_cdns3_ep0_irq(a, b) argument
12 #define trace_cdns3_doorbell_epx(a, b) argument
13 #define trace_cdns3_request_handled(a, b, c) argument
14 #define trace_cdns3_epx_irq(a, b) argument
15 #define trace_cdns3_usb_irq(a, b) argument
20 #define trace_cdns3_ep0_queue(a, b) argument
24 #define trace_cdns3_halt(a, b, c) argument
[all …]
/rk3399_rockchip-uboot/include/
H A Dtime.h31 #define time_after(a,b) \ argument
35 #define time_before(a,b) time_after(b,a) argument
37 #define time_after_eq(a,b) \ argument
41 #define time_before_eq(a,b) time_after_eq(b,a) argument
46 #define time_in_range(a,b,c) \ argument
53 #define time_in_range_open(a,b,c) \ argument
H A D_exports.h8 #define EXPORT_FUNC(a, b, c, ...) argument
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.h62 #define __NW(a,b) __gnu_ ## a ## di ## b argument
63 #define __NDW(a,b) __gnu_ ## a ## ti ## b argument
65 #define __NW(a,b) __ ## a ## di ## b argument
66 #define __NDW(a,b) __ ## a ## ti ## b argument
77 #define __NW(a,b) __gnu_ ## a ## si ## b argument
78 #define __NDW(a,b) __gnu_ ## a ## di ## b argument
80 #define __NW(a,b) __ ## a ## si ## b argument
81 #define __NDW(a,b) __ ## a ## di ## b argument
92 #define __NW(a,b) __gnu_ ## a ## hi ## b argument
93 #define __NDW(a,b) __gnu_ ## a ## si ## b argument
[all …]
H A Dlibgcc2.c10 __ashldi3(DWtype u, shift_count_type b) in __ashldi3()
33 __ashrdi3(DWtype u, shift_count_type b) in __ashrdi3()
57 __lshrdi3(DWtype u, shift_count_type b) in __lshrdi3()
106 __divsi3(long a, long b) in __divsi3()
130 __modsi3(long a, long b) in __modsi3()
152 __udivsi3(long a, long b) in __udivsi3()
158 __umodsi3(long a, long b) in __umodsi3()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_debug.h15 static inline void musb_print_pwr(u8 b) in musb_print_pwr()
42 static inline void musb_print_intrusb(u8 b) in musb_print_intrusb()
68 static inline void musb_print_devctl(u8 b) in musb_print_devctl()
100 static inline void musb_print_config(u8 b) in musb_print_config()
180 #define musb_print_pwr(b) argument
182 #define musb_print_intrusb(b) argument
185 #define musb_print_devctl(b) argument
186 #define musb_print_config(b) argument
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dydirectenv.h37 #define yaffs_strcat(a, b) strcat(a, b) argument
38 #define yaffs_strcpy(a, b) strcpy(a, b) argument
39 #define yaffs_strncpy(a, b, c) strncpy(a, b, c) argument
42 #define yaffs_strcmp(a, b) strcasecmp(a, b) argument
43 #define yaffs_strncmp(a, b, c) strncasecmp(a, b, c) argument
45 #define yaffs_strcmp(a, b) strcmp(a, b) argument
46 #define yaffs_strncmp(a, b, c) strncmp(a, b, c) argument
H A Dyaffs_qsort.c29 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc()
37 #define yswap(a, b) do { \ argument
46 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
49 med3(char *a, char *b, char *c, int (*cmp)(const void *, const void *)) in med3()
57 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dyaffs_ecc.c79 unsigned char b; in yaffs_ecc_calc() local
212 unsigned char b; in yaffs_ecc_calc_other() local
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dio.h42 #define writeb(b, addr) (void)((*(volatile unsigned char *)(addr)) = (b)) argument
43 #define writew(b, addr) (void)((*(volatile unsigned short *)(addr)) = (b)) argument
44 #define writel(b, addr) (void)((*(volatile unsigned int *)(addr)) = (b)) argument
83 #define memset_io(a, b, c) memset((void *)(a), (b), (c)) argument
84 #define memcpy_fromio(a, b, c) memcpy((a), (void *)(b), (c)) argument
85 #define memcpy_toio(a, b, c) memcpy((void *)(a), (b), (c)) argument
93 # define out_8(b, addr) *(u8 *)(addr) = (b) argument
94 # define out_le16(b, addr) *(u16 *)(addr) = _swapw(b) argument
95 # define out_le32(b, addr) *(u32 *)(addr) = _swapl(b) argument
100 # define out_8(b, addr) *(u8 *)(addr) = (b) argument
[all …]
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c24 #define ORD(a, b) (!__builtin_isunordered ((a), (b))) argument
25 #define UNORD(a, b) (__builtin_isunordered ((a), (b))) argument
26 #define UNEQ(a, b) (__builtin_isunordered ((a), (b)) || ((a) == (b))) argument
27 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) argument
28 #define UNLE(a, b) (__builtin_isunordered ((a), (b)) || ((a) <= (b))) argument
29 #define UNGT(a, b) (__builtin_isunordered ((a), (b)) || ((a) > (b))) argument
30 #define UNGE(a, b) (__builtin_isunordered ((a), (b)) || ((a) >= (b))) argument
31 #define LTGT(a, b) (__builtin_islessgreater ((a), (b))) argument
H A D20001122-1.c23 volatile double b; in fpu_post_test_math1() local
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c52 __ashldi3 (DWtype u, word_type b) in __ashldi3()
78 __ashrdi3 (DWtype u, word_type b) in __ashrdi3()
105 __lshrdi3 (DWtype u, word_type b) in __lshrdi3()
131 __cmpdi2 (DWtype a, DWtype b) in __cmpdi2()
155 UWtype b, bm; in __udivmoddi4() local
428 __ucmpdi2 (DWtype a, DWtype b) in __ucmpdi2()
486 __divsi3 (SItype a, SItype b) in __divsi3()
513 __udivsi3 (SItype a, SItype b) in __udivsi3()
520 __modsi3 (SItype a, SItype b) in __modsi3()
543 __mulsi3 (SItype a, SItype b) in __mulsi3()
[all …]
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dio.h30 #define writeb(b, addr) \ argument
32 #define writew(b, addr) \ argument
34 #define writel(b, addr) \ argument
37 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
38 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
39 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
115 #define outsb(a,b,l) io_outsb(a,b,l) argument
116 #define outsw(a,b,l) io_outsw(a,b,l) argument
117 #define outsl(a,b,l) io_outsl(a,b,l) argument
119 #define insb(a,b,l) io_insb(a,b,l) argument
[all …]
/rk3399_rockchip-uboot/lib/
H A Dlist_sort.c22 struct list_head *b), in merge()
51 struct list_head *b), in merge_and_restore_back_links()
105 struct list_head *b)) in list_sort()
203 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_msch.h19 } b; member
33 } b; member
43 } b; member
53 } b; member
67 } b; member
79 } b; member
94 } b; member
104 } b; member
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_v2_util.h36 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
39 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
/rk3399_rockchip-uboot/fs/jffs2/
H A Dcompr_lzo.c140 #define PTR_ALIGNED2_4(a,b) (((PTR_LINEAR(a) | PTR_LINEAR(b)) & 3) == 0) argument
141 #define PTR_ALIGNED2_8(a,b) (((PTR_LINEAR(a) | PTR_LINEAR(b)) & 7) == 0) argument
142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) argument
143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) argument
144 #define PTR_DIFF(a,b) ((lzo_ptrdiff_t) (PTR(a) - PTR(b))) argument
145 #define pd(a,b) ((lzo_uint) ((a)-(b))) argument
/rk3399_rockchip-uboot/fs/ubifs/
H A Dreplay.c91 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops()
167 struct bud_entry *b; in set_buds_lprops() local
271 struct list_head *b) in replay_entries_cmp()
535 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud()
697 struct bud_entry *b; in replay_buds() local
719 struct bud_entry *b; in destroy_bud_list() local
743 struct bud_entry *b; in add_replay_bud() local
/rk3399_rockchip-uboot/drivers/net/
H A Dsmc91111.h106 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument
114 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument
122 #define SMC_insl(a,r,b,l) ({ int __i ; \ argument
131 #define SMC_insw(a,r,b,l) ({ int __i ; \ argument
140 #define SMC_insb(a,r,b,l) ({ int __i ; \ argument
180 #define SMC_outsl(a,r,b,l) do{ int __i; \ argument
187 #define SMC_outsw(a,r,b,l) do{ int __i; \ argument
194 #define SMC_insl(a,r,b,l) do{ int __i ; \ argument
202 #define SMC_insw(a,r,b,l) do{ int __i ; \ argument
210 #define SMC_insb(a,r,b,l) do{ int __i ; \ argument
[all …]
/rk3399_rockchip-uboot/drivers/pinctrl/meson/
H A Dpinctrl-meson.h91 #define PIN(x, b) (b + x) argument
93 #define GROUP(grp, r, b) \ argument
102 #define GPIO_GROUP(gpio, b) \ argument
131 #define MESON_PIN(x, b) PINCTRL_PIN(PIN(x, b), #x) argument
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-mod-exp.c26 #define put_unaligned_be32(a, b) (*(uint32_t *)(b) = cpu_to_fdt32(a)) argument
82 uint32_t result[], const uint32_t a, const uint32_t b[]) in montgomery_mul_add_step()
117 uint32_t result[], uint32_t a[], const uint32_t b[]) in montgomery_mul()
/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec_lpc.c23 #define debug_trace(fmt, b...) debug(fmt, ##b) argument
25 #define debug_trace(fmt, b...) argument
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler-gcc.h120 #define __printf(a, b) __attribute__((format(printf, a, b))) argument
121 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
158 #define __compiler_offsetof(a, b) \ argument

123456789