| /openbmc/u-boot/arch/arm/mach-exynos/ |
| H A D | pinmux.c | 13 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 D | clock.c | 343 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 D | pinmux.c | 19 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 D | README.soc | 37 - 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 D | clock.c | 22 void clock_setup(int peripheral) in clock_setup() argument 24 switch (peripheral) { in clock_setup()
|
| H A D | pinmux.c | 15 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 D | pm8916.txt | 8 - #address-cells: 0x1 (peripheral ID) 9 - #size-cells: 0x1 (size of peripheral register space)
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 186.out | 9 /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 D | 227.out | 53 "qdev": "/machine/peripheral-anon/device[0]/virtio-backend" 225 "qdev": "/machine/peripheral/virtio0/virtio-backend"
|
| /openbmc/qemu/docs/interop/ |
| H A D | virtio-balloon-stats.rst | 67 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 D | pm8916_gpio.txt | 9 - reg: peripheral ID, size of register block 33 - reg: peripheral ID, size of register block
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | Kconfig | 3 # (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 D | tegra-usb.txt | 17 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 D | pinmux.c | 12 int exynos_pinmux_config(int peripheral, int flags) in exynos_pinmux_config() argument
|
| /openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
| H A D | pinmux.h | 39 int exynos_pinmux_config(int peripheral, int flags);
|
| /openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | pinmux.h | 42 int exynos_pinmux_config(int peripheral, int flags);
|
| H A D | clk.h | 60 unsigned long clock_get_periph_rate(int peripheral);
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | am335x-evm-u-boot.dtsi | 12 dr_mode = "peripheral";
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | qpl-compression.rst | 73 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 D | README.fsl-hwconfig | 41 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 D | pinmux.h | 79 int hi6220_pinmux_config(int peripheral);
|
| /openbmc/u-boot/drivers/clk/at91/ |
| H A D | Makefile | 7 obj-y += clk-system.o clk-peripheral.o
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-periphery_2.4.1.bb | 1 DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial…
|
| /openbmc/qemu/docs/devel/ |
| H A D | s390-cpu-topology.rst | 58 "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 D | c-periphery_2.4.3.bb | 2 DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"
|