Searched refs:oscc (Results 1 – 2 of 2) sorted by relevance
20 unsigned int oscc; in ftpmu010_32768osc_enable() local23 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()24 oscc &= ~(FTPMU010_OSCC_OSCL_OFF | FTPMU010_OSCC_OSCL_TRI); in ftpmu010_32768osc_enable()25 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()32 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()33 oscc |= FTPMU010_OSCC_OSCL_RTCLSEL; in ftpmu010_32768osc_enable()34 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()
43 unsigned int oscc; /* 0x40 - OSC Control */ member