Home
last modified time | relevance | path

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

123

/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Dpinmux.c14 static void exynos5_uart_config(int peripheral) in exynos5_uart_config() argument
18 switch (peripheral) { in exynos5_uart_config()
36 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5_uart_config()
45 static void exynos5420_uart_config(int peripheral) in exynos5420_uart_config() argument
49 switch (peripheral) { in exynos5420_uart_config()
67 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5420_uart_config()
77 static int exynos5_mmc_config(int peripheral, int flags) in exynos5_mmc_config() argument
81 switch (peripheral) { in exynos5_mmc_config()
101 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5_mmc_config()
106 peripheral); in exynos5_mmc_config()
[all …]
H A Dclock.c344 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
367 struct clk_bit_info *bit_info = get_clk_bit_info(peripheral); in exynos5_get_periph_rate()
373 switch (peripheral) { in exynos5_get_periph_rate()
429 debug("%s: invalid peripheral %d", __func__, peripheral); in exynos5_get_periph_rate()
464 static unsigned long exynos542x_get_periph_rate(int peripheral) in exynos542x_get_periph_rate() argument
466 struct clk_bit_info *bit_info = get_clk_bit_info(peripheral); in exynos542x_get_periph_rate()
472 switch (peripheral) { in exynos542x_get_periph_rate()
[all …]
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/hisilicon/
H A Dpinmux.c20 static void hi6220_uart_config(int peripheral) in hi6220_uart_config() argument
22 switch (peripheral) { in hi6220_uart_config()
98 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_uart_config()
103 static int hi6220_mmc_config(int peripheral) in hi6220_mmc_config() argument
107 switch (peripheral) { in hi6220_mmc_config()
157 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_mmc_config()
164 int hi6220_pinmux_config(int peripheral) in hi6220_pinmux_config() argument
166 switch (peripheral) { in hi6220_pinmux_config()
171 hi6220_uart_config(peripheral); in hi6220_pinmux_config()
175 return hi6220_mmc_config(peripheral); in hi6220_pinmux_config()
[all …]
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc35 - High-speed peripheral interfaces
38 - Additional peripheral interfaces
42 - Serial peripheral interface (SPI) controller
52 and peripheral bus interfaces required for networking, telecom/datacom,
76 - High-speed peripheral interfaces
78 - Additional peripheral interfaces
82 - Serial peripheral interface (SPI) controller
111 - High-speed peripheral interfaces:
116 - Additional peripheral interfaces:
117 - One quad serial peripheral interface (QuadSPI) controller
[all …]
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/stv0991/
H A Dclock.c23 void clock_setup(int peripheral) in clock_setup() argument
25 switch (peripheral) { in clock_setup()
H A Dpinmux.c16 int stv0991_pinmux_config(int peripheral) in stv0991_pinmux_config() argument
18 switch (peripheral) { in stv0991_pinmux_config()
/rk3399_rockchip-uboot/doc/device-tree-bindings/pmic/
H A Dpm8916.txt8 - #address-cells: 0x1 (peripheral ID)
9 - #size-cells: 0x1 (size of peripheral register space)
/rk3399_rockchip-uboot/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.
143 Creates an Ethernet network device through a USB peripheral
147 It will bind on the peripheral USB controller, ignoring the USB hosts
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/arch/arm/mach-s5pc1xx/include/mach/
H A Dpinmux.h40 int exynos_pinmux_config(int peripheral, int flags);
/rk3399_rockchip-uboot/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
H A Ddwc2.txt35 - 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).
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Dpinmux.h43 int exynos_pinmux_config(int peripheral, int flags);
H A Dclk.h61 unsigned long clock_get_periph_rate(int peripheral);
/rk3399_rockchip-uboot/doc/
H A DREADME.fsl-hwconfig41 Select USB controller mode: 'host', 'peripheral' OR 'otg'
44 usb1:dr_mode=host;usb2:dr_mode=peripheral'
H A DREADME.hwconfig28 set hwconfig "dr_usb:mode=peripheral,phy_type=ulpi"
32 2. dr_usb_mode:peripheral - USB in Function mode;
/rk3399_rockchip-uboot/drivers/clk/at91/
H A DMakefile7 obj-y += clk-system.o clk-peripheral.o
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-hi6220/
H A Dpinmux.h80 int hi6220_pinmux_config(int peripheral);
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra210-e2220-1170.dts44 dr_mode = "peripheral";
/rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/
H A Dtegra20-i2c.txt8 - the I2C clock to use for the peripheral
/rk3399_rockchip-uboot/board/freescale/t1040qds/
H A DREADME10 and network peripheral interfaces required for networking & telecommunications.
32 - High speed peripheral interfaces
38 - Additional peripheral interfaces
145 Note: For USB gadget set "dr_mode=peripheral"
/rk3399_rockchip-uboot/drivers/pinctrl/exynos/
H A Dpinctrl-exynos7420.c35 static int exynos7420_pinctrl_request(struct udevice *dev, int peripheral, in exynos7420_pinctrl_request() argument
/rk3399_rockchip-uboot/arch/arm/mach-stm32/stm32f4/
H A Dclock.c241 void clock_setup(int peripheral) in clock_setup() argument
243 switch (peripheral) { in clock_setup()
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg42 ; This section lets us configure the peripheral interface
43 ; of the current booting peripheral (I2C, SPI, or UART).
119 ; the system PLL and the peripheral's clocks are changed together.
/rk3399_rockchip-uboot/board/intel/
H A DKconfig27 peripheral connectors for PCIe/SATA/USB2/USB3/LAN/UART/PS2/VGA/HDMI.
36 peripheral connectors for PCIe/SATA/USB/LAN/SD/UART/Audio/LVDS.

123