Lines Matching defs:pl022
368 struct pl022 { struct
375 struct pl022_ssp_controller *master_info; argument
377 struct tasklet_struct pump_transfers;
378 struct spi_message *cur_msg;
379 struct spi_transfer *cur_transfer;
380 struct chip_data *cur_chip;
381 bool next_msg_cs_active;
382 void *tx;
383 void *tx_end;
384 void *rx;
385 void *rx_end;
386 enum ssp_reading read;
387 enum ssp_writing write;
388 u32 exp_fifo_level;
389 enum ssp_rx_level_trig rx_lev_trig;
390 enum ssp_tx_level_trig tx_lev_trig;
393 struct dma_chan *dma_rx_channel;
394 struct dma_chan *dma_tx_channel;
395 struct sg_table sgt_rx;
396 struct sg_table sgt_tx;
397 char *dummypage;
398 bool dma_running;
400 int cur_cs;
401 int *chipselects;
455 static void internal_cs_control(struct pl022 *pl022, u32 command) in internal_cs_control()
467 static void pl022_cs_control(struct pl022 *pl022, u32 command) in pl022_cs_control()
483 static void giveback(struct pl022 *pl022) in giveback()
542 static int flush(struct pl022 *pl022) in flush()
561 static void restore_state(struct pl022 *pl022) in restore_state()
651 static void load_ssp_default_config(struct pl022 *pl022) in load_ssp_default_config()
673 static void readwriter(struct pl022 *pl022) in readwriter()
778 static void *next_transfer(struct pl022 *pl022) in next_transfer()
798 static void unmap_free_dma_scatter(struct pl022 *pl022) in unmap_free_dma_scatter()
811 struct pl022 *pl022 = data; in dma_callback() local
866 static void setup_dma_scatter(struct pl022 *pl022, in setup_dma_scatter()
920 static int configure_dma(struct pl022 *pl022) in configure_dma()
1110 static int pl022_dma_probe(struct pl022 *pl022) in pl022_dma_probe()
1158 static int pl022_dma_autoprobe(struct pl022 *pl022) in pl022_dma_autoprobe()
1199 static void terminate_dma(struct pl022 *pl022) in terminate_dma()
1210 static void pl022_dma_remove(struct pl022 *pl022) in pl022_dma_remove()
1222 static inline int configure_dma(struct pl022 *pl022) in configure_dma()
1227 static inline int pl022_dma_autoprobe(struct pl022 *pl022) in pl022_dma_autoprobe()
1232 static inline int pl022_dma_probe(struct pl022 *pl022) in pl022_dma_probe()
1237 static inline void pl022_dma_remove(struct pl022 *pl022) in pl022_dma_remove()
1257 struct pl022 *pl022 = dev_id; in pl022_interrupt_handler() local
1347 static int set_up_next_transfer(struct pl022 *pl022, in set_up_next_transfer()
1381 struct pl022 *pl022 = (struct pl022 *) data; in pump_transfers() local
1446 static void do_interrupt_dma_transfer(struct pl022 *pl022) in do_interrupt_dma_transfer()
1483 static void print_current_status(struct pl022 *pl022) in print_current_status()
1507 static void do_polling_transfer(struct pl022 *pl022) in do_polling_transfer()
1588 struct pl022 *pl022 = spi_master_get_devdata(master); in pl022_transfer_one_message() local
1614 struct pl022 *pl022 = spi_master_get_devdata(master); in pl022_unprepare_transfer_hardware() local
1623 static int verify_controller_parameters(struct pl022 *pl022, in verify_controller_parameters()
1743 static int calculate_effective_freq(struct pl022 *pl022, int freq, struct in calculate_effective_freq()
1855 struct pl022 *pl022 = spi_master_get_devdata(spi->master); in pl022_setup() local
2126 struct pl022 *pl022 = NULL; /*Data for this driver */ in pl022_probe() local
2321 struct pl022 *pl022 = amba_get_drvdata(adev); in pl022_remove() local
2345 struct pl022 *pl022 = dev_get_drvdata(dev); in pl022_suspend() local
2366 struct pl022 *pl022 = dev_get_drvdata(dev); in pl022_resume() local
2385 struct pl022 *pl022 = dev_get_drvdata(dev); in pl022_runtime_suspend() local
2395 struct pl022 *pl022 = dev_get_drvdata(dev); in pl022_runtime_resume() local