Lines Matching defs:cdns_xspi

382 static void cdns_xspi_reset_dll(struct cdns_xspi_dev *cdns_xspi)  in cdns_xspi_reset_dll()
393 static bool cdns_xspi_is_dll_locked(struct cdns_xspi_dev *cdns_xspi) in cdns_xspi_is_dll_locked()
403 static bool cdns_xspi_configure_phy(struct cdns_xspi_dev *cdns_xspi) in cdns_xspi_configure_phy()
427 static bool cdns_mrvl_xspi_setup_clock(struct cdns_xspi_dev *cdns_xspi, in cdns_mrvl_xspi_setup_clock()
469 static int cdns_xspi_wait_for_controller_idle(struct cdns_xspi_dev *cdns_xspi) in cdns_xspi_wait_for_controller_idle()
481 static void cdns_xspi_trigger_command(struct cdns_xspi_dev *cdns_xspi, in cdns_xspi_trigger_command()
492 static int cdns_xspi_check_command_status(struct cdns_xspi_dev *cdns_xspi) in cdns_xspi_check_command_status()
528 static void cdns_xspi_set_interrupts(struct cdns_xspi_dev *cdns_xspi, in cdns_xspi_set_interrupts()
541 static void marvell_xspi_set_interrupts(struct cdns_xspi_dev *cdns_xspi, in marvell_xspi_set_interrupts()
558 static int cdns_xspi_controller_init(struct cdns_xspi_dev *cdns_xspi) in cdns_xspi_controller_init()
580 static void cdns_xspi_sdma_handle(struct cdns_xspi_dev *cdns_xspi) in cdns_xspi_sdma_handle()
652 static void marvell_xspi_sdma_handle(struct cdns_xspi_dev *cdns_xspi) in marvell_xspi_sdma_handle()
674 static int cdns_xspi_send_stig_command(struct cdns_xspi_dev *cdns_xspi, in cdns_xspi_send_stig_command()
738 static int cdns_xspi_mem_op(struct cdns_xspi_dev *cdns_xspi, in cdns_xspi_mem_op()
754 struct cdns_xspi_dev *cdns_xspi = in cdns_xspi_mem_op_execute() local
766 struct cdns_xspi_dev *cdns_xspi = in marvell_xspi_mem_op_execute() local
840 struct cdns_xspi_dev *cdns_xspi = in cdns_xspi_adjust_mem_op_size() local
866 struct cdns_xspi_dev *cdns_xspi = dev; in cdns_xspi_irq_handler() local
928 static void cdns_xspi_print_phy_config(struct cdns_xspi_dev *cdns_xspi) in cdns_xspi_print_phy_config()
974 static void marvell_xspi_read_single_qword(struct cdns_xspi_dev *cdns_xspi, u8 **buffer) in marvell_xspi_read_single_qword()
991 static void cdns_xspi_finish_read(struct cdns_xspi_dev *cdns_xspi, u8 **buffer, u32 data_count) in cdns_xspi_finish_read()
1019 static bool cdns_xspi_is_stig_ready(struct cdns_xspi_dev *cdns_xspi, bool sleep) in cdns_xspi_is_stig_ready()
1031 static bool cdns_xspi_is_sdma_ready(struct cdns_xspi_dev *cdns_xspi, bool sleep) in cdns_xspi_is_sdma_ready()
1046 struct cdns_xspi_dev *cdns_xspi = spi_controller_get_devdata(controller); in cdns_xspi_transfer_one_message_b0() local
1147 struct cdns_xspi_dev *cdns_xspi = NULL; in cdns_xspi_probe() local