Searched refs:rtc_write32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/ |
H A D | rtc.h | 167 int rtc_write32(struct udevice *dev, unsigned int reg, u32 value); 205 void rtc_write32(int reg, u32 value);
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_common.c | 98 ret = rtc_write32(dev, CMOS_FSP_STACK_ADDR, gd->start_addr_sp); in fsp_save_s3_stack()
|
/openbmc/u-boot/drivers/rtc/ |
H A D | rtc-uclass.c | 109 int rtc_write32(struct udevice *dev, unsigned int reg, u32 value) in rtc_write32() function
|
H A D | mc146818.c | 295 void rtc_write32(int reg, u32 value) in rtc_write32() function
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | sdram.c | 147 rtc_write32(dev, CMOS_OFFSET_MRC_SEED, pei_data->scrambler_seed); in write_seeds_to_cmos() 151 rtc_write32(dev, CMOS_OFFSET_MRC_SEED_S3, pei_data->scrambler_seed_s3); in write_seeds_to_cmos()
|