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()
377 * If the QSPI controller is set in regular SPI mode, set it in in atmel_qspi_set_cfg()
392 /* Set QSPI Instruction Frame registers */ in atmel_qspi_set_cfg()
403 /* Set QSPI Instruction Frame registers */ in atmel_qspi_set_cfg()
492 /* Compute the QSPI baudrate */ in atmel_qspi_setup()
505 /* Reset the QSPI controller */ in atmel_qspi_init()
508 /* Set the QSPI controller by default in Serial Memory Mode */ in atmel_qspi_init()
512 /* Enable the QSPI controller */ in atmel_qspi_init()
596 dev_err(&pdev->dev, "Could not retrieve QSPI caps\n"); in atmel_qspi_probe()
602 /* Get the QSPI system clock */ in atmel_qspi_probe()
610 /* Enable the QSPI system clock */ in atmel_qspi_probe()
614 "failed to enable the QSPI system clock\n"); in atmel_qspi_probe()
696 .compatible = "atmel,sama5d2-qspi",
700 .compatible = "microchip,sam9x60-qspi",
721 MODULE_DESCRIPTION("Atmel QSPI Controller driver");