Searched refs:rtc_write32 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | rtc.h | 175 int rtc_write32(struct udevice *dev, unsigned int reg, u32 value); 220 void rtc_write32(int reg, u32 value);
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_common.c | 123 ret = rtc_write32(dev, CMOS_FSP_STACK_ADDR, gd->start_addr_sp); in fsp_save_s3_stack()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | rtc-uclass.c | 110 int rtc_write32(struct udevice *dev, unsigned int reg, u32 value) in rtc_write32() function
|
| H A D | mc146818.c | 294 void rtc_write32(int reg, u32 value) in rtc_write32() function
|