Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/
H A 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()
/openbmc/u-boot/include/andestech/
H A Dandes_pcu.h42 unsigned int oscc; /* 0x40 - OSC Control */ member