Lines Matching full:qspi
3 * Driver for Atmel QSPI Controller
26 /* QSPI register offsets */
361 /* offset of the data access in the QSPI memory space */ in atmel_qspi_set_cfg()
373 * If the QSPI controller is set in regular SPI mode, set it in in atmel_qspi_set_cfg()
388 /* Set QSPI Instruction Frame registers */ in atmel_qspi_set_cfg()
399 /* Set QSPI Instruction Frame registers */ in atmel_qspi_set_cfg()
488 /* Compute the QSPI baudrate */ in atmel_qspi_setup()
501 /* Reset the QSPI controller */ in atmel_qspi_init()
504 /* Set the QSPI controller by default in Serial Memory Mode */ in atmel_qspi_init()
508 /* Enable the QSPI controller */ in atmel_qspi_init()
595 dev_err(&pdev->dev, "Could not retrieve QSPI caps\n"); in atmel_qspi_probe()
601 /* Get the QSPI system clock */ in atmel_qspi_probe()
609 /* Enable the QSPI system clock */ in atmel_qspi_probe()
613 "failed to enable the QSPI system clock\n"); in atmel_qspi_probe()
697 .compatible = "atmel,sama5d2-qspi",
701 .compatible = "microchip,sam9x60-qspi",
722 MODULE_DESCRIPTION("Atmel QSPI Controller driver");