Searched refs:OSCC (Results 1 – 8 of 8) sorted by relevance
22 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()24 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()27 while (!(readl(&pmu->OSCC) & FTPMU010_OSCC_OSCL_STABLE)) in ftpmu010_32768osc_enable()31 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()33 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()
139 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()
18 #define OSCC io_p2v(0x41350000) /* Oscillator Configuration Register */ macro
137 #define OSCC io_p2v(0x41300008) /* Oscillator Configuration Register */ macro
233 writel(OSCC_OON, OSCC); in pxa_clock_setup()234 while (!(readl(OSCC) & OSCC_OOK)) in pxa_clock_setup()
8 #define OSCC (0x0008) /* Oscillator Configuration Register */ macro
17 unsigned int OSCC; /* 0x08 */ member
1042 #define OSCC 0x41300008 /* Oscillator Configuration Register */ macro