Lines Matching +defs:val +defs:host
108 static int ep93xx_spi_calc_divisors(struct spi_controller *host, in ep93xx_spi_calc_divisors()
142 static int ep93xx_spi_chip_setup(struct spi_controller *host, in ep93xx_spi_chip_setup()
175 static void ep93xx_do_write(struct spi_controller *host) in ep93xx_do_write()
179 u32 val = 0; in ep93xx_do_write() local
193 static void ep93xx_do_read(struct spi_controller *host) in ep93xx_do_read()
197 u32 val; in ep93xx_do_read() local
222 static int ep93xx_spi_read_write(struct spi_controller *host) in ep93xx_spi_read_write()
268 ep93xx_spi_dma_prepare(struct spi_controller *host, in ep93xx_spi_dma_prepare()
372 static void ep93xx_spi_dma_finish(struct spi_controller *host, in ep93xx_spi_dma_finish()
392 struct spi_controller *host = callback_param; in ep93xx_spi_dma_callback() local
400 static int ep93xx_spi_dma_transfer(struct spi_controller *host) in ep93xx_spi_dma_transfer()
435 struct spi_controller *host = dev_id; in ep93xx_spi_interrupt() local
437 u32 val; in ep93xx_spi_interrupt() local
478 static int ep93xx_spi_transfer_one(struct spi_controller *host, in ep93xx_spi_transfer_one()
483 u32 val; in ep93xx_spi_transfer_one() local
515 static int ep93xx_spi_prepare_message(struct spi_controller *host, in ep93xx_spi_prepare_message()
543 static int ep93xx_spi_prepare_hardware(struct spi_controller *host) in ep93xx_spi_prepare_hardware()
546 u32 val; in ep93xx_spi_prepare_hardware() local
560 static int ep93xx_spi_unprepare_hardware(struct spi_controller *host) in ep93xx_spi_unprepare_hardware()
563 u32 val; in ep93xx_spi_unprepare_hardware() local
622 struct spi_controller *host; in ep93xx_spi_probe() local
714 struct spi_controller *host = platform_get_drvdata(pdev); in ep93xx_spi_remove() local