Home
last modified time | relevance | path

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

/drivers/clk/at91/
Dpmc.c115 const struct at91_pmc_caps *caps = pmc->caps; in pmc_irq_domain_xlate()
151 static const struct at91_pmc_caps at91rm9200_caps = {
158 static const struct at91_pmc_caps at91sam9260_caps = {
164 static const struct at91_pmc_caps at91sam9g45_caps = {
170 static const struct at91_pmc_caps at91sam9n12_caps = {
177 static const struct at91_pmc_caps at91sam9x5_caps = {
184 static const struct at91_pmc_caps sama5d3_caps = {
194 const struct at91_pmc_caps *caps) in at91_pmc_init()
350 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