/Linux-v5.10/drivers/spi/ |
D | spi-fsl-espi.c | 3 * Freescale eSPI controller driver. 22 /* eSPI Controller registers */ 23 #define ESPI_SPMODE 0x00 /* eSPI mode register */ 24 #define ESPI_SPIE 0x04 /* eSPI event register */ 25 #define ESPI_SPIM 0x08 /* eSPI mask register */ 26 #define ESPI_SPCOM 0x0c /* eSPI command register */ 27 #define ESPI_SPITF 0x10 /* eSPI transmit FIFO access register*/ 28 #define ESPI_SPIRF 0x14 /* eSPI receive FIFO access register*/ 29 #define ESPI_SPMODE0 0x20 /* eSPI cs0 mode register */ 33 /* eSPI Controller mode register definitions */ [all …]
|
D | spi-ep93xx.c | 115 struct ep93xx_spi *espi = spi_master_get_devdata(master); in ep93xx_spi_calc_divisors() local 116 unsigned long spi_clk_rate = clk_get_rate(espi->clk); in ep93xx_spi_calc_divisors() 150 struct ep93xx_spi *espi = spi_master_get_devdata(master); in ep93xx_spi_chip_setup() local 173 writel(div_cpsr, espi->mmio + SSPCPSR); in ep93xx_spi_chip_setup() 174 writel(cr0, espi->mmio + SSPCR0); in ep93xx_spi_chip_setup() 181 struct ep93xx_spi *espi = spi_master_get_devdata(master); in ep93xx_do_write() local 187 val = ((u16 *)xfer->tx_buf)[espi->tx]; in ep93xx_do_write() 188 espi->tx += 2; in ep93xx_do_write() 191 val = ((u8 *)xfer->tx_buf)[espi->tx]; in ep93xx_do_write() 192 espi->tx += 1; in ep93xx_do_write() [all …]
|
D | spi-fsl-lib.h | 3 * Freescale SPI/eSPI controller driver library. 19 /* SPI/eSPI Controller driver's private data. */
|
D | spi-fsl-lib.c | 3 * Freescale SPI/eSPI controller driver library.
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb/ |
D | espi.c | 3 * File: espi.c * 41 #include "espi.h" 88 pr_err("%s: ESPI clock not ready\n", adapter->name); in tricn_init() 117 void t1_espi_intr_enable(struct peespi *espi) in t1_espi_intr_enable() argument 119 u32 enable, pl_intr = readl(espi->adapter->regs + A_PL_ENABLE); in t1_espi_intr_enable() 122 * Cannot enable ESPI interrupts on T1B because HW asserts the in t1_espi_intr_enable() 123 * interrupt incorrectly, namely the driver gets ESPI interrupts in t1_espi_intr_enable() 124 * but no data is actually dropped (can verify this reading the ESPI in t1_espi_intr_enable() 125 * drop registers). Also, once the ESPI interrupt is asserted it in t1_espi_intr_enable() 128 enable = t1_is_T1B(espi->adapter) ? 0 : ESPI_INTR_MASK; in t1_espi_intr_enable() [all …]
|
D | espi.h | 3 * File: espi.h * 55 void t1_espi_destroy(struct peespi *espi); 56 int t1_espi_init(struct peespi *espi, int mac_type, int nports); 62 const struct espi_intr_counts *t1_espi_get_intr_counts(struct peespi *espi);
|
D | subr.c | 46 #include "espi.h" 763 if (adapter->espi) { in t1_interrupts_enable() 765 t1_espi_intr_enable(adapter->espi); in t1_interrupts_enable() 795 if (adapter->espi) in t1_interrupts_disable() 796 t1_espi_intr_disable(adapter->espi); in t1_interrupts_disable() 821 if (adapter->espi) in t1_interrupts_clear() 822 t1_espi_intr_clear(adapter->espi); in t1_interrupts_clear() 857 t1_espi_intr_handler(adapter->espi); in asic_slow_intr() 975 if (adapter->espi && t1_espi_init(adapter->espi, bi->chip_mac, in t1_init_hw_modules() 1026 if (adapter->espi) in t1_free_sw_modules() [all …]
|
D | Makefile | 9 cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \
|
/Linux-v5.10/Documentation/devicetree/bindings/spi/ |
D | fsl-spi.txt | 39 * eSPI (Enhanced Serial Peripheral Interface) 42 - compatible : should be "fsl,mpc8536-espi". 44 - interrupts : should contain eSPI interrupt, the device has one interrupt. 45 - fsl,espi-num-chipselects : the number of the chipselect signals. 55 compatible = "fsl,mpc8536-espi"; 59 fsl,espi-num-chipselects = <4>;
|
/Linux-v5.10/arch/powerpc/boot/dts/fsl/ |
D | pq3-espi-0.dtsi | 2 * PQ3 eSPI device tree stub [ controller @ offset 0x7000 ] 38 compatible = "fsl,mpc8536-espi";
|
D | qoriq-espi-0.dtsi | 2 * QorIQ eSPI device tree stub [ controller @ offset 0x110000 ] 38 compatible = "fsl,mpc8536-espi";
|
D | bsc9131si-post.dtsi | 85 /include/ "pq3-espi-0.dtsi" 87 fsl,espi-num-chipselects = <1>;
|
D | c293si-post.dtsi | 98 /include/ "pq3-espi-0.dtsi" 100 fsl,espi-num-chipselects = <1>;
|
D | p1020si-post.dtsi | 129 /include/ "pq3-espi-0.dtsi" 131 fsl,espi-num-chipselects = <4>;
|
D | bsc9132si-post.dtsi | 114 /include/ "pq3-espi-0.dtsi" 116 fsl,espi-num-chipselects = <1>;
|
D | p1010si-post.dtsi | 127 /include/ "pq3-espi-0.dtsi" 129 fsl,espi-num-chipselects = <1>;
|
D | p2020si-post.dtsi | 156 /include/ "pq3-espi-0.dtsi" 158 fsl,espi-num-chipselects = <4>;
|
D | p1021si-post.dtsi | 129 /include/ "pq3-espi-0.dtsi" 131 fsl,espi-num-chipselects = <4>;
|
D | mpc8536si-post.dtsi | 166 /include/ "pq3-espi-0.dtsi" 168 fsl,espi-num-chipselects = <4>;
|
D | p1022si-post.dtsi | 161 /include/ "pq3-espi-0.dtsi" 163 fsl,espi-num-chipselects = <4>;
|
D | p1023si-post.dtsi | 191 /include/ "pq3-espi-0.dtsi" 193 fsl,espi-num-chipselects = <4>;
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | aspeed,ast2600-pinctrl.yaml | 35 ADC3, ADC4, ADC5, ADC6, ADC7, ADC8, ADC9, BMCINT, EMMC, ESPI, ESPIALT, 61 EMMCG8, ESPI, ESPIALT, FSI1, FSI2, FWSPIABR, FWSPID, FWQSPID, FWSPIWP,
|
D | aspeed,ast2500-pinctrl.yaml | 48 ESPI, FWSPICS1, FWSPICS2, GPID0, GPID2, GPID4, GPID6, GPIE0, GPIE2,
|
/Linux-v5.10/drivers/platform/chrome/wilco_ec/ |
D | Kconfig | 8 Wilco EC over an eSPI bus. This uses a simple byte-level protocol
|
/Linux-v5.10/drivers/pinctrl/nuvoton/ |
D | pinctrl-npcm7xx.c | 629 NPCM7XX_GRP(espi), \ 772 NPCM7XX_SFUNC(espi); 890 NPCM7XX_MKFUNC(espi), 1022 NPCM7XX_PINCFG(95, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, 0), 1091 NPCM7XX_PINCFG(161, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, DS(8, 12)), 1093 NPCM7XX_PINCFG(163, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, 0), 1094 NPCM7XX_PINCFG(164, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), 1095 NPCM7XX_PINCFG(165, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), 1096 NPCM7XX_PINCFG(166, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), 1097 NPCM7XX_PINCFG(167, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), [all …]
|