Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 61) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_debug.h28 static inline void musb_print_csr0(u16 w) in musb_print_csr0()
58 static inline void musb_print_intrtx(u16 w) in musb_print_intrtx()
63 static inline void musb_print_intrrx(u16 w) in musb_print_intrrx()
125 static inline void musb_print_rxmaxp(u16 w) in musb_print_rxmaxp()
130 static inline void musb_print_rxcsr(u16 w) in musb_print_rxcsr()
154 static inline void musb_print_txmaxp(u16 w) in musb_print_txmaxp()
159 static inline void musb_print_txcsr(u16 w) in musb_print_txcsr()
181 #define musb_print_csr0(w) argument
183 #define musb_print_intrtx(w) argument
184 #define musb_print_intrrx(w) argument
[all …]
/rk3399_rockchip-uboot/cmd/
H A Ditest.c52 static long evalexp(char *s, int w) in evalexp()
130 static int arithcomp (char *s, char *t, int op, int w) in arithcomp()
148 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test()
175 int value, w; in do_itest() local
H A Dsetexpr.c17 static ulong get_arg(char *s, int w) in get_arg()
297 int w; in do_setexpr() local
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c59 DWunion w; in __ashldi3() local
85 DWunion w; in __ashrdi3() local
112 DWunion w; in __lshrdi3() local
366 DWtype w; in __divdi3() local
386 const DWunion w = { {.low = -uu.s.low, in __negdi2() local
398 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; in __muldi3() local
412 DWtype w; in __moddi3() local
454 UDWtype w; in __umoddi3() local
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.c17 DWunion w; in __ashldi3() local
40 DWunion w; in __ashrdi3() local
64 DWunion w; in __lshrdi3() local
/rk3399_rockchip-uboot/include/linux/
H A Dbitops.h107 static inline unsigned int generic_hweight32(unsigned int w) in generic_hweight32()
116 static inline unsigned int generic_hweight16(unsigned int w) in generic_hweight16()
124 static inline unsigned int generic_hweight8(unsigned int w) in generic_hweight8()
/rk3399_rockchip-uboot/drivers/video/
H A Dmvebu_lcd.c16 #define MVEBU_LCD_WIN_CONTROL(w) (MVEBU_LCD_BASE + 0xf000 + ((w) << 4)) argument
17 #define MVEBU_LCD_WIN_BASE(w) (MVEBU_LCD_BASE + 0xf004 + ((w) << 4)) argument
18 #define MVEBU_LCD_WIN_REMAP(w) (MVEBU_LCD_BASE + 0xf00c + ((w) << 4)) argument
H A Dbcm2835.c18 int w, h, pitch; in bcm2835_video_probe() local
H A Dipu_common.c40 #define _param_word(base, w) \ argument
43 #define ipu_ch_param_set_field(base, w, bit, size, v) { \ argument
52 #define ipu_ch_param_mod_field(base, w, bit, size, v) { \ argument
67 #define ipu_ch_param_read_field(base, w, bit, size) ({ \ argument
/rk3399_rockchip-uboot/arch/sh/lib/
H A Dashrdi3.c5 DWunion uu, w; in __ashrdi3() local
H A Dashldi3.c5 DWunion uu, w; in __ashldi3() local
H A Dlshrdi3.c5 DWunion uu, w; in __lshrdi3() local
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dlshrdi3.c5 DWunion uu, w; in __lshrdi3() local
H A Dashrdi3.c5 DWunion uu, w; in __ashrdi3() local
H A Dashldi3.c5 DWunion uu, w; in __ashldi3() local
/rk3399_rockchip-uboot/drivers/video/rk_eink/
H A Drk_eink_display.c78 u16 w; member
175 u32 w = plat->width; in aligned_image_size_4k() local
296 static int image_rearrange(u8 *in_buf, u8 *out_buf, u16 w, u16 h) in image_rearrange()
324 static int image_mirror(u8 *in_buf, u8 *out_buf, u16 w, u16 h) in image_mirror()
424 u32 w = panel->width; in read_needed_logo_from_partition() local
439 u32 w = panel->width; in read_needed_logo_from_partition() local
/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha.h43 uint32_t w[16]; member
/rk3399_rockchip-uboot/drivers/ata/
H A Dmvsata_ide.c98 #define MVSATA_WIN_CONTROL(w) (MVEBU_AXP_SATA_BASE + 0x30 + ((w) << 4)) argument
99 #define MVSATA_WIN_BASE(w) (MVEBU_AXP_SATA_BASE + 0x34 + ((w) << 4)) argument
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dlshrdi3.c27 DIunion w; in __lshrdi3() local
H A Dashldi3.c27 DIunion w; in __ashldi3() local
H A Dmuldi3.c60 DIunion w; in __muldi3() local
/rk3399_rockchip-uboot/drivers/net/
H A Dks8851_mll.c240 u16 w; in ks_enable_qmu() local
258 u16 w; in ks_disable_qmu() local
275 u32 w = ks->extra_byte - r; in ks_read_qmu() local
371 u16 w; in ks_setup() local
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/
H A Ddisplay.h20 unsigned w; /* Width of source window */ member
/rk3399_rockchip-uboot/arch/microblaze/lib/
H A Dmuldi3.c65 DIunion w; in __muldi3() local
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa27x_udc.c61 unsigned int i, n, w, b, is_short; in udc_write_urb() local
170 unsigned int i, n, w, b; in udc_read_urb_ep0() local

123