Home
last modified time | relevance | path

Searched refs:AT91_PMC_PCR_CMD (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/clk/at91/
Dclk-generated.c63 AT91_PMC_PCR_CMD | AT91_PMC_PCR_GCKEN, in clk_generated_enable()
65 AT91_PMC_PCR_CMD | in clk_generated_enable()
81 AT91_PMC_PCR_CMD | AT91_PMC_PCR_GCKEN, in clk_generated_disable()
82 AT91_PMC_PCR_CMD); in clk_generated_disable()
Dclk-peripheral.c180 AT91_PMC_PCR_DIV_MASK | AT91_PMC_PCR_CMD | in clk_sam9x5_peripheral_enable()
183 AT91_PMC_PCR_CMD | in clk_sam9x5_peripheral_enable()
202 AT91_PMC_PCR_EN | AT91_PMC_PCR_CMD, in clk_sam9x5_peripheral_disable()
203 AT91_PMC_PCR_CMD); in clk_sam9x5_peripheral_disable()
Dpmc.c175 AT91_PMC_PCR_CMD); in pmc_resume()
/linux-4.19.296/include/linux/clk/
Dat91_pmc.h193 #define AT91_PMC_PCR_CMD (0x1 << 12) /* Command (read=0, write=1) */ macro