/u-boot/arch/arm/dts/ |
A D | am335x-brxre1.dts | 20 serial-no = <0>; 286 ti,no-reset-on-init; 291 ti,no-reset-on-init; 307 ti,no-idle-on-init; 313 ti,no-idle-on-init; 319 ti,no-idle-on-init; 325 ti,no-idle-on-init; 331 ti,no-idle-on-init; 337 ti,no-idle-on-init; 343 ti,no-idle-on-init; [all …]
|
A D | am335x-brsmarc1.dts | 21 serial-no = <0>; 331 ti,no-reset-on-init; 336 ti,no-reset-on-init; 352 ti,no-idle-on-init; 358 ti,no-idle-on-init; 364 ti,no-idle-on-init; 370 ti,no-idle-on-init; 376 ti,no-idle-on-init; 382 ti,no-idle-on-init; 388 ti,no-idle-on-init; [all …]
|
A D | k3-j721e-som-p0.dtsi | 26 no-map; 32 no-map; 38 no-map; 44 no-map; 50 no-map; 56 no-map; 62 no-map; 68 no-map; 74 no-map; 80 no-map; [all …]
|
A D | am335x-brppt1-mmc.dts | 20 serial-no = "0"; 268 ti,no-reset-on-init; 273 ti,no-reset-on-init; 278 ti,no-reset-on-init; 283 ti,no-reset-on-init; 287 ti,no-reset-on-init; 288 ti,no-idle-on-init; 314 ti,no-reset-on-init; 315 ti,no-idle-on-init; 321 ti,no-idle-on-init; [all …]
|
A D | am335x-brppt1-spi.dts | 20 serial-no = "0"; 289 ti,no-reset-on-init; 294 ti,no-reset-on-init; 299 ti,no-reset-on-init; 304 ti,no-reset-on-init; 308 ti,no-reset-on-init; 309 ti,no-idle-on-init; 335 ti,no-reset-on-init; 336 ti,no-idle-on-init; 342 ti,no-idle-on-init; [all …]
|
A D | am335x-brppt1-nand.dts | 18 order-no = "6PPT30 (NAND)"; 20 serial-no = "0"; 258 ti,no-reset-on-init; 263 ti,no-reset-on-init; 268 ti,no-reset-on-init; 273 ti,no-reset-on-init; 277 ti,no-reset-on-init; 278 ti,no-idle-on-init;
|
A D | stm32mp157c-odyssey-som.dtsi | 34 no-map; 40 no-map; 46 no-map; 52 no-map; 58 no-map; 64 no-map; 69 no-map; 74 no-map;
|
A D | stm32mp157c-ed1.dts | 36 no-map; 42 no-map; 48 no-map; 54 no-map; 60 no-map; 66 no-map; 71 no-map; 370 no-sd; 371 no-sdio;
|
A D | bitmain-antminer-s9.dts | 34 no-map; 39 no-map;
|
A D | imx6qdl-sabreauto-u-boot.dtsi | 15 no-1-8-v;
|
/u-boot/include/dm/ |
A D | of_addr.h | 27 u64 of_translate_address(const struct device_node *no, const __be32 *in_addr); 45 u64 of_translate_dma_address(const struct device_node *no, const __be32 *in_addr); 77 const __be32 *of_get_address(const struct device_node *no, int index, 95 int of_address_to_resource(const struct device_node *no, int index,
|
/u-boot/drivers/clk/rockchip/ |
A D | clk_rk3288.c | 44 u32 no; member 164 (div->no == 1 || !(div->no % 2))); in rkclk_set_pll() 186 {.nf = 25, .nr = 2, .no = 1}, in rkclk_configure_ddr() 187 {.nf = 400, .nr = 9, .no = 2}, in rkclk_configure_ddr() 241 uint no = 1; in pll_para_config() local 252 no = DIV_ROUND_UP(no, *ext_div); in pll_para_config() 256 if (no > 1) in pll_para_config() 257 no = DIV_ROUND_UP(no, 2) * 2; in pll_para_config() 259 vco_khz = freq_khz * no; in pll_para_config() 269 div->no = no; in pll_para_config() [all …]
|
A D | clk_rk3188.c | 44 u32 no; member 97 uint output_hz = vco_hz / div->no; in rkclk_set_pll() 103 (div->no == 1 || !(div->no % 2))); in rkclk_set_pll() 128 {.nf = 75, .nr = 1, .no = 6}, in rkclk_configure_ddr() 129 {.nf = 400, .nr = 9, .no = 2}, in rkclk_configure_ddr() 130 {.nf = 500, .nr = 9, .no = 2}, in rkclk_configure_ddr() 131 {.nf = 100, .nr = 3, .no = 1}, in rkclk_configure_ddr() 174 {.nf = 50, .nr = 1, .no = 2}, in rkclk_configure_cpu() 175 {.nf = 67, .nr = 1, .no = 1}, in rkclk_configure_cpu() 233 uint32_t nr, no, nf; in rkclk_pll_get_rate() local [all …]
|
/u-boot/scripts/kconfig/ |
A D | symbol.c | 24 .curr = { "n", no }, 28 .curr = { "", no }, 180 tri = no; in sym_calc_visibility() 216 tri = no; in sym_calc_visibility() 225 tri = no; in sym_calc_visibility() 295 sym->curr.tri = no; in sym_calc_choice() 356 sym->curr.tri = no; in sym_calc_value() 539 case no: in sym_toggle_tristate_value() 546 newval = no; in sym_toggle_tristate_value() 751 case no: return "n"; in sym_get_string_default() [all …]
|
/u-boot/drivers/gpio/ |
A D | msm_gpio.c | 18 #define GPIO_CONFIG_OFF(no) ((no) * 0x1000) argument 19 #define GPIO_IN_OUT_OFF(no) ((no) * 0x1000 + 0x4) argument
|
/u-boot/drivers/w1/ |
A D | Kconfig | 9 default no 18 default no 25 default no
|
/u-boot/board/boundary/nitrogen6x/ |
A D | 6x_bootscript.txt | 9 echo "------ no HDMI monitor"; 22 echo "------ no Freescale display"; 34 echo "------ no 1024x600 display"; 46 echo "------ no 800x480 display";
|
A D | 6x_bootscript_android.txt | 18 echo "------ no Freescale display"; 30 echo "------ no 1024x600 display"; 42 echo "------ no 800x480 display"; 54 echo "------ no HDMI monitor";
|
A D | 6x_bootscript_android_recovery.txt | 18 echo "------ no Freescale display"; 30 echo "------ no 1024x600 display"; 42 echo "------ no 800x480 display"; 54 echo "------ no HDMI monitor";
|
/u-boot/arch/arm/mach-rockchip/rk3368/ |
A D | rk3368.c | 108 static inline uintptr_t sgrf_soc_con_addr(unsigned int no) in sgrf_soc_con_addr() argument 113 return SGRF_BASE + sizeof(u32) * no; in sgrf_soc_con_addr() 116 static inline uintptr_t sgrf_busdmac_addr(unsigned int no) in sgrf_busdmac_addr() argument 123 return SGRF_BUSDMAC_BASE + sizeof(u32) * no; in sgrf_busdmac_addr()
|
/u-boot/doc/ |
A D | README.plan9 | 8 copied to CONFADDR. If no arguments are specified, the contents of the 11 If no command line arguments or bootargs are defined, CONFADDR is left
|
/u-boot/arch/xtensa/ |
A D | config.mk | 6 PLATFORM_CPPFLAGS += -D__XTENSA__ -mlongcalls -mforce-no-pic \
|
/u-boot/scripts/ |
A D | coccicheck | 234 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 241 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
|
/u-boot/test/optee/ |
A D | Makefile | 13 obj-y += test-optee-no-optee.dtb.o
|
/u-boot/ |
A D | .checkpatch.conf | 2 --no-tree
|