Home
last modified time | relevance | path

Searched refs:peripheral (Results 1 – 25 of 114) sorted by relevance

12345

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dpinmux.c13 static void exynos5_uart_config(int peripheral) in exynos5_uart_config() argument
17 switch (peripheral) { in exynos5_uart_config()
35 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5_uart_config()
44 static void exynos5420_uart_config(int peripheral) in exynos5420_uart_config() argument
48 switch (peripheral) { in exynos5420_uart_config()
66 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5420_uart_config()
76 static int exynos5_mmc_config(int peripheral, int flags) in exynos5_mmc_config() argument
80 switch (peripheral) { in exynos5_mmc_config()
100 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5_mmc_config()
105 peripheral); in exynos5_mmc_config()
[all …]
H A Dclock.c343 static struct clk_bit_info *get_clk_bit_info(int peripheral) in get_clk_bit_info() argument
354 if (info[i].id == peripheral) in get_clk_bit_info()
359 debug("ERROR: Peripheral ID %d not found\n", peripheral); in get_clk_bit_info()
364 static unsigned long exynos5_get_periph_rate(int peripheral) in exynos5_get_periph_rate() argument
366 struct clk_bit_info *bit_info = get_clk_bit_info(peripheral); in exynos5_get_periph_rate()
372 switch (peripheral) { in exynos5_get_periph_rate()
428 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5_get_periph_rate()
463 static unsigned long exynos542x_get_periph_rate(int peripheral) in exynos542x_get_periph_rate() argument
465 struct clk_bit_info *bit_info = get_clk_bit_info(peripheral); in exynos542x_get_periph_rate()
471 switch (peripheral) { in exynos542x_get_periph_rate()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/
H A Dpinmux.c19 static void hi6220_uart_config(int peripheral) in hi6220_uart_config() argument
21 switch (peripheral) { in hi6220_uart_config()
97 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_uart_config()
102 static int hi6220_mmc_config(int peripheral) in hi6220_mmc_config() argument
106 switch (peripheral) { in hi6220_mmc_config()
156 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_mmc_config()
163 int hi6220_pinmux_config(int peripheral) in hi6220_pinmux_config() argument
165 switch (peripheral) { in hi6220_pinmux_config()
170 hi6220_uart_config(peripheral); in hi6220_pinmux_config()
174 return hi6220_mmc_config(peripheral); in hi6220_pinmux_config()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc37 - High-speed peripheral interfaces
40 - Additional peripheral interfaces
44 - Serial peripheral interface (SPI) controller
55 and networks, peripheral interfaces required for
86 and peripheral bus interfaces required for networking, telecom/datacom,
110 - High-speed peripheral interfaces
112 - Additional peripheral interfaces
116 - Serial peripheral interface (SPI) controller
145 - High-speed peripheral interfaces:
150 - Additional peripheral interfaces:
[all …]
/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dclock.c22 void clock_setup(int peripheral) in clock_setup() argument
24 switch (peripheral) { in clock_setup()
H A Dpinmux.c15 int stv0991_pinmux_config(int peripheral) in stv0991_pinmux_config() argument
17 switch (peripheral) { in stv0991_pinmux_config()
/openbmc/u-boot/doc/device-tree-bindings/pmic/
H A Dpm8916.txt8 - #address-cells: 0x1 (peripheral ID)
9 - #size-cells: 0x1 (size of peripheral register space)
/openbmc/qemu/tests/qemu-iotests/
H A D186.out9 /machine/peripheral-anon/device[1]: [not inserted]
10 Attached to: /machine/peripheral-anon/device[N]
25 /machine/peripheral-anon/device[1]: [not inserted]
26 Attached to: /machine/peripheral-anon/device[N]
41 /machine/peripheral-anon/device[1]: [not inserted]
42 Attached to: /machine/peripheral-anon/device[N]
61 Attached to: /machine/peripheral-anon/device[N]
77 Attached to: /machine/peripheral-anon/device[N]
93 Attached to: /machine/peripheral-anon/device[N]/virtio-backend
101 Attached to: /machine/peripheral/qdev_id/virtio-backend
[all …]
H A D227.out53 "qdev": "/machine/peripheral-anon/device[0]/virtio-backend"
225 "qdev": "/machine/peripheral/virtio0/virtio-backend"
/openbmc/qemu/docs/interop/
H A Dvirtio-balloon-stats.rst67 which generates ``/machine/peripheral-anon/device[1]`` as the QOM path for
73 "arguments": { "path": "/machine/peripheral-anon/device[1]",
81 "arguments": { "path": "/machine/peripheral-anon/device[1]",
89 "arguments": { "path": "/machine/peripheral-anon/device[1]",
108 "arguments": { "path": "/machine/peripheral-anon/device[1]",
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dpm8916_gpio.txt9 - reg: peripheral ID, size of register block
33 - reg: peripheral ID, size of register block
/openbmc/u-boot/drivers/usb/gadget/
H A DKconfig3 # (a) a peripheral controller, and
20 host (such as a PC) controlling up to 127 peripheral devices.
22 you can't connect a "to-the-host" connector to a peripheral.
24 U-Boot can run in the host, or in the peripheral. In both cases
33 a USB peripheral device. Configure one hardware driver for your
34 peripheral/device side bus controller, and a "gadget driver" for
35 your peripheral protocol.
179 Creates an Ethernet network device through a USB peripheral
183 It will bind on the peripheral USB controller, ignoring the USB hosts
/openbmc/u-boot/doc/device-tree-bindings/usb/
H A Dtegra-usb.txt17 nvidia,tegra20-ehci compatible controllers. Can be "host", "peripheral",
20 peripheral means it is device controller
/openbmc/u-boot/arch/arm/mach-s5pc1xx/
H A Dpinmux.c12 int exynos_pinmux_config(int peripheral, int flags) in exynos_pinmux_config() argument
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dpinmux.h39 int exynos_pinmux_config(int peripheral, int flags);
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpinmux.h42 int exynos_pinmux_config(int peripheral, int flags);
H A Dclk.h60 unsigned long clock_get_periph_rate(int peripheral);
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-evm-u-boot.dtsi12 dr_mode = "peripheral";
/openbmc/qemu/docs/devel/migration/
H A Dqpl-compression.rst73 6a:02.0 System peripheral: Intel Corporation Device 0cfe
74 6f:02.0 System peripheral: Intel Corporation Device 0cfe
75 74:02.0 System peripheral: Intel Corporation Device 0cfe
76 79:02.0 System peripheral: Intel Corporation Device 0cfe
77 e7:02.0 System peripheral: Intel Corporation Device 0cfe
78 ec:02.0 System peripheral: Intel Corporation Device 0cfe
79 f1:02.0 System peripheral: Intel Corporation Device 0cfe
80 f6:02.0 System peripheral: Intel Corporation Device 0cfe
/openbmc/u-boot/doc/
H A DREADME.fsl-hwconfig41 Select USB controller mode: 'host', 'peripheral' OR 'otg'
44 usb1:dr_mode=host;usb2:dr_mode=peripheral'
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dpinmux.h79 int hi6220_pinmux_config(int peripheral);
/openbmc/u-boot/drivers/clk/at91/
H A DMakefile7 obj-y += clk-system.o clk-peripheral.o
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-periphery_2.4.1.bb1 DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial…
/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst58 "qom-path": "/machine/peripheral-anon/device[0]",
73 "qom-path": "/machine/peripheral-anon/device[1]",
88 "qom-path": "/machine/peripheral-anon/device[2]",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-periphery/
H A Dc-periphery_2.4.3.bb2 DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"

12345