/openbmc/u-boot/drivers/rtc/ |
H A D | m41t11.c | 94 unsigned char cent; in rtc_get() local 95 i2c_read(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, ¢, M41T11_YEAR_SIZE); in rtc_get() 100 if( (cent & 0x1) != ((data[RTC_HOUR_ADDR]&0x40)>>7) ){ in rtc_get() 102 cent += 1; in rtc_get() 103 i2c_write(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, ¢, M41T11_YEAR_SIZE); in rtc_get() 105 tmp->tm_year =((int)cent*100)+bcd2bin(data[RTC_YEARS_ADDR]); in rtc_get() 145 unsigned char cent; in rtc_set() local 146 cent = tmp->tm_year ? tmp->tm_year / 100 : 0; in rtc_set() 147 data[RTC_HOUR_ADDR] |= (cent & 0x1) ? 0x40 : 0; in rtc_set() 148 i2c_write(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, ¢, M41T11_YEAR_SIZE); in rtc_set()
|
H A D | max6900.c | 39 uchar sec, min, hour, mday, wday, mon, cent, year; in rtc_get() local 50 cent = rtc_read (0x92); in rtc_get() 61 year, mon, cent, mday, wday, in rtc_get() 69 tmp->tm_year = bcd2bin (year) + bcd2bin(cent) * 100; in rtc_get()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-aspeed.c | 25 unsigned int cent, year; in aspeed_rtc_read_time() local 43 cent = (reg2 >> 16) & 0x1f; in aspeed_rtc_read_time() 46 tm->tm_year = year + (cent * 100) - 1900; in aspeed_rtc_read_time() 57 int year, cent; in aspeed_rtc_set_time() local 59 cent = (tm->tm_year + 1900) / 100; in aspeed_rtc_set_time() 65 reg2 = ((cent & 0x1f) << 16) | ((year & 0x7f) << 8) | in aspeed_rtc_set_time()
|
/openbmc/qemu/hw/rtc/ |
H A D | aspeed_rtc.c | 30 uint32_t year, cent; in aspeed_rtc_calc_offset() local 39 cent = (reg2 >> 16) & 0x1f; in aspeed_rtc_calc_offset() 42 tm.tm_year = year + (cent * 100) - 1900; in aspeed_rtc_calc_offset() 49 uint32_t year, cent; in aspeed_rtc_get_counter() local 59 cent = (now.tm_year + 1900) / 100; in aspeed_rtc_get_counter() 61 return ((cent & 0x1f) << 16) | ((year & 0x7f) << 8) | in aspeed_rtc_get_counter()
|
/openbmc/linux/drivers/s390/char/ |
H A D | defkeymap.map | 79 keycode 74 = cent nul
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-hwmon | 894 Unit: milli-percent (per cent mille, pcm) 915 Unit: milli-percent (per cent mille, pcm) 923 Unit: milli-percent (per cent mille, pcm)
|
/openbmc/qemu/pc-bios/keymaps/ |
H A D | sl | 270 cent 0x2e altgr
|
H A D | pt | 129 cent 0x12 shift altgr 286 cent 0x2e altgr
|
H A D | da | 64 cent 0x06 shift altgr 131 cent 0x12 shift altgr
|
H A D | fr | 131 cent 0x12 shift altgr 288 cent 0x2e altgr
|
H A D | fo | 64 cent 0x06 shift altgr 131 cent 0x12 shift altgr
|
H A D | is | 131 cent 0x12 shift altgr 288 cent 0x2e altgr
|
H A D | fr-be | 131 cent 0x12 shift altgr 288 cent 0x2e altgr
|
H A D | nl | 130 cent 0x12 shift altgr 286 cent 0x2e altgr
|
H A D | fr-ch | 81 cent 0x09 altgr 287 cent 0x2e altgr
|
H A D | es | 130 cent 0x12 shift altgr 286 cent 0x2e altgr
|
H A D | it | 131 cent 0x12 shift altgr 289 cent 0x2e altgr
|
H A D | de-ch | 81 cent 0x09 altgr 287 cent 0x2e altgr
|
H A D | fr-ca | 54 cent 0x05 altgr
|
H A D | hr | 287 cent 0x2e altgr
|
H A D | lv | 58 cent 0x05 shift altgr
|
H A D | lt | 286 cent 0x2e altgr
|
H A D | pt-br | 63 cent 0x06 altgr
|
H A D | pl | 57 cent 0x05 altgr
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | README | 318 result (which is 64 bits)) for about one per cent of all arguments 389 Per cent with error:
|