| /u-boot/drivers/usb/emul/ |
| A D | sandbox_hub.c | 212 switch (setup->requesttype) { in sandbox_hub_submit_control_msg() 214 switch (setup->request) { in sandbox_hub_submit_control_msg() 227 switch (setup->request) { in sandbox_hub_submit_control_msg() 243 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg() 247 switch (setup->request) { in sandbox_hub_submit_control_msg() 253 port, setup->value); in sandbox_hub_submit_control_msg() 256 1 << setup->value); in sandbox_hub_submit_control_msg() 267 port, setup->value); in sandbox_hub_submit_control_msg() 270 1 << setup->value, 0); in sandbox_hub_submit_control_msg() 273 (setup->value - 16); in sandbox_hub_submit_control_msg() [all …]
|
| A D | usb-emul-uclass.c | 180 struct devrequest *setup) in usb_emul_control() argument 192 switch (setup->request) { in usb_emul_control() 194 return usb_emul_get_descriptor(plat, setup->value, in usb_emul_control() 202 setup); in usb_emul_control() 205 switch (setup->request) { in usb_emul_control() 208 setup->value); in usb_emul_control() 209 plat->devnum = setup->value; in usb_emul_control() 212 debug("requestsend =%x\n", setup->request); in usb_emul_control() 216 switch (setup->request) { in usb_emul_control() 218 plat->configno = setup->value; in usb_emul_control() [all …]
|
| /u-boot/drivers/i2c/ |
| A D | stm32f7_i2c.c | 210 struct stm32_i2c_setup setup; member 637 setup->rise_time + setup->fall_time; in stm32_i2c_choose_solution() 684 struct stm32_i2c_setup *setup = &i2c_priv->setup; in stm32_i2c_compute_timing() local 694 setup->speed_freq); in stm32_i2c_compute_timing() 752 struct stm32_i2c_setup *setup = &i2c_priv->setup; in stm32_i2c_setup_timing() local 758 if (!setup->clock_src) { in stm32_i2c_setup_timing() 768 setup->speed_freq = in stm32_i2c_setup_timing() 771 setup->speed_freq); in stm32_i2c_setup_timing() 784 setup->speed_freq, setup->clock_src); in stm32_i2c_setup_timing() 786 setup->rise_time, setup->fall_time); in stm32_i2c_setup_timing() [all …]
|
| /u-boot/arch/arm/mach-omap2/ |
| A D | abb.c | 23 static void abb_setup_timings(u32 setup) in abb_setup_timings() argument 55 setbits_le32(setup, in abb_setup_timings() 59 void abb_setup(u32 fuse, u32 ldovbb, u32 setup, u32 control, in abb_setup() argument 65 if (!setup || !control || !txdone) in abb_setup() 100 writel(0, setup); in abb_setup() 104 abb_setup_timings(setup); in abb_setup() 110 setbits_le32(setup, abb_type_mask | OMAP_ABB_SETUP_SR2EN_MASK); in abb_setup()
|
| /u-boot/drivers/clk/at91/ |
| A D | pmc.c | 124 int at91_clk_setup(const struct pmc_clk_setup *setup, int size) in at91_clk_setup() argument 132 if (!setup) in at91_clk_setup() 136 ret = clk_get_by_id(setup[i].cid, &c); in at91_clk_setup() 140 if (setup[i].pid) { in at91_clk_setup() 141 ret = clk_get_by_id(setup[i].pid, &parent); in at91_clk_setup() 149 if (setup[i].prate) { in at91_clk_setup() 150 ret = clk_set_rate(parent, setup[i].prate); in at91_clk_setup() 156 if (setup[i].rate) { in at91_clk_setup() 157 ret = clk_set_rate(c, setup[i].rate); in at91_clk_setup()
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_reset.c | 22 static int setup(const efi_handle_t handle, in setup() function 47 .setup = setup, 55 .setup = setup,
|
| A D | efi_selftest_mem.c | 24 static int setup(const efi_handle_t handle, in setup() function 75 .setup = setup,
|
| A D | efi_selftest_watchdog.c | 70 static int setup(const efi_handle_t handle, in setup() function 108 return setup(handle, systable); in setup_timer() 122 return setup(handle, systable); in setup_reboot() 220 .setup = setup_timer, 228 .setup = setup_reboot,
|
| A D | efi_selftest_textinput.c | 26 static int setup(const efi_handle_t handle, in setup() function 94 .setup = setup,
|
| A D | efi_selftest_gop.c | 23 static int setup(const efi_handle_t handle, in setup() function 96 .setup = setup,
|
| A D | efi_selftest_loaded_image.c | 24 static int setup(const efi_handle_t img_handle, in setup() function 105 .setup = setup,
|
| A D | efi_selftest_variables_runtime.c | 27 static int setup(const efi_handle_t img_handle, in setup() function 91 .setup = setup,
|
| A D | efi_selftest_exitbootservices.c | 68 static int setup(const efi_handle_t handle, in setup() function 131 .setup = setup,
|
| /u-boot/drivers/usb/host/ |
| A D | usb-sandbox.c | 25 struct devrequest *setup, struct udevice *emul) in usbmon_trace() argument 36 if (setup) { in usbmon_trace() 37 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace() 38 setup->request, setup->value, setup->index, in usbmon_trace() 39 setup->length); in usbmon_trace() 50 struct devrequest *setup) in sandbox_submit_control() argument 59 usbmon_trace(bus, pipe, setup, emul); in sandbox_submit_control() 64 if (setup->request == USB_REQ_SET_ADDRESS) { in sandbox_submit_control() 66 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control() 70 ret = usb_emul_control(emul, udev, pipe, buffer, length, setup); in sandbox_submit_control()
|
| /u-boot/drivers/memory/ |
| A D | stm32-fmc2-ebi.c | 353 switch (setup) { in stm32_fmc2_ebi_set_trans_type() 478 switch (setup) { in stm32_fmc2_ebi_set_buswidth() 501 switch (setup) { in stm32_fmc2_ebi_set_cpsize() 612 val = setup ? min_t(u32, setup - 1, FMC2_BXTR_BUSTURN_MAX) : 0; in stm32_fmc2_ebi_set_bus_turnaround() 631 val = setup ? min_t(u32, setup - 1, FMC2_BXTR_DATAHLD_MAX) : 0; in stm32_fmc2_ebi_set_data_hold() 646 val = setup ? clamp_val(setup - 1, 1, FMC2_BTR_CLKDIV_MAX) : 1; in stm32_fmc2_ebi_set_clk_period() 659 val = setup > 1 ? min_t(u32, setup - 2, FMC2_BTR_DATLAT_MAX) : 0; in stm32_fmc2_ebi_set_data_latency() 672 if (setup < 1) in stm32_fmc2_ebi_set_max_low_pulse() 863 u32 setup = 0; in stm32_fmc2_ebi_parse_prop() local 885 setup = 1; in stm32_fmc2_ebi_parse_prop() [all …]
|
| /u-boot/drivers/usb/mtu3/ |
| A D | mtu3_gadget_ep0.c | 71 ret = mtu->gadget_driver->setup(&mtu->g, setup); in forward_to_driver() 411 value = le16_to_cpu(setup->wValue); in ep0_handle_feature() 412 index = le16_to_cpu(setup->wIndex); in ep0_handle_feature() 471 value = le16_to_cpu(setup->wValue); in handle_standard_request() 474 switch (setup->bRequest) { in handle_standard_request() 517 handled = ep0_set_sel(mtu, setup); in handle_standard_request() 636 setup->bRequestType, setup->bRequest, in ep0_read_setup() 637 le16_to_cpu(setup->wValue), le16_to_cpu(setup->wIndex), in ep0_read_setup() 638 le16_to_cpu(setup->wLength)); in ep0_read_setup() 662 struct usb_ctrlrequest setup; in ep0_handle_setup() local [all …]
|
| /u-boot/doc/usage/fit/ |
| A D | kernel.rst | 43 For x86 a setup node is also required: see x86-fit-boot:: 66 setup { 67 description = "Linux setup.bin"; 68 data = /incbin/("./setup.bin"); 86 setup = "setup";
|
| /u-boot/drivers/xen/ |
| A D | gnttab.c | 168 struct gnttab_setup_table setup; in init_gnttab() local 192 setup.dom = DOMID_SELF; in init_gnttab() 193 setup.nr_frames = NR_GRANT_FRAMES; in init_gnttab() 194 set_xen_guest_handle(setup.frame_list, frames); in init_gnttab() 200 struct gnttab_setup_table setup; in fini_gnttab() local 215 setup.dom = DOMID_SELF; in fini_gnttab() 216 setup.nr_frames = 0; in fini_gnttab()
|
| /u-boot/drivers/usb/gadget/ |
| A D | max3420_udc.c | 134 struct usb_ctrlrequest setup; member 509 if (udc->driver->setup(&udc->gadget, &udc->setup) < 0) in max3420_getstatus() 567 struct usb_ctrlrequest setup; in max3420_handle_setup() local 572 udc->setup = setup; in max3420_handle_setup() 573 udc->setup.wValue = cpu_to_le16(setup.wValue); in max3420_handle_setup() 574 udc->setup.wIndex = cpu_to_le16(setup.wIndex); in max3420_handle_setup() 575 udc->setup.wLength = cpu_to_le16(setup.wLength); in max3420_handle_setup() 577 switch (udc->setup.bRequest) { in max3420_handle_setup() 580 if ((udc->setup.bRequestType & in max3420_handle_setup() 593 udc->setup.wValue, addr); in max3420_handle_setup() [all …]
|
| /u-boot/tools/patman/ |
| A D | setup.py | 3 from setuptools import setup 4 setup(name='patman',
|
| /u-boot/tools/dtoc/ |
| A D | setup.py | 3 from distutils.core import setup 4 setup(name='dtoc',
|
| /u-boot/tools/binman/ |
| A D | setup.py | 3 from distutils.core import setup 4 setup(name='binman',
|
| /u-boot/board/cobra5272/bdm/ |
| A D | cobra5272_uboot.gdb | 64 define setup-sys 74 define setup-cs 115 define setup-dram 127 define setup-ppio 157 setup-sys 158 setup-cs 159 setup-dram 160 setup-ppio
|
| /u-boot/drivers/clk/stm32/ |
| A D | clk-stm32-core.h | 99 struct clk *(*setup)(struct udevice *dev, member 234 .setup = clk_stm32_gate_register, \ 255 .setup = clk_stm32_register_composite, \ 271 .setup = clk_stm32_register_composite, \
|
| /u-boot/tools/u_boot_pylib/ |
| A D | README.rst | 13 or via setup.py:: 15 ./setup.py install [--user]
|