Searched refs:ul (Results 1 – 18 of 18) sorted by relevance
/u-boot/include/asm-generic/bitops/ |
A D | __fls.h | 17 if (!(word & (~0ul << 32))) { in __fls() 22 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls() 26 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls() 30 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls() 34 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls() 38 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
|
/u-boot/drivers/pinctrl/nexell/ |
A D | pinctrl-s5pxx18.h | 33 nx_gpio_padfunc_0 = 0ul, 40 nx_gpio_drvstrength_0 = 0ul, 47 nx_gpio_pull_down = 0ul,
|
/u-boot/drivers/usb/gadget/ |
A D | core.c | 394 void urb_link_init (urb_link * ul) in urb_link_init() argument 396 if (ul) { in urb_link_init() 397 ul->prev = ul->next = ul; in urb_link_init() 410 urb_link *ul = &urb->link; in urb_detach() local 411 ul->next->prev = ul->prev; in urb_detach() 412 ul->prev->next = ul->next; in urb_detach() 413 urb_link_init (ul); in urb_detach()
|
/u-boot/board/variscite/dart_6ul/ |
A D | MAINTAINERS | 4 F: arch/arm/dts/imx6ull-dart-6ul.dts 5 F: arch/arm/dts/imx6ull-dart-6ul.dtsi
|
/u-boot/arch/arm/mach-nexell/include/mach/ |
A D | nx_gpio.h | 41 nx_gpio_padfunc_0 = 0ul, 48 nx_gpio_drvstrength_0 = 0ul, 55 nx_gpio_pull_down = 0ul,
|
/u-boot/drivers/video/rockchip/ |
A D | rk_hdmi.c | 38 .mpixelclock = ~0ul, 69 .mpixelclock = ~0ul,
|
/u-boot/arch/arm/dts/ |
A D | imx6ull-dart-6ul.dts | 10 #include "imx6ull-dart-6ul.dtsi" 14 compatible = "variscite,imx6ull-dart-6ul", "fsl,imx6ull";
|
A D | imx6ull-dart-6ul.dtsi | 9 compatible = "variscite,imx6ull-dart-6ul", "fsl,imx6ull";
|
A D | Makefile | 759 imx6ull-dart-6ul.dtb \
|
/u-boot/doc/sphinx-static/ |
A D | theme_overrides.css | 72 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
|
/u-boot/drivers/video/nexell/soc/ |
A D | s5pxx18_soc_dpc.h | 115 nx_dpc_format_rgb555 = 0ul, 136 nx_dpc_ycorder_cb_ycr_y = 0ul, 143 nx_dpc_padclk_vclk = 0ul, 149 nx_dpc_dither_bypass = 0ul, 156 nx_dpc_vbs_ntsc_m = 0ul, 167 nx_dpc_bandwidth_low = 0ul,
|
A D | s5pxx18_soc_mlc.h | 93 nx_mlc_priority_videofirst = 0ul, 123 nx_mlc_yuvfmt_420 = 0ul << 16,
|
/u-boot/configs/ |
A D | variscite_dart6ul_defconfig | 15 CONFIG_DEFAULT_DEVICE_TREE="imx6ull-dart-6ul"
|
/u-boot/include/linux/ |
A D | kernel.h | 47 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
|
/u-boot/board/rockchip/evb_rk3399/ |
A D | README | 115 > rkdeveloptool ul rkbin/rk33/rk3399_loader_v1.08.106.bin
|
/u-boot/drivers/video/ |
A D | dw_hdmi.c | 405 for (i = 0; hdmi->mpll_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure() 416 for (i = 0; hdmi->phy_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure()
|
/u-boot/include/ |
A D | usbdevice.h | 611 void urb_link_init (urb_link * ul);
|
/u-boot/drivers/ram/octeon/ |
A D | octeon3_lmc.c | 2324 if (bm != 0ul) { in ppbm() 2325 while ((bm & 0x0fful) == 0ul) in ppbm()
|
Completed in 31 milliseconds