Lines Matching full:qspi
3 * Driver for Atmel QSPI Controller
27 /* QSPI register offsets */
359 /* offset of the data access in the QSPI memory space */ in atmel_qspi_set_cfg()
375 * If the QSPI controller is set in regular SPI mode, set it in in atmel_qspi_set_cfg()
386 /* Set QSPI Instruction Frame registers. */ in atmel_qspi_set_cfg()
495 /* Compute the QSPI baudrate */ in atmel_qspi_setup()
550 /* Reset the QSPI controller */ in atmel_qspi_init()
553 /* Set the QSPI controller by default in Serial Memory Mode */ in atmel_qspi_init()
557 /* Enable the QSPI controller */ in atmel_qspi_init()
637 dev_err(&pdev->dev, "Could not retrieve QSPI caps\n"); in atmel_qspi_probe()
643 /* Get the QSPI system clock */ in atmel_qspi_probe()
651 /* Enable the QSPI system clock */ in atmel_qspi_probe()
655 "failed to enable the QSPI system clock\n"); in atmel_qspi_probe()
824 .compatible = "atmel,sama5d2-qspi",
828 .compatible = "microchip,sam9x60-qspi",
849 MODULE_DESCRIPTION("Atmel QSPI Controller driver");