Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 2152) sorted by relevance

12345678910>>...87

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c58 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
64 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
70 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32()
83 rcl_u16(setup, in vc4_store_before_load()
145 rcl_u32(setup, setup->color_read->dma_addr + in emit_tile()
167 rcl_u32(setup, setup->zs_read->dma_addr + in emit_tile()
227 if (setup->msaa_color_write || setup->msaa_zs_write) in emit_tile()
241 if (setup->msaa_color_write || setup->msaa_zs_write || in emit_tile()
358 (setup->color_write ? (setup->color_write->dma_addr + in vc4_create_rcl_bo()
657 if (!setup.color_write && !setup.zs_write && in vc4_get_rcl()
[all …]
/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c607 setup->rise_time + setup->fall_time; in stm32_i2c_choose_solution()
651 if ((setup->rise_time > i2c_specs[setup->speed].rise_max) || in stm32_i2c_compute_timing()
652 (setup->fall_time > i2c_specs[setup->speed].fall_max)) { in stm32_i2c_compute_timing()
655 setup->rise_time, i2c_specs[setup->speed].rise_max, in stm32_i2c_compute_timing()
666 if (setup->speed_freq > i2c_specs[setup->speed].rate) { in stm32_i2c_compute_timing()
668 setup->speed_freq, i2c_specs[setup->speed].rate); in stm32_i2c_compute_timing()
699 struct stm32_i2c_setup *setup = i2c_priv->setup; in stm32_i2c_setup_timing() local
703 setup->speed_freq = i2c_specs[setup->speed].rate; in stm32_i2c_setup_timing()
735 setup->speed, setup->speed_freq, setup->clock_src); in stm32_i2c_setup_timing()
737 setup->rise_time, setup->fall_time); in stm32_i2c_setup_timing()
[all …]
/openbmc/linux/net/wireless/
H A Dmesh.c104 struct mesh_setup *setup, in __cfg80211_join_mesh() argument
118 setup->is_secure) in __cfg80211_join_mesh()
124 if (!setup->mesh_id_len) in __cfg80211_join_mesh()
130 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
135 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
158 if (setup->chandef.chan) in __cfg80211_join_mesh()
163 if (!setup->chandef.chan) in __cfg80211_join_mesh()
167 setup->chandef.center_freq1 = setup->chandef.chan->center_freq; in __cfg80211_join_mesh()
174 if (!setup->basic_rates) { in __cfg80211_join_mesh()
203 &setup->chandef, in __cfg80211_join_mesh()
[all …]
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.h121 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o2() argument
150 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o2()
151 ih2->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o2()
154 ih2->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o2()
164 packet_params.s.ip_csum = setup->s.ip_csum; in octnet_prepare_pci_cmd_o2()
167 packet_params.s.tsflag = setup->s.timestamp; in octnet_prepare_pci_cmd_o2()
175 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o3() argument
195 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o3()
196 ih3->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o3()
199 ih3->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o3()
[all …]
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c213 switch (setup->request) { in sandbox_hub_submit_control_msg()
226 setup->request); in sandbox_hub_submit_control_msg()
230 switch (setup->request) { in sandbox_hub_submit_control_msg()
245 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
251 switch (setup->request) { in sandbox_hub_submit_control_msg()
257 port, setup->value); in sandbox_hub_submit_control_msg()
260 1 << setup->value); in sandbox_hub_submit_control_msg()
274 1 << setup->value, 0); in sandbox_hub_submit_control_msg()
277 (setup->value - 16); in sandbox_hub_submit_control_msg()
285 setup->request); in sandbox_hub_submit_control_msg()
[all …]
/openbmc/linux/drivers/clk/imx/
H A Dclk-sscg-pll.c90 struct clk_sscg_pll_setup setup; member
162 ret = clk_sscg_divq_lookup(setup, temp_setup); in clk_sscg_divf2_lookup()
201 ret = clk_sscg_divr2_lookup(setup, temp_setup); in clk_sscg_pll2_find_setup()
280 setup->bypass = PLL_BYPASS2; in clk_sscg_pll_find_setup()
281 setup->fout = rate; in clk_sscg_pll_find_setup()
362 struct clk_sscg_pll_setup *setup = &pll->setup; in clk_sscg_pll_set_rate() local
378 val |= FIELD_PREP(PLL_DIVQ_MASK, setup->divq); in clk_sscg_pll_set_rate()
419 struct clk_sscg_pll_setup *setup = &pll->setup; in __clk_sscg_pll_determine_rate() local
448 req->rate = setup->fout; in __clk_sscg_pll_determine_rate()
457 struct clk_sscg_pll_setup *setup = &pll->setup; in clk_sscg_pll_determine_rate() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/
H A D0001-setup.py-switch-to-setuptools.patch4 Subject: [PATCH] setup.py: switch to setuptools
10 'wheel' binary archive format to be built with 'setup.py bdist_wheel'.
17 setup.py | 2 +-
20 diff --git a/setup.py b/setup.py
22 --- a/setup.py
23 +++ b/setup.py
25 -from distutils.core import setup
26 +from setuptools import setup
28 setup(
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A DMakefile7 obj-$(CONFIG_CPU_SUBTYPE_SH7757) += setup-sh7757.o
8 obj-$(CONFIG_CPU_SUBTYPE_SH7763) += setup-sh7763.o
9 obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o
10 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o
11 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += setup-sh7785.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7723) += setup-sh7723.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7724) += setup-sh7724.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7734) += setup-sh7734.o
18 obj-$(CONFIG_CPU_SUBTYPE_SH7366) += setup-sh7366.o
[all …]
/openbmc/linux/arch/arm/mach-orion5x/
H A DMakefile5 obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o
6 obj-$(CONFIG_MACH_TERASTATION_PRO2) += terastation_pro2-setup.o
7 obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o
8 obj-$(CONFIG_MACH_DNS323) += dns323-setup.o
9 obj-$(CONFIG_MACH_TS209) += ts209-setup.o tsx09-common.o
10 obj-$(CONFIG_MACH_TS409) += ts409-setup.o tsx09-common.o
11 obj-$(CONFIG_MACH_TS78XX) += ts78xx-setup.o
12 obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o
13 obj-$(CONFIG_MACH_NET2BIG) += net2big-setup.o
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/
H A D0002-setup.py-switch-to-setuptools.patch4 Subject: [PATCH] setup.py: switch to setuptools
11 setup.py | 2 +-
14 diff --git a/setup.py b/setup.py
16 --- a/setup.py
17 +++ b/setup.py
19 setup.py - build and package info
22 -from distutils.core import setup, Extension
23 +from setuptools import setup, Extension
/openbmc/qemu/hw/usb/
H A Dpcap.c126 .type = setup ? 'S' : 'C', in do_usb_pcap_ctrl()
130 .flag_setup = setup ? 0 : '-', in do_usb_pcap_ctrl()
139 if (setup) { in do_usb_pcap_ctrl()
145 if (in && setup) { in do_usb_pcap_ctrl()
150 if (!in && !setup) { in do_usb_pcap_ctrl()
169 .type = setup ? 'S' : 'C', in do_usb_pcap_data()
187 if (!setup) { in do_usb_pcap_data()
197 if (p->pid == USB_TOKEN_IN && setup) { in do_usb_pcap_data()
202 if (p->pid == USB_TOKEN_OUT && !setup) { in do_usb_pcap_data()
241 do_usb_pcap_ctrl(fp, p, setup); in usb_pcap_ctrl()
[all …]
/openbmc/linux/arch/x86/boot/
H A DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage
38 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
39 setup-y += video-mode.o version.o
40 setup-$(CONFIG_X86_APM_BOOT) += apm.o
46 setup-y += video-vga.o
47 setup-y += video-vesa.o
48 setup-y += video-bios.o
50 targets += $(setup-y)
90 SETUP_OBJS = $(addprefix $(obj)/,$(setup-y))
106 $(obj)/setup.elf: $(src)/setup.ld $(SETUP_OBJS) FORCE
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Dscrub.c210 .setup = xchk_setup_fs,
216 .setup = xchk_setup_agheader,
222 .setup = xchk_setup_agheader,
279 .setup = xchk_setup_inode,
309 .setup = xchk_setup_xattr,
315 .setup = xchk_setup_symlink,
321 .setup = xchk_setup_parent,
341 .setup = xchk_setup_quota,
347 .setup = xchk_setup_quota,
353 .setup = xchk_setup_quota,
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A DMakefile6 obj-y := ex.o probe.o entry.o setup-sh3.o
11 obj-$(CONFIG_CPU_SUBTYPE_SH7705) += setup-sh7705.o serial-sh770x.o
12 obj-$(CONFIG_CPU_SUBTYPE_SH7706) += setup-sh770x.o serial-sh770x.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7707) += setup-sh770x.o serial-sh770x.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7708) += setup-sh770x.o serial-sh770x.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7709) += setup-sh770x.o serial-sh770x.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7710) += setup-sh7710.o serial-sh7710.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7712) += setup-sh7710.o serial-sh7710.o
18 obj-$(CONFIG_CPU_SUBTYPE_SH7720) += setup-sh7720.o serial-sh7720.o
19 obj-$(CONFIG_CPU_SUBTYPE_SH7721) += setup-sh7720.o serial-sh7720.o
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/
H A D0001-setup.py-Use-setuptools-instead-of-distutils.patch4 Subject: [PATCH] setup.py: Use setuptools instead of distutils
11 setup.py | 2 +-
14 diff --git a/setup.py b/setup.py
16 --- a/setup.py
17 +++ b/setup.py
22 -from distutils.core import setup
23 +from setuptools import setup
24 setup(
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify/
H A D0001-setup.py-switch-to-setuptools.patch4 Subject: [PATCH] setup.py: switch to setuptools
10 binary archive format to be built with 'setup.py bdist_wheel'.
16 setup.py | 2 +-
19 diff --git a/setup.py b/setup.py
21 --- a/setup.py
22 +++ b/setup.py
24 -from distutils.core import setup
25 +from setuptools import setup
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_vxlan_vnifiltering.sh177 setup-hv-networking() {
202 setup-vm() {
419 setup-hv-networking 1 $hv1addr1 24 $hv1addr2 64
420 setup-hv-networking 2 $hv2addr1 24 $hv2addr2 64
444 setup-hv-networking 1 $hv1addr1 24 $hv1addr2 64
445 setup-hv-networking 2 $hv2addr1 24 $hv2addr2 64
468 setup-hv-networking 1 $hv1addr1 24 $hv1addr2 64
469 setup-hv-networking 2 $hv2addr1 24 $hv2addr2 64
490 setup-hv-networking 1 $hv1addr1 24 $hv1addr2 64
491 setup-hv-networking 2 $hv2addr1 24 $hv2addr2 64
[all …]
/openbmc/linux/drivers/acpi/
H A Dacpi_apd.c112 .setup = acpi_apd_setup,
117 .setup = acpi_apd_setup,
129 .setup = acpi_apd_setup,
135 .setup = fch_misc_setup,
141 .setup = acpi_apd_setup,
146 .setup = acpi_apd_setup,
151 .setup = acpi_apd_setup,
156 .setup = acpi_apd_setup,
161 .setup = acpi_apd_setup,
166 .setup = acpi_apd_setup,
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crcmod/
H A D0001-setup.py-use-setuptools-instead-of-distutils.patch4 Subject: [PATCH] setup.py use setuptools instead of distutils
9 setup.py | 3 +--
12 diff --git a/setup.py b/setup.py
14 --- a/setup.py
15 +++ b/setup.py
17 -from distutils.core import setup
19 +from setuptools import Extension, setup
/openbmc/linux/drivers/scsi/
H A Daha152x.c753 if (!setup->tc1550) { in aha152x_probe_one()
771 if (setup->reconnect) in aha152x_probe_one()
3082 setup->tc1550=0; in checksetup()
3084 setup->tc1550=1; in checksetup()
3092 if ((setup->irq < IRQ_MIN) || (setup->irq > IRQ_MAX)) in checksetup()
3095 if ((setup->scsiid < 0) || (setup->scsiid > 7)) in checksetup()
3098 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3101 if ((setup->parity < 0) || (setup->parity > 1)) in checksetup()
3104 if ((setup->synchronous < 0) || (setup->synchronous > 1)) in checksetup()
3107 if ((setup->ext_trans < 0) || (setup->ext_trans > 1)) in checksetup()
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/
H A Dmctp_%.bbappend5 file://setup-local-eid.conf \
6 file://setup-static-endpoints.conf \
8 file://setup-static-endpoints.sh \
17 install -m 0644 ${WORKDIR}/setup-local-eid.conf \
18 ${override_dir}/setup-local-eid.conf
19 install -m 0644 ${WORKDIR}/setup-static-endpoints.conf \
20 ${override_dir}/setup-static-endpoints.conf
23 install -m 0755 ${WORKDIR}/setup-static-endpoints.sh \
/openbmc/linux/sound/soc/codecs/
H A Dpcm3008.c32 struct pcm3008_setup_data *setup = component->dev->platform_data; in pcm3008_dac_ev() local
34 gpio_set_value_cansleep(setup->pdda_pin, in pcm3008_dac_ev()
45 struct pcm3008_setup_data *setup = component->dev->platform_data; in pcm3008_adc_ev() local
47 gpio_set_value_cansleep(setup->pdad_pin, in pcm3008_adc_ev()
109 struct pcm3008_setup_data *setup = pdev->dev.platform_data; in pcm3008_codec_probe() local
112 if (!setup) in pcm3008_codec_probe()
123 ret = devm_gpio_request_one(&pdev->dev, setup->dem0_pin, in pcm3008_codec_probe()
129 ret = devm_gpio_request_one(&pdev->dev, setup->dem1_pin, in pcm3008_codec_probe()
135 ret = devm_gpio_request_one(&pdev->dev, setup->pdad_pin, in pcm3008_codec_probe()
141 ret = devm_gpio_request_one(&pdev->dev, setup->pdda_pin, in pcm3008_codec_probe()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A DMakefile19 obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o
20 obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o
21 obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += setup-sh7750.o
22 obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o
23 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o
24 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o
25 obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o
26 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o
/openbmc/linux/arch/arm/mach-shmobile/
H A DMakefile10 obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o
11 obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o
12 obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o
13 obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o
14 obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o
15 obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o
16 obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o
17 obj-$(CONFIG_ARCH_R7S9210) += setup-r7s9210.o
23 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
/openbmc/u-boot/drivers/usb/host/
H A Dusb-sandbox.c17 struct devrequest *setup, struct udevice *emul) in usbmon_trace() argument
28 if (setup) { in usbmon_trace()
29 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace()
30 setup->request, setup->value, setup->index, in usbmon_trace()
31 setup->length); in usbmon_trace()
42 struct devrequest *setup) in sandbox_submit_control() argument
51 usbmon_trace(bus, pipe, setup, emul); in sandbox_submit_control()
56 if (setup->request == USB_REQ_SET_ADDRESS) { in sandbox_submit_control()
58 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control()
62 ret = usb_emul_control(emul, udev, pipe, buffer, length, setup); in sandbox_submit_control()

12345678910>>...87