Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/
Dftpmu010.c19 unsigned int oscc; in ftpmu010_32768osc_enable() local
22 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()
23 oscc &= ~(FTPMU010_OSCC_OSCL_OFF | FTPMU010_OSCC_OSCL_TRI); in ftpmu010_32768osc_enable()
24 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()
31 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()
32 oscc |= FTPMU010_OSCC_OSCL_RTCLSEL; in ftpmu010_32768osc_enable()
33 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()
/external/u-boot/include/andestech/
Dandes_pcu.h42 unsigned int oscc; /* 0x40 - OSC Control */ member