Searched refs:cmos_read (Results 1 – 5 of 5) sorted by relevance
92 dev_type_read(cmos_read);100 .d_read = cmos_read,144 cmos_read(dev_t dev, struct uio *uio, int ioflag) in cmos_read() function
267 if (cmos_read(RTC_ADDR_REBOOTCNT) > 8) in cpu_reboot()278 cmos_read(RTC_ADDR_REBOOTCNT) + 1); in cpu_reboot()289 cmos_read(RTC_ADDR_BOOTOPTS) | 0x02); in cpu_reboot()1004 if (cmos_read(RTC_ADDR_REBOOTCNT) > 0) in initarm()1006 cmos_read(RTC_ADDR_REBOOTCNT)); in initarm()1117 cmos_read(int location) in cmos_read() function1135 if ((oldvalue = cmos_read(location)) < 0) in cmos_write()1137 if ((oldsum = cmos_read(RTC_ADDR_CHECKSUM)) < 0) in cmos_write()
36 extern int cmos_read(int);
79 int cmos_read(int);
248 sc->sc_is16bit = (cmos_read(0xc4) >> 5) & 1; in vidcaudio_attach()