Home
last modified time | relevance | path

Searched refs:AT91_PMC_PCR_EN (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/clk/at91/
H A Dclk-peripheral.c167 unsigned int enable = status ? AT91_PMC_PCR_EN : 0; in clk_sam9x5_peripheral_set()
204 AT91_PMC_PCR_EN | periph->layout->cmd, in clk_sam9x5_peripheral_disable()
224 return !!(status & AT91_PMC_PCR_EN); in clk_sam9x5_peripheral_is_enabled()
244 if (status & AT91_PMC_PCR_EN) { in clk_sam9x5_peripheral_recalc_rate()
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-peripheral.c74 AT91_PMC_PCR_CMD_WRITE | AT91_PMC_PCR_EN); in periph_clk_enable()
/openbmc/u-boot/arch/arm/mach-at91/
H A Dclock.c29 regval = AT91_PMC_PCR_EN | AT91_PMC_PCR_CMD_WRITE | id | div_value; in at91_periph_clk_enable()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h168 #define AT91_PMC_PCR_EN (0x1 << 28) macro
/openbmc/linux/include/linux/clk/
H A Dat91_pmc.h250 #define AT91_PMC_PCR_EN (0x1 << 28) /* Enable */ macro