Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-pxa/
Dgumstix.c139 if (!(readl(OSCC) & OSCC_OOK)) in gumstix_setup_bt_clock()
144 writel(readl(OSCC) | OSCC_OON, OSCC); in gumstix_setup_bt_clock()
146 if (readl(OSCC) & OSCC_OOK) in gumstix_setup_bt_clock()
Dpxa3xx-regs.h18 #define OSCC io_p2v(0x41350000) /* Oscillator Configuration Register */ macro
Dpxa2xx-regs.h137 #define OSCC io_p2v(0x41300008) /* Oscillator Configuration Register */ macro
Dzeus.c956 writel(readl(OSCC) | OSCC_OON, OSCC); in zeus_map_io()
/linux-5.19.10/drivers/clk/pxa/
Dclk-pxa2xx.h8 #define OSCC (0x0008) /* Oscillator Configuration Register */ macro