| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-s32v234/ |
| H A D | mc_me_regs.h | 113 /* DEC200 Peripheral Control Register */ 115 /* 2D-ACE Peripheral Control Register */ 117 /* ENET Peripheral Control Register */ 119 /* DMACHMUX0 Peripheral Control Register */ 121 /* CSI0 Peripheral Control Register */ 123 /* MMDC0 Peripheral Control Register */ 125 /* FRAY Peripheral Control Register */ 127 /* PIT0 Peripheral Control Register */ 129 /* FlexTIMER0 Peripheral Control Register */ 131 /* SARADC0 Peripheral Control Register */ [all …]
|
| /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 …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | clock.h | 115 * Reset a peripheral. This puts it in reset, waits for a delay, then takes 118 * @param periph_id peripheral to reset 124 * Put a peripheral into or out of reset. 126 * @param periph_id peripheral to reset 151 * Set the source for a peripheral clock. This plus the divisor sets the 153 * source parameter as it changes for each peripheral. 158 * @param periph_id peripheral to adjust 167 * @param periph_id peripheral to adjust 175 * Set the source and divisor for a peripheral clock. This sets the 177 * source parameter as it changes for each peripheral. [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/fsl-layerscape/doc/ |
| H A D | README.soc | 35 - High-speed peripheral interfaces 38 - Additional peripheral interfaces 41 - Quad Serial Peripheral Interface (QSPI) Controller 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 83 - Quad Serial Peripheral Interface (QSPI) Controller 111 - High-speed peripheral interfaces: [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | drm_mipi_dsi.c | 18 * @dsi: DSI peripheral 32 * @dsi: DSI peripheral 169 * mipi_dsi_shutdown_peripheral() - sends a Shutdown Peripheral command 170 * @dsi: DSI peripheral device 188 * mipi_dsi_turn_on_peripheral() - sends a Turn On Peripheral command 189 * @dsi: DSI peripheral device 208 * the payload in a long packet transmitted from the peripheral back to the 210 * @dsi: DSI peripheral device 231 * mipi_dsi_compression_mode() - enable/disable DSC on the peripheral 232 * @dsi: DSI peripheral device [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | Kconfig | 4 # (a) a peripheral controller, and 18 # USB Peripheral Controller Support 27 menu "USB Peripheral Controller" 47 tristate "LPC32XX USB Peripheral Controller" 81 tristate "Broadcom BCM63xx Peripheral Controller" 92 tristate "Freescale Highspeed USB DR Peripheral Controller" 106 tristate "Faraday FUSB300 USB Peripheral Controller" 113 tristate "Faraday FOTG210 USB Peripheral Controller" 123 tristate "Aeroflex Gaisler GRUSBDC USB Peripheral Controller Driver" 171 tristate "Renesas R8A66597 USB Peripheral Controller" [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/Documentation/devicetree/bindings/clock/ |
| H A D | pistachio-clock.txt | 4 Pistachio has four clock controllers (core clock, peripheral clock, peripheral 44 Peripheral clock controller: 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 71 Peripheral general control: 74 The peripheral general control block generates system interface clocks and 75 resets for various peripherals. It also contains miscellaneous peripheral [all …]
|
| H A D | mvebu-gated-clock.txt | 4 peripheral clocks to be gated to save some power. The clock consumer 11 ID Clock Peripheral 28 ID Clock Peripheral 55 ID Clock Peripheral 82 ID Clock Peripheral 96 ID Clock Peripheral 123 ID Clock Peripheral 133 ID Clock Peripheral 149 22 pdma Peripheral DMA 156 ID Clock Peripheral
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f4/ |
| H A D | stm32.h | 17 * Peripheral memory map 45 u32 ahb1rstr; /* RCC AHB1 peripheral reset */ 46 u32 ahb2rstr; /* RCC AHB2 peripheral reset */ 47 u32 ahb3rstr; /* RCC AHB3 peripheral reset */ 49 u32 apb1rstr; /* RCC APB1 peripheral reset */ 50 u32 apb2rstr; /* RCC APB2 peripheral reset */ 52 u32 ahb1enr; /* RCC AHB1 peripheral clock enable */ 53 u32 ahb2enr; /* RCC AHB2 peripheral clock enable */ 54 u32 ahb3enr; /* RCC AHB3 peripheral clock enable */ 56 u32 apb1enr; /* RCC APB1 peripheral clock enable */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-meson.c | 66 struct regmap *peripheral; /* peripheral registers */ member 71 .name = "peripheral-registers", 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() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
| H A D | pinmux.h | 29 * Configures the pinmux for a particular peripheral. 33 * etc. This function will configure the peripheral pinmux along with 36 * @param peripheral peripheral to be configured 38 * @return 0 if ok, -1 on error (e.g. unsupported peripheral) 40 int exynos_pinmux_config(int peripheral, int flags); 43 * Decode the peripheral id using the interrpt numbers. 47 * @return peripheral id if ok, PERIPH_ID_NONE on error
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | pinmux.h | 32 * Configures the pinmux for a particular peripheral. 36 * etc. This function will configure the peripheral pinmux along with 39 * @param peripheral peripheral to be configured 41 * @return 0 if ok, -1 on error (e.g. unsupported peripheral) 43 int exynos_pinmux_config(int peripheral, int flags); 46 * Decode the peripheral id using the interrpt numbers. 50 * @return peripheral id if ok, PERIPH_ID_NONE on error
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_mipi_dsi.c | 241 * @dsi: DSI peripheral device 321 * @dsi: DSI peripheral 336 * @dsi: DSI peripheral 489 * mipi_dsi_shutdown_peripheral() - sends a Shutdown Peripheral command 490 * @dsi: DSI peripheral device 509 * mipi_dsi_turn_on_peripheral() - sends a Turn On Peripheral command 510 * @dsi: DSI peripheral device 530 * the payload in a long packet transmitted from the peripheral back to the 532 * @dsi: DSI peripheral device 554 * mipi_dsi_compression_mode() - enable/disable DSC on the peripheral [all …]
|
| /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 26 talking to it. Peripheral controllers are often discrete silicon, 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. 81 driver to operate in Peripheral mode. This option requires 143 Creates an Ethernet network device through a USB peripheral [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/interrupt-controller/ |
| H A D | img,pdc-intc.txt | 27 shared SysWake interrupt, and remaining specifies shall be PDC peripheral 35 0-7: Peripheral interrupts 39 flags as follows (only 4 valid for peripheral interrupts): 74 <30 4 /* level */>, /* Peripheral 0 (RTC) */ 75 <29 4 /* level */>, /* Peripheral 1 (IR) */ 76 <31 4 /* level */>; /* Peripheral 2 (WDT) */ 82 * An SoC peripheral that is wired through the PDC. 88 // Interrupt source Peripheral 0 89 interrupts = <0 /* Peripheral 0 (RTC) */
|
| /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/kernel/include/linux/mfd/ |
| H A D | sta2x11-mfd.h | 204 #define APBREG_PWAC 0x20 /* Peripheral Write Access Control reg */ 205 #define APBREG_PRAC 0x40 /* Peripheral Read Access Control reg */ 206 #define APBREG_PCG 0x60 /* Peripheral Clock Gating Reg */ 207 #define APBREG_PUR 0x80 /* Peripheral Under Reset Reg */ 208 #define APBREG_EMU_PCG 0xA0 /* Emulator Peripheral Clock Gating Reg */ 216 #define APBREG_PWAC_SARAC 0x120 /* Peripheral Write Access Control reg */ 217 #define APBREG_PRAC_SARAC 0x140 /* Peripheral Read Access Control reg */ 218 #define APBREG_PCG_SARAC 0x160 /* Peripheral Clock Gating Reg */ 219 #define APBREG_PUR_SARAC 0x180 /* Peripheral Under Reset Reg */ 220 #define APBREG_EMU_PCG_SARAC 0x1A0 /* Emulator Peripheral Clock Gating Reg */ [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/include/linux/mmc/ |
| H A D | sh_mmcif.h | 18 * 1000 : Peripheral clock / 512 19 * 0111 : Peripheral clock / 256 20 * 0110 : Peripheral clock / 128 21 * 0101 : Peripheral clock / 64 22 * 0100 : Peripheral clock / 32 23 * 0011 : Peripheral clock / 16 24 * 0010 : Peripheral clock / 8 25 * 0001 : Peripheral clock / 4 26 * 0000 : Peripheral clock / 2 27 * 1111 : Peripheral clock (sup_pclk set '1')
|
| /OK3568_Linux_fs/u-boot/include/spmi/ |
| H A D | spmi.h | 10 * @read: read register 'reg' of slave 'usid' and peripheral 'pid' 11 * @write: write register 'reg' of slave 'usid' and peripheral 'pid' 23 * spmi_reg_read() - read a register from specific slave/peripheral 27 * @pid Peripheral ID 34 * spmi_reg_write() - write a register of specific slave/peripheral 38 * @pid Peripheral ID
|
| /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/u-boot/arch/arm/mach-socfpga/ |
| H A D | misc_arria10.c | 112 * This function looking the 1st encounter UART peripheral, 133 /* Found UART peripheral. */ in find_peripheral_uart() 143 * This function looks up the 1st encounter UART peripheral, 145 * mux. UART peripheral is found if the offset is not in negative 176 * This function looking the 1st encounter UART dedicated IO peripheral, 178 * IO peripheral. 196 * This function looking the 1st encounter UART shared IO peripheral, and then 197 * return based address of the 1st encounter UART shared IO peripheral. 223 * This function looking the 1st encounter UART peripheral, and then return 224 * base address of the 1st encounter UART peripheral.
|