Searched defs:espi (Results 1 – 3 of 3) sorted by relevance
111 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_calc_divisors() local146 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_chip_setup() local177 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_do_write() local195 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_do_read() local224 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_read_write() local271 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_dma_prepare() local375 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_dma_finish() local402 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_dma_transfer() local436 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_interrupt() local482 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_transfer_one() local[all …]
108 void t1_espi_intr_enable(struct peespi *espi) in t1_espi_intr_enable()124 void t1_espi_intr_clear(struct peespi *espi) in t1_espi_intr_clear()131 void t1_espi_intr_disable(struct peespi *espi) in t1_espi_intr_disable()139 int t1_espi_intr_handler(struct peespi *espi) in t1_espi_intr_handler()173 const struct espi_intr_counts *t1_espi_get_intr_counts(struct peespi *espi) in t1_espi_get_intr_counts()228 int t1_espi_init(struct peespi *espi, int mac_type, int nports) in t1_espi_init()276 void t1_espi_destroy(struct peespi *espi) in t1_espi_destroy()283 struct peespi *espi = kzalloc(sizeof(*espi), GFP_KERNEL); in t1_espi_create() local307 struct peespi *espi = adapter->espi; in t1_espi_get_mon() local338 struct peespi *espi = adapter->espi; in t1_espi_get_mon_t204() local
236 struct peespi *espi; member