Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 15 of 15) sorted by relevance

/u-boot/doc/uImage.FIT/
A Doverlay-fdt-boot.txt69 foo-reva.dtb {
73 foo-revb.dtb {
77 foo-reva-bar.dtb {
81 foo-revb-bar.dtb {
85 foo-revb-baz.dtb {
105 foo-reva.dtb, foo-revb.dtb, foo-reva-bar.dtb, foo-revb-bar.dtb,
106 foo-revb-baz.dtb, foo-revb-bar-baz.dtb
162 foo-reva.dtb {
166 foo-revb.dtb {
170 foo-reva-bar.dtb {
[all …]
/u-boot/test/overlay/
A Dtest-fdt-base.dts12 test-str-property = "foo";
/u-boot/doc/usage/
A Dfdt_overlays.rst37 foo: foonode {
38 foo-property;
54 target = <&foo>;
/u-boot/lib/efi_loader/
A Defi_gop.c259 u32 foo, efi_uintn_t sx, in gop_blt_video_fill() argument
271 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid16() argument
282 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid32() argument
293 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_vid() argument
305 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_buf() argument
/u-boot/doc/
A DREADME.gpio26 line-name = "foo-bar-gpio";
A DREADME.SPL31 obj-$(CONFIG_SPL_BUILD) += foo.o
34 foo();
A DREADME.unaligned-memory-access.txt81 struct foo {
114 struct foo {
/u-boot/drivers/rtc/
A Dds1302.c153 char *foo = buf; in read_ser_drv() local
169 DUMP(foo, count); in read_ser_drv()
/u-boot/scripts/
A DKbuild.include14 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
102 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
273 # Usage: $(call if_changed_rule,foo)
/u-boot/doc/device-tree-bindings/gpio/
A Dgpio.txt173 compatible = "foo";
255 gpio-ranges = <&foo 0 20 10>, <&bar 10 50 20>;
258 - pins 20..29 on pin controller "foo" is mapped to GPIO line 0..9 and
309 "foo",
317 in pinctrl2 are defined using the pin groups named "foo" and "bar".
/u-boot/doc/board/emulation/
A Dqemu-arm.rst80 -drive if=none,file=disk.img,id=mydisk -device nvme,drive=mydisk,serial=foo
/u-boot/common/
A Dcli_hush.c1380 char **foo=pi->progs[0].argv; local
1381 while(foo && *foo) {
1382 bar += sprintf(bar, "%s ", *foo++);
2933 struct in_str foo; local
2934 setup_string_in_str(&foo, src);
2935 return parse_stream(dest, ctx, &foo, '\0');
/u-boot/doc/develop/
A Dcommands.rst61 U_BOOT_CMD_MKENT(foo, CONFIG_SYS_MAXARGS, 1, do_foo, "", ""),
/u-boot/doc/device-tree-bindings/pinctrl/
A Dpinctrl-bindings.txt254 foo {
255 group = "foo-group";
/u-boot/
A DKconfig106 def_bool $(success,echo 'void foo(void) { asm inline (""); }' | $(CC) -x c - -c -o /dev/null)

Completed in 17 milliseconds