Home
last modified time | relevance | path

Searched full:setup (Results 1 – 25 of 6135) sorted by relevance

12345678910>>...246

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c56 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() argument
58 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
59 setup->next_offset += 1; in rcl_u8()
62 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16() argument
64 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
65 setup->next_offset += 2; in rcl_u16()
68 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32() argument
70 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32()
71 setup->next_offset += 4; in rcl_u32()
80 static void vc4_store_before_load(struct vc4_rcl_setup *setup) in vc4_store_before_load() argument
[all …]
/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_server_power_operations.robot26 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
34 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
42 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
50 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
58 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
66 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
74 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
82 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
90 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND
100 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND
[all …]
/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c138 * @sudat_min: Min data setup time (ns)
157 * struct stm32_i2c_setup - private I2C timing setup parameters
179 * @scldel: Data setup time
196 struct stm32_i2c_setup *setup; member
486 static int stm32_i2c_compute_solutions(struct stm32_i2c_setup *setup, in stm32_i2c_compute_solutions() argument
492 setup->clock_src); in stm32_i2c_compute_solutions()
498 af_delay_min = setup->analog_filter ? in stm32_i2c_compute_solutions()
500 af_delay_max = setup->analog_filter ? in stm32_i2c_compute_solutions()
503 sdadel_min = setup->fall_time - i2c_specs[setup->speed].hddat_min - in stm32_i2c_compute_solutions()
504 af_delay_min - (setup->dnf + 3) * i2cclk; in stm32_i2c_compute_solutions()
[all …]
/openbmc/linux/drivers/clk/imx/
H A Dclk-sscg-pll.c90 struct clk_sscg_pll_setup setup; member
112 static int clk_sscg_pll2_check_match(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_check_match() argument
120 memcpy(setup, temp_setup, sizeof(struct clk_sscg_pll_setup)); in clk_sscg_pll2_check_match()
128 static int clk_sscg_divq_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divq_lookup() argument
144 ret = clk_sscg_pll2_check_match(setup, temp_setup); in clk_sscg_divq_lookup()
155 static int clk_sscg_divf2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf2_lookup() argument
162 ret = clk_sscg_divq_lookup(setup, temp_setup); in clk_sscg_divf2_lookup()
170 static int clk_sscg_divr2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr2_lookup() argument
181 ret = clk_sscg_divf2_lookup(setup, temp_setup); in clk_sscg_divr2_lookup()
190 static int clk_sscg_pll2_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_find_setup() argument
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A DMakefile6 # CPU subtype setup
7 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
12 obj-$(CONFIG_CPU_SUBTYPE_SH7786) += setup-sh7786.o intc-shx3.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7722) += setup-sh7722.o serial-sh7722.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7723) += setup-sh7723.o
[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()
132 setup->chandef = wdev->u.mesh.preset_chandef; in __cfg80211_join_mesh()
135 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
154 setup->chandef.chan = chan; in __cfg80211_join_mesh()
158 if (setup->chandef.chan) in __cfg80211_join_mesh()
163 if (!setup->chandef.chan) in __cfg80211_join_mesh()
166 setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in __cfg80211_join_mesh()
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A DMakefile6 obj-y := ex.o probe.o entry.o setup-sh3.o
10 # CPU subtype setup
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
[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
140 port = (int)oct->instr_queue[setup->s.iq_no]->txpciq.s.port; in octnet_prepare_pci_cmd_o2()
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()
165 packet_params.s.transport_csum = setup->s.transport_csum; in octnet_prepare_pci_cmd_o2()
166 packet_params.s.tnl_csum = setup->s.tnl_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
[all …]
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c205 struct devrequest *setup) in sandbox_hub_submit_control_msg() argument
211 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
213 switch (setup->request) { in sandbox_hub_submit_control_msg()
225 __func__, setup->requesttype, 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()
235 port = (setup->index & USB_HUB_PORT_MASK) - 1; in sandbox_hub_submit_control_msg()
245 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
249 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
251 switch (setup->request) { in sandbox_hub_submit_control_msg()
[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/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c43 return "SETUP"; in decode_ep0_state()
63 forward_to_driver(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in forward_to_driver() argument
73 ret = mtu->gadget_driver->setup(&mtu->g, setup); in forward_to_driver()
130 * A. send STALL for setup transfer without data stage:
185 static int ep0_set_sel(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in ep0_set_sel() argument
188 u16 length = le16_to_cpu(setup->wLength); in ep0_set_sel()
206 ep0_get_status(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in ep0_get_status() argument
214 switch (setup->bRequestType & USB_RECIP_MASK) { in ep0_get_status()
233 epnum = (u8) le16_to_cpu(setup->wIndex); in ep0_get_status()
276 static int handle_test_mode(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in handle_test_mode() argument
[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-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/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/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/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dmpls.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
81 "setup": [ array
105 "setup": [ array
129 "setup": [ array
153 "setup": [ array
177 "setup": [ array
201 "setup": [ array
225 "setup": [ array
[all …]
H A Dpedit.json9 "setup": [ array
33 "setup": [ array
59 "setup": [ array
84 "setup": [ array
109 "setup": [ array
134 "setup": [ array
159 "setup": [ array
184 "setup": [ array
209 "setup": [ array
234 "setup": [ array
[all …]
H A Dskbedit.json9 "setup": [ array
33 "setup": [ array
57 "setup": [ array
79 "setup": [ array
103 "setup": [ array
127 "setup": [ array
149 "setup": [ array
171 "setup": [ array
196 "setup": [ array
220 "setup": [ array
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/
H A Dsetup-static-endpoints3 # Setup Endpoint for NICs, using devmem to read GPIO value since
10 # Setup slot1 NIC
13 systemctl start setup-nic-endpoint-slot@0.service
16 # Setup slot2 NIC
19 systemctl start setup-nic-endpoint-slot@1.service
22 # Setup slot3 NIC
25 systemctl start setup-nic-endpoint-slot@2.service
28 # Setup slot4 NIC
31 systemctl start setup-nic-endpoint-slot@3.service
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dworking-projects.rst77 #. *Source the Cross-Toolchain Environment Setup File:* As described
79 cross-toolchain environment setup script in the directory that the
81 project, you must source this setup script. The script begins with
82 the string "environment-setup" and contains the machine architecture,
88 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
90 Another example is sourcing the environment setup directly in a Yocto
93 $ source tmp/deploy/images/qemux86-64/environment-setup-core2-64-poky-linux
122 is derived from the name of the environment setup script found in the
126 script is ``environment-setup-armv5te-poky-linux-gnueabi``. Thus, the
141 cross-toolchain environment setup script and how they are used or
[all …]
/openbmc/linux/arch/x86/boot/
H A DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage
36 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
37 setup-y += early_serial_console.o edd.o header.o main.o memory.o
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)
[all …]
/openbmc/linux/arch/arm/mach-s3c/
H A DKconfig.s3c64xx53 Internal configuration for default SDHCI setup for S3C6400 and
56 # platform specific device setup
62 Common setup code for i2c bus 0.
64 Note, currently since i2c0 is always compiled, this setup helper
70 Common setup code for i2c bus 1.
75 Common setup code for S3C64XX with an 24bpp RGB display helper.
80 Common setup code for S3C64XX KEYPAD GPIO configurations
85 Common setup code for S3C64XX SDHCI GPIO configurations
90 Common setup code for SPI GPIO configurations
95 Common setup code for USB PHY controller
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A DMakefile18 # CPU subtype setup
19 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/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/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dgred.json12 "setup": [ array
15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 1",
35 "setup": [ array
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 1 grio",
58 "setup": [ array
61 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 1 limit 1000",
81 "setup": [ array
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 2 ecn",
104 "setup": [ array
107 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 2 harddrop",
[all …]

12345678910>>...246