| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/ |
| H A D | pinmux.c | 14 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 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 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-meson.c | 66 struct regmap *peripheral; /* peripheral registers */ member 84 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, 0); in meson_rtc_sclk_pulse() 86 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, in meson_rtc_sclk_pulse() 92 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, in meson_rtc_send_bit() 110 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, 0); in meson_rtc_set_dir() 111 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir() 113 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir() 125 regmap_read(rtc->peripheral, RTC_ADDR1, &tmp); in meson_rtc_get_data() 139 regmap_update_bits(rtc->peripheral, RTC_ADDR0, val, 0); in meson_rtc_get_bus() 143 if (!regmap_read_poll_timeout(rtc->peripheral, RTC_ADDR1, val, in meson_rtc_get_bus() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/memory-devices/ |
| H A D | ti-gpmc.rst | 24 functioning of the peripheral, while peripheral has another set of 25 timings. To have peripheral work with gpmc, peripheral timings has to 27 translated depends on the connected peripheral. Also there is a 32 from gpmc peripheral timings. struct gpmc_device_timings fields has to 33 be updated with timings from the datasheet of the peripheral that is 34 connected to gpmc. A few of the peripheral timings can be fed either 37 happen that timing as specified by peripheral datasheet is not present 38 in timing structure, in this scenario, try to correlate peripheral 40 field as required by peripheral, educate generic timing routine to 42 Then there may be cases where peripheral datasheet doesn't mention [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/hisilicon/ |
| H A D | pinmux.c | 20 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | mipi-dsi-bus.txt | 15 The following assumes that only a single peripheral is connected to a DSI 34 conjunction with another DSI host to drive the same peripheral. Hardware 39 DSI peripheral 52 - reg: The virtual channel number of a DSI peripheral. Must be in the range 58 that the peripheral responds to. 59 - If the virtual channels that a peripheral responds to are consecutive, the 79 connected to this peripheral. Each DSI host's output endpoint can be linked to 80 an input endpoint of the DSI peripheral. 87 - (1), (2) and (3) are examples of a DSI host and peripheral on the DSI bus 89 - (4) is an example of a peripheral on a I2C control bus connected to a [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | qcom_scm.h | 72 extern int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, 74 extern int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, 76 extern int qcom_scm_pas_auth_and_reset(u32 peripheral); 77 extern int qcom_scm_pas_shutdown(u32 peripheral); 78 extern bool qcom_scm_pas_supported(u32 peripheral); 126 static inline int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, in qcom_scm_pas_init_image() argument 128 static inline int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, in qcom_scm_pas_mem_setup() argument 130 static inline int qcom_scm_pas_auth_and_reset(u32 peripheral) in qcom_scm_pas_auth_and_reset() argument 132 static inline int qcom_scm_pas_shutdown(u32 peripheral) { return -ENODEV; } in qcom_scm_pas_shutdown() argument 133 static inline bool qcom_scm_pas_supported(u32 peripheral) { return false; } in qcom_scm_pas_supported() argument
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | pistachio-clock.txt | 4 Pistachio has four clock controllers (core clock, peripheral clock, peripheral 47 The peripheral clock controller generates clocks for the DDR, ROM, and other 48 peripherals. The peripheral system clock ("periph_sys") generated by the core 49 clock controller is the input clock to the peripheral clock controller. 53 - reg: Must contain the base address and length of the peripheral clock 58 - clock-names: Must include "periph_sys", the peripheral system clock generated 74 The peripheral general control block generates system interface clocks and 75 resets for various peripherals. It also contains miscellaneous peripheral 76 control registers. The system clock ("sys") generated by the peripheral clock 81 - reg: Must contain the base address and length of the peripheral general [all …]
|
| H A D | ste-u300-syscon-clock.txt | 21 0 0 Slow peripheral bridge clock 28 1 0 Fast peripheral bridge clock 31 1 5 MMC interface peripheral (silicon) clock
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-phy-rcar-gen3-usb2 | 11 - "host" - switching mode from peripheral to host. 12 - "peripheral" - switching mode from host to peripheral. 17 - "peripheral" - The mode is peripheral now.
|
| H A D | sysfs-platform-renesas_usb3 | 11 - "host" - switching mode from peripheral to host. 12 - "peripheral" - switching mode from host to peripheral. 17 - "peripheral" - The mode is peripheral now.
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.soc | 35 - 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | hix5hd2-phy.txt | 11 - hisilicon,peripheral-syscon: phandle of syscon used to control peripheral. 12 - hisilicon,power-reg: offset and bit number within peripheral-syscon, 20 hisilicon,peripheral-syscon = <&peripheral_ctrl>;
|
| H A D | phy-hi3798cv200-combphy.txt | 6 registers in peripheral controller, e.g. PERI_COMBPHY0_CFG and 21 peripheral controller, as a 3 integers tuple: 27 - The device node should be a child of peripheral controller that contains 29 Refer to arm/hisilicon/hisilicon.txt for the parent peripheral controller 34 perictrl: peripheral-controller@8a20000 {
|
| H A D | phy-hi6220-usb.txt | 7 - hisilicon,peripheral-syscon: phandle of syscon used to control phy. 15 hisilicon,peripheral-syscon = <&sys_ctrl>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | atmel-usb.txt | 10 - clocks: Should reference the peripheral, host and system clocks 12 "ohci_clk" for the peripheral clock 37 - clocks: Should reference the peripheral and the UTMI clocks 39 "ehci_clk" for the peripheral clock 60 - clocks: Should reference the peripheral and the AHB clocks 62 "pclk" for the peripheral clock 88 - clocks: Should reference the peripheral and host clocks 90 "pclk" for the peripheral clock
|
| /OK3568_Linux_fs/buildroot/package/kodi-peripheral-joystick/ |
| H A D | Config.in | 2 bool "kodi-peripheral-joystick" 8 https://github.com/xbmc/peripheral.joystick 10 comment "kodi-peripheral-joystick needs udev /dev management"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | qcom,spmi-pmic.txt | 42 Required properties for peripheral child nodes: 43 - compatible: Should contain "qcom,xxx", where "xxx" is a peripheral name. 45 Optional properties for peripheral child nodes: 52 example below the rtc device node represents a peripheral of pm8941 53 SID = 0. The regulator device node represents a peripheral of pm8941 SID = 1.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | atmel-xdma.txt | 13 - bit 14: DIF, destination interface identifier, used to get the peripheral 15 - bit 30-24: PERID, peripheral identifier. 35 - bit 14: DIF, destination interface identifier, used to get the peripheral 37 - bit 30-24: PERID, peripheral identifier.
|
| /OK3568_Linux_fs/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. 143 Creates an Ethernet network device through a USB peripheral 147 It will bind on the peripheral USB controller, ignoring the USB hosts
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | Kconfig | 89 Say Y if you want to use peripheral devices such as UART, SPI, 124 Say Y if you want to use peripheral devices such as UART, SPI, 131 Say Y if you want to use peripheral devices such as UART, SPI, 139 Say Y if you want to use peripheral devices such as UART, SPI, 154 Say Y if you want to use peripheral devices such as UART, SPI, 162 Say Y if you want to use peripheral devices such as UART, SPI, 185 Say Y if you want to use peripheral devices such as UART, SPI, 200 Say Y if you want to use peripheral devices such as UART, SPI, 224 Say Y if you want to use peripheral devices such as UART, SPI, 240 Say Y if you want to use peripheral devices such as UART, SPI, [all …]
|
| /OK3568_Linux_fs/buildroot/package/kodi-peripheral-xarcade/ |
| H A D | Config.in | 2 bool "kodi-peripheral-xarcade" 6 https://github.com/kodi-game/peripheral.xarcade
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | ti,nspire-keypad.txt | 6 - reg: Physical base address of the peripheral and length of memory mapped 9 - interrupts: The interrupt number for the peripheral. 16 - clocks: The clock this peripheral is attached to.
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | extcon-intel-int3496.rst | 12 between an USB host and an USB peripheral controller. 23 the USB peripheral controller, write 1 to mux to the peripheral
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/stv0991/ |
| H A D | clock.c | 23 void clock_setup(int peripheral) in clock_setup() argument 25 switch (peripheral) { in clock_setup()
|