Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 18 of 18) sorted by relevance

/u-boot/include/asm-generic/bitops/
A D__fls.h17 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 Dpinctrl-s5pxx18.h33 nx_gpio_padfunc_0 = 0ul,
40 nx_gpio_drvstrength_0 = 0ul,
47 nx_gpio_pull_down = 0ul,
/u-boot/drivers/usb/gadget/
A Dcore.c394 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 DMAINTAINERS4 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 Dnx_gpio.h41 nx_gpio_padfunc_0 = 0ul,
48 nx_gpio_drvstrength_0 = 0ul,
55 nx_gpio_pull_down = 0ul,
/u-boot/drivers/video/rockchip/
A Drk_hdmi.c38 .mpixelclock = ~0ul,
69 .mpixelclock = ~0ul,
/u-boot/arch/arm/dts/
A Dimx6ull-dart-6ul.dts10 #include "imx6ull-dart-6ul.dtsi"
14 compatible = "variscite,imx6ull-dart-6ul", "fsl,imx6ull";
A Dimx6ull-dart-6ul.dtsi9 compatible = "variscite,imx6ull-dart-6ul", "fsl,imx6ull";
A DMakefile759 imx6ull-dart-6ul.dtb \
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css72 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.h115 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 Ds5pxx18_soc_mlc.h93 nx_mlc_priority_videofirst = 0ul,
123 nx_mlc_yuvfmt_420 = 0ul << 16,
/u-boot/configs/
A Dvariscite_dart6ul_defconfig15 CONFIG_DEFAULT_DEVICE_TREE="imx6ull-dart-6ul"
/u-boot/include/linux/
A Dkernel.h47 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
/u-boot/board/rockchip/evb_rk3399/
A DREADME115 > rkdeveloptool ul rkbin/rk33/rk3399_loader_v1.08.106.bin
/u-boot/drivers/video/
A Ddw_hdmi.c405 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 Dusbdevice.h611 void urb_link_init (urb_link * ul);
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c2324 if (bm != 0ul) { in ppbm()
2325 while ((bm & 0x0fful) == 0ul) in ppbm()

Completed in 31 milliseconds