Home
last modified time | relevance | path

Searched refs:at91_pmc_caps (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/clk/at91/
Dpmc.c140 const struct at91_pmc_caps *caps = pmc->caps; in pmc_irq_domain_xlate()
176 static const struct at91_pmc_caps at91rm9200_caps = {
183 static const struct at91_pmc_caps at91sam9260_caps = {
189 static const struct at91_pmc_caps at91sam9g45_caps = {
195 static const struct at91_pmc_caps at91sam9n12_caps = {
202 static const struct at91_pmc_caps at91sam9x5_caps = {
209 static const struct at91_pmc_caps sama5d2_caps = {
217 static const struct at91_pmc_caps sama5d3_caps = {
227 const struct at91_pmc_caps *caps) in at91_pmc_init()
390 const struct at91_pmc_caps *caps) in of_at91_pmc_setup()
Dpmc.h26 struct at91_pmc_caps { struct
34 const struct at91_pmc_caps *caps; argument