Home
last modified time | relevance | path

Searched refs:oscc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/
H A Dftpmu010.c20 unsigned int oscc; in ftpmu010_32768osc_enable() local
23 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()
/OK3568_Linux_fs/u-boot/include/andestech/
H A Dandes_pcu.h43 unsigned int oscc; /* 0x40 - OSC Control */ member