| /kernel/linux/linux-4.19/Documentation/bus-devices/ |
| D | ti-gpmc.txt | 20 functioning of the peripheral, while peripheral has another set of 21 timings. To have peripheral work with gpmc, peripheral timings has to 23 translated depends on the connected peripheral. Also there is a 28 from gpmc peripheral timings. struct gpmc_device_timings fields has to 29 be updated with timings from the datasheet of the peripheral that is 30 connected to gpmc. A few of the peripheral timings can be fed either 33 happen that timing as specified by peripheral datasheet is not present 34 in timing structure, in this scenario, try to correlate peripheral 36 field as required by peripheral, educate generic timing routine to 38 Then there may be cases where peripheral datasheet doesn't mention [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/memory-devices/ |
| 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 …]
|
| /kernel/linux/linux-4.19/arch/mips/fw/arc/ |
| D | tree.c | 70 "system", "processor", "cache", "adapter", "controller", "peripheral", 81 "audio controller", "misc controller", "disk peripheral", 82 "floppy peripheral", "tp peripheral", "modem peripheral", 83 "monitor peripheral", "printer peripheral", "pointer peripheral", 84 "keyboard peripheral", "terminal peripheral", "line peripheral", 85 "net peripheral", "misc peripheral", "anonymous"
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/ |
| D | mipi-dsi-bus.txt | 15 The following assumes that only a single peripheral is connected to a DSI 32 DSI peripheral 40 - reg: The virtual channel number of a DSI peripheral. Must be in the range 46 that the peripheral responds to. 47 - If the virtual channels that a peripheral responds to are consecutive, the 61 /* peripheral responds to virtual channel 0 */ 62 peripheral@0 { 76 /* peripheral responds to virtual channels 0 and 2 */ 77 peripheral@0 { 91 /* peripheral responds to virtual channels 1, 2 and 3 */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| 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 …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| 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 …]
|
| /kernel/linux/linux-4.19/drivers/usb/gadget/udc/ |
| D | Kconfig | 3 # (a) a peripheral controller, and 17 # USB Peripheral Controller Support 26 menu "USB Peripheral Controller" 46 tristate "LPC32XX USB Peripheral Controller" 79 tristate "Broadcom BCM63xx Peripheral Controller" 90 tristate "Freescale Highspeed USB DR Peripheral Controller" 104 tristate "Faraday FUSB300 USB Peripheral Controller" 111 tristate "Faraday FOTG210 USB Peripheral Controller" 121 tristate "Aeroflex Gaisler GRUSBDC USB Peripheral Controller Driver" 169 tristate "Renesas R8A66597 USB Peripheral Controller" [all …]
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| 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 …]
|
| /kernel/linux/linux-4.19/drivers/firmware/ |
| D | qcom_scm.c | 183 * qcom_scm_pas_supported() - Check if the peripheral authentication service is 185 * @peripheral: peripheral id 187 * Returns true if PAS is supported for this peripheral, otherwise false. 189 bool qcom_scm_pas_supported(u32 peripheral) in qcom_scm_pas_supported() argument 198 return __qcom_scm_pas_supported(__scm->dev, peripheral); in qcom_scm_pas_supported() 203 * qcom_scm_pas_init_image() - Initialize peripheral authentication service 204 * state machine for a given peripheral, using the 206 * @peripheral: peripheral id 214 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size) in qcom_scm_pas_init_image() argument 237 ret = __qcom_scm_pas_init_image(__scm->dev, peripheral, mdata_phys); in qcom_scm_pas_init_image() [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | qcom_scm.h | 49 extern bool qcom_scm_pas_supported(u32 peripheral); 50 extern int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, 52 extern int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, 54 extern int qcom_scm_pas_auth_and_reset(u32 peripheral); 55 extern int qcom_scm_pas_shutdown(u32 peripheral); 85 static inline bool qcom_scm_pas_supported(u32 peripheral) { return false; } in qcom_scm_pas_supported() argument 86 static inline int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, in qcom_scm_pas_init_image() argument 88 static inline int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, in qcom_scm_pas_mem_setup() argument 91 qcom_scm_pas_auth_and_reset(u32 peripheral) { return -ENODEV; } in qcom_scm_pas_auth_and_reset() argument 92 static inline int qcom_scm_pas_shutdown(u32 peripheral) { return -ENODEV; } in qcom_scm_pas_shutdown() argument
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/ |
| D | gd32vf103_dma.h | 53 #define DMA_CH0PADDR(dmax) REG32((dmax) + 0x10U) /*!< DMA channel 0 peripheral base… 58 #define DMA_CH1PADDR(dmax) REG32((dmax) + 0x24U) /*!< DMA channel 1 peripheral base… 63 #define DMA_CH2PADDR(dmax) REG32((dmax) + 0x38U) /*!< DMA channel 2 peripheral base… 68 #define DMA_CH3PADDR(dmax) REG32((dmax) + 0x4CU) /*!< DMA channel 3 peripheral base… 73 #define DMA_CH4PADDR(dmax) REG32((dmax) + 0x60U) /*!< DMA channel 4 peripheral base… 78 #define DMA_CH5PADDR(dmax) REG32((dmax) + 0x74U) /*!< DMA channel 5 peripheral base… 83 #define DMA_CH6PADDR(dmax) REG32((dmax) + 0x88U) /*!< DMA channel 6 peripheral base… 106 …NAGA BIT(6) /*!< next address generation algorithm of peripheral */ 108 …e DMA_CHXCTL_PWIDTH BITS(8,9) /*!< transfer data width of peripheral */ 117 #define DMA_CHXPADDR_PADDR BITS(0,31) /*!< peripheral base address */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| 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) */
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/interrupt-controller/ |
| 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) */
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iommu/ |
| D | samsung,sysmmu.txt | 4 physical memory chunks visible as a contiguous region to DMA-capable peripheral 13 System MMUs are in many to one relation with peripheral devices, i.e. single 14 peripheral device might have multiple System MMUs (usually one for each bus 15 master), but one System MMU can handle transactions from only one peripheral 16 device. The relation between a System MMU and the peripheral device needs to be 17 defined in device node of the peripheral device. 27 For information on assigning System MMU controller to its peripheral devices, 41 of peripheral device this SYSMMU belongs to).
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/ |
| D | meson-gxl-usb3-phy.txt | 10 - and peripheral mode/OTG detection 11 - clock-names: must contain "phy" and "peripheral" 14 - peripheral mode/OTG detection 15 - reset-names: must contain "phy" and "peripheral" 28 clock-names = "phy", "peripheral"; 30 reset-names = "phy", "peripheral";
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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
|
| /kernel/linux/linux-4.19/drivers/clk/qcom/ |
| D | Kconfig | 77 Say Y if you want to use peripheral devices such as UART, SPI, 95 Say Y if you want to use peripheral devices such as UART, SPI, 103 Say Y if you want to use peripheral devices such as UART, SPI, 120 Say Y if you want to use peripheral devices such as UART, SPI, 129 Say Y if you want to use peripheral devices such as UART, SPI, 146 Say Y if you want to use peripheral devices such as UART, SPI, 163 Say Y if you want to use peripheral devices such as UART, SPI, 190 Say Y if you want to use peripheral devices such as UART, SPI, 208 Say Y if you want to use peripheral devices such as UART, SPI, 217 Say Y if you want to use peripheral devices such as UART, SPI, [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/qcom/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| 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.
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-platform-renesas_usb3 | 10 "host" - switching mode from peripheral to host. 11 "peripheral" - switching mode from host to peripheral. 15 "peripheral" - The mode is peripheral now.
|
| D | sysfs-platform-phy-rcar-gen3-usb2 | 10 "host" - switching mode from peripheral to host. 11 "peripheral" - switching mode from host to peripheral. 15 "peripheral" - The mode is peripheral now.
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_mipi_dsi.c | 241 * @dsi: DSI peripheral device 320 * @dsi: DSI peripheral 335 * @dsi: DSI peripheral 487 * mipi_dsi_shutdown_peripheral() - sends a Shutdown Peripheral command 488 * @dsi: DSI peripheral device 507 * mipi_dsi_turn_on_peripheral() - sends a Turn On Peripheral command 508 * @dsi: DSI peripheral device 528 * the payload in a long packet transmitted from the peripheral back to the 530 * @dsi: DSI peripheral device 552 * mipi_dsi_compression_mode() - enable/disable DSC on the peripheral [all …]
|