/u-boot/arch/arm/mach-exynos/ |
A D | pinmux.c | 18 switch (peripheral) { in exynos5_uart_config() 49 switch (peripheral) { in exynos5420_uart_config() 81 switch (peripheral) { in exynos5_mmc_config() 106 peripheral); in exynos5_mmc_config() 134 switch (peripheral) { in exynos5420_mmc_config() 155 peripheral); in exynos5420_mmc_config() 280 switch (peripheral) { in exynos5_i2c_config() 318 switch (peripheral) { in exynos5420_i2c_config() 370 switch (peripheral) { in exynos5_i2s_config() 386 switch (peripheral) { in exynos5420_i2s_config() [all …]
|
A D | clock.c | 344 static struct clk_bit_info *get_clk_bit_info(int peripheral) in get_clk_bit_info() argument 355 if (info[i].id == peripheral) in get_clk_bit_info() 360 debug("ERROR: Peripheral ID %d not found\n", peripheral); in get_clk_bit_info() 365 static unsigned long exynos5_get_periph_rate(int peripheral) in exynos5_get_periph_rate() argument 373 switch (peripheral) { in exynos5_get_periph_rate() 429 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5_get_periph_rate() 472 switch (peripheral) { in exynos542x_get_periph_rate() 520 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos542x_get_periph_rate() 558 unsigned long clock_get_periph_rate(int peripheral) in clock_get_periph_rate() argument 562 return exynos542x_get_periph_rate(peripheral); in clock_get_periph_rate() [all …]
|
/u-boot/arch/arm/cpu/armv8/hisilicon/ |
A D | pinmux.c | 21 static void hi6220_uart_config(int peripheral) in hi6220_uart_config() argument 23 switch (peripheral) { in hi6220_uart_config() 99 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_uart_config() 104 static int hi6220_mmc_config(int peripheral) in hi6220_mmc_config() argument 108 switch (peripheral) { in hi6220_mmc_config() 158 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_mmc_config() 165 int hi6220_pinmux_config(int peripheral) in hi6220_pinmux_config() argument 167 switch (peripheral) { in hi6220_pinmux_config() 172 hi6220_uart_config(peripheral); in hi6220_pinmux_config() 176 return hi6220_mmc_config(peripheral); in hi6220_pinmux_config() [all …]
|
/u-boot/arch/arm/cpu/armv7/stv0991/ |
A D | clock.c | 22 void clock_setup(int peripheral) in clock_setup() argument 24 switch (peripheral) { in clock_setup()
|
A D | pinmux.c | 15 int stv0991_pinmux_config(int peripheral) in stv0991_pinmux_config() argument 17 switch (peripheral) { in stv0991_pinmux_config()
|
/u-boot/doc/device-tree-bindings/pmic/ |
A D | pm8916.txt | 8 - #address-cells: 0x1 (peripheral ID) 9 - #size-cells: 0x1 (size of peripheral register space)
|
/u-boot/doc/device-tree-bindings/fpga/ |
A D | altera-socfpga-a10-fpga-mgr.txt | 10 - altr,bitstream : Fit image file name for both FPGA peripheral bitstream, 13 Full bitstream, consist of peripheral bitstream and core 16 FPGA peripheral bitstream is used to initialize FPGA IOs, 23 Example: Bundles both peripheral bitstream and core bitstream into FIT image
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
A D | README.soc | 39 - High-speed peripheral interfaces 42 - Additional peripheral interfaces 112 - High-speed peripheral interfaces 114 - Additional peripheral interfaces 147 - High-speed peripheral interfaces: 198 - High-speed peripheral interfaces 201 - Additional peripheral interfaces 239 - High-speed peripheral interfaces 241 - Additional peripheral interfaces 304 High-speed peripheral interfaces [all …]
|
/u-boot/arch/arm/dts/ |
A D | imx7d-sdb-u-boot.dtsi | 6 dr_mode = "peripheral";
|
A D | dra72-evm-u-boot.dtsi | 14 dr_mode = "peripheral";
|
A D | am335x-evm-u-boot.dtsi | 27 dr_mode = "peripheral";
|
A D | stih410-b2260-u-boot.dtsi | 12 dr_mode = "peripheral";
|
A D | keystone-k2e-evm-u-boot.dtsi | 42 dr_mode = "peripheral";
|
A D | dra76-evm-u-boot.dtsi | 34 dr_mode = "peripheral";
|
/u-boot/arch/arm/mach-s5pc1xx/ |
A D | pinmux.c | 12 int exynos_pinmux_config(int peripheral, int flags) in exynos_pinmux_config() argument
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | pm8916_gpio.txt | 9 - reg: peripheral ID, size of register block 33 - reg: peripheral ID, size of register block
|
/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
A D | pinmux.h | 39 int exynos_pinmux_config(int peripheral, int flags);
|
/u-boot/arch/arm/mach-exynos/include/mach/ |
A D | pinmux.h | 42 int exynos_pinmux_config(int peripheral, int flags);
|
A D | clk.h | 60 unsigned long clock_get_periph_rate(int peripheral);
|
/u-boot/doc/device-tree-bindings/usb/ |
A D | tegra-usb.txt | 17 nvidia,tegra20-ehci compatible controllers. Can be "host", "peripheral", 20 peripheral means it is device controller
|
A D | dwc2.txt | 35 - dr_mode: shall be one of "host", "peripheral" and "otg" 42 - u-boot,force-b-session-valid: force B-peripheral session instead of relying on 43 VBUS sensing (only valid when dr_mode = "peripheral" and for u-boot).
|
/u-boot/drivers/usb/gadget/ |
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. 190 Creates an Ethernet network device through a USB peripheral 194 It will bind on the peripheral USB controller, ignoring the USB hosts
|
/u-boot/arch/arm/include/asm/arch-hi6220/ |
A D | pinmux.h | 79 int hi6220_pinmux_config(int peripheral);
|
/u-boot/doc/ |
A D | README.fsl-hwconfig | 41 Select USB controller mode: 'host', 'peripheral' OR 'otg' 44 usb1:dr_mode=host;usb2:dr_mode=peripheral'
|
/u-boot/drivers/clk/at91/ |
A D | Makefile | 7 obj-y += clk-peripheral.o
|