Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 51) sorted by relevance

123

/u-boot/drivers/usb/musb-new/
A Dpic32.c186 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
187 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
188 { .hw_ep_num = 2, .style = FIFO_TX, .maxpacket = 512, },
189 { .hw_ep_num = 2, .style = FIFO_RX, .maxpacket = 512, },
190 { .hw_ep_num = 3, .style = FIFO_TX, .maxpacket = 512, },
191 { .hw_ep_num = 3, .style = FIFO_RX, .maxpacket = 512, },
192 { .hw_ep_num = 4, .style = FIFO_TX, .maxpacket = 512, },
193 { .hw_ep_num = 4, .style = FIFO_RX, .maxpacket = 512, },
194 { .hw_ep_num = 5, .style = FIFO_TX, .maxpacket = 512, },
195 { .hw_ep_num = 5, .style = FIFO_RX, .maxpacket = 512, },
[all …]
A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1087 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, },
1088 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, },
1089 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, },
1097 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, },
1098 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, },
1103 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1104 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1224 switch (cfg->style) { in fifo_setup()
[all …]
/u-boot/drivers/power/acpi_pmc/
A DKconfig4 Enable support for an x86-style power-management controller which
13 Enable support for an x86-style power-management controller which
22 Enable support for an x86-style power-management controller which
/u-boot/include/linux/usb/
A Dmusb.h44 enum musb_fifo_style style; member
52 .style = st, \
/u-boot/arch/sandbox/cpu/
A Du-boot-spl.lds4 * Use of this source code is governed by a BSD-style license that can be
A Du-boot.lds4 * Use of this source code is governed by a BSD-style license that can be
/u-boot/doc/
A DREADME.plan912 uninitialized to permit manual configuration. For example, PC-style
/u-boot/scripts/
A DMakefile.extrawarn25 warning-1 += -Wold-style-definition
/u-boot/test/py/
A Dmultiplexed_log.css28 border-style: solid;
/u-boot/doc/device-tree-bindings/regulator/
A Dfixed.txt20 Other kernel-style properties, are currently not used.
A Dregulator.txt68 Other kernel-style properties, are currently not used.
/u-boot/arch/arm/dts/
A Dbcm2836.dtsi72 /* Make the BCM2835-style global interrupt controller be a child of the
A Dbcm2837.dtsi75 /* Make the BCM2835-style global interrupt controller be a child of the
A Dr8a77970-eagle.dts140 adi,input-style = <1>;
A Dr8a77980-condor.dts177 adi,input-style = <1>;
A Dzynq-zc706.dts95 adi,input-style = <3>;
A Dr8a7790-stout.dts299 adi,input-style = <1>;
A Dr8a7792-blanche.dts292 adi,input-style = <1>;
/u-boot/tools/
A Dzynqmp_psu_init_minimize.sh12 checkpatch compliant. Minor coding style might still be needed. Must be
/u-boot/Licenses/
A DREADME65 style depends on the file type::
74 If a specific tool cannot handle the standard comment style, then the
76 is the reason for having the "/\* \*/" style comment in C header
79 there are still older assembler tools which cannot handle C++ style
/u-boot/scripts/kconfig/
A Dgconf.c113 GtkStyle * style, gchar * btn_name, gchar ** xpm) in replace_button_icon() argument
121 &style->bg[GTK_STATE_NORMAL], in replace_button_icon()
136 GtkStyle *style; in init_main_window() local
169 style = gtk_widget_get_style(main_wnd); in init_main_window()
172 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
174 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
176 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
/u-boot/board/freescale/mx6memcal/
A DREADME26 produce output in a form usable in a DCD-style .cfg file.
/u-boot/doc/uImage.FIT/
A Dhowto.txt153 Example 1 -- old-style (non-FDT) kernel booting
157 development host is to be booted old-style (non-FDT) by U-Boot on an embedded
265 Example 2 -- new-style (FDT) kernel booting
269 new-style, i.e., with a FDT blob. In this case there are two prerequisite data
/u-boot/doc/arch/
A Dnds32.rst19 - RISC-style register-based instruction set.
/u-boot/doc/driver-model/
A Dpmic-framework.rst72 function or command line interface, based on kernel-style regulator device

Completed in 21 milliseconds

123