Searched refs:TYPE_PCF8563 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/iicbus/rtc/ |
H A D | nxprtc.c | 179 TYPE_PCF8563, enumerator 247 {"nxp,pcf8563", TYPE_PCF8563}, 250 {"pcf8563", TYPE_PCF8563}, 251 {"phg,pcf8563", TYPE_PCF8563}, 252 {"philips,pcf8563", TYPE_PCF8563}, 710 case TYPE_PCF8563: in nxprtc_start() 790 if (sc->chiptype == TYPE_PCF8563) { in nxprtc_gettime() 843 if (sc->chiptype == TYPE_PCF8563) { in nxprtc_settime() 918 return (TYPE_PCF8563); in nxprtc_get_chiptype() 966 case TYPE_PCF8563: in nxprtc_attach()
|