/u-boot/drivers/usb/emul/ |
A D | sandbox_hub.c | 214 switch (setup->request) { in sandbox_hub_submit_control_msg() 227 setup->request); in sandbox_hub_submit_control_msg() 231 switch (setup->request) { in sandbox_hub_submit_control_msg() 246 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg() 252 switch (setup->request) { in sandbox_hub_submit_control_msg() 258 port, setup->value); in sandbox_hub_submit_control_msg() 261 1 << setup->value); in sandbox_hub_submit_control_msg() 275 1 << setup->value, 0); in sandbox_hub_submit_control_msg() 278 (setup->value - 16); in sandbox_hub_submit_control_msg() 286 setup->request); in sandbox_hub_submit_control_msg() [all …]
|
A D | usb-emul-uclass.c | 179 struct devrequest *setup) in usb_emul_control() argument 191 switch (setup->request) { in usb_emul_control() 193 return usb_emul_get_descriptor(plat, setup->value, in usb_emul_control() 201 setup); in usb_emul_control() 204 switch (setup->request) { in usb_emul_control() 207 setup->value); in usb_emul_control() 208 plat->devnum = setup->value; in usb_emul_control() 211 debug("requestsend =%x\n", setup->request); in usb_emul_control() 215 switch (setup->request) { in usb_emul_control() 217 plat->configno = setup->value; in usb_emul_control() [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/i2c/ |
A D | stm32f7_i2c.c | 516 setup->clock_src); in stm32_i2c_compute_solutions() 636 setup->rise_time + setup->fall_time; in stm32_i2c_choose_solution() 692 setup->speed_freq); in stm32_i2c_compute_timing() 748 struct stm32_i2c_setup *setup = i2c_priv->setup; in stm32_i2c_setup_timing() local 754 if (!setup->clock_src) { in stm32_i2c_setup_timing() 764 setup->speed_freq = in stm32_i2c_setup_timing() 767 setup->speed_freq); in stm32_i2c_setup_timing() 780 setup->speed_freq, setup->clock_src); in stm32_i2c_setup_timing() 782 setup->rise_time, setup->fall_time); in stm32_i2c_setup_timing() 784 setup->analog_filter ? "On" : "Off", setup->dnf); in stm32_i2c_setup_timing() [all …]
|
/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_exitbootservices.c | 39 static int setup(const efi_handle_t handle, in setup() function 86 .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 107 return setup(handle, systable); in setup_timer() 121 return setup(handle, systable); in setup_reboot() 218 .setup = setup_timer, 226 .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_crc32.c | 73 static int setup(const efi_handle_t handle, in setup() function 140 .setup = setup,
|
A D | efi_selftest_rtc.c | 24 static int setup(const efi_handle_t handle, in setup() function 100 .setup = setup,
|
A D | efi_selftest_rng.c | 25 static int setup(const efi_handle_t handle, in setup() function 115 .setup = setup,
|
/u-boot/drivers/usb/host/ |
A D | usb-sandbox.c | 18 struct devrequest *setup, struct udevice *emul) in usbmon_trace() argument 29 if (setup) { in usbmon_trace() 30 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace() 31 setup->request, setup->value, setup->index, in usbmon_trace() 32 setup->length); in usbmon_trace() 43 struct devrequest *setup) in sandbox_submit_control() argument 52 usbmon_trace(bus, pipe, setup, emul); in sandbox_submit_control() 57 if (setup->request == USB_REQ_SET_ADDRESS) { in sandbox_submit_control() 59 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control() 63 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/uImage.FIT/ |
A D | kernel.its | 41 For x86 a setup node is also required: see x86-fit-boot.txt. 64 setup { 65 description = "Linux setup.bin"; 66 data = /incbin/("./setup.bin"); 84 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 distutils.core import setup 4 setup(name='patman',
|
/u-boot/tools/binman/ |
A D | setup.py | 3 from distutils.core import setup 4 setup(name='binman',
|
/u-boot/tools/dtoc/ |
A D | setup.py | 3 from distutils.core import setup 4 setup(name='dtoc',
|
/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
|