Home
last modified time | relevance | path

Searched refs:cent (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/u-boot/drivers/rtc/
H A Dm41t11.c94 unsigned char cent; in rtc_get() local
95 i2c_read(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, &cent, 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, &cent, 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, &cent, M41T11_YEAR_SIZE); in rtc_set()
H A Dmax6900.c39 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 Drtc-aspeed.c25 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 Daspeed_rtc.c30 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 Ddefkeymap.map79 keycode 74 = cent nul
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-hwmon894 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 Dsl270 cent 0x2e altgr
H A Dpt129 cent 0x12 shift altgr
286 cent 0x2e altgr
H A Dda64 cent 0x06 shift altgr
131 cent 0x12 shift altgr
H A Dfr131 cent 0x12 shift altgr
288 cent 0x2e altgr
H A Dfo64 cent 0x06 shift altgr
131 cent 0x12 shift altgr
H A Dis131 cent 0x12 shift altgr
288 cent 0x2e altgr
H A Dfr-be131 cent 0x12 shift altgr
288 cent 0x2e altgr
H A Dnl130 cent 0x12 shift altgr
286 cent 0x2e altgr
H A Dfr-ch81 cent 0x09 altgr
287 cent 0x2e altgr
H A Des130 cent 0x12 shift altgr
286 cent 0x2e altgr
H A Dit131 cent 0x12 shift altgr
289 cent 0x2e altgr
H A Dde-ch81 cent 0x09 altgr
287 cent 0x2e altgr
H A Dfr-ca54 cent 0x05 altgr
H A Dhr287 cent 0x2e altgr
H A Dlv58 cent 0x05 shift altgr
H A Dlt286 cent 0x2e altgr
H A Dpt-br63 cent 0x06 altgr
H A Dpl57 cent 0x05 altgr
/openbmc/linux/arch/x86/math-emu/
H A DREADME318 result (which is 64 bits)) for about one per cent of all arguments
389 Per cent with error:

12