Home | History | Annotate | Download | only in hw

Lines Matching defs:RTC_REG_B

47 #define RTC_REG_B               11
155 && (((s->cmos_data[RTC_REG_B] & REG_B_PIE) && enable_pie)
156 || ((s->cmos_data[RTC_REG_B] & REG_B_SQWE) && s->sqw_irq))) {
184 if (s->cmos_data[RTC_REG_B] & REG_B_PIE) {
198 if (s->cmos_data[RTC_REG_B] & REG_B_SQWE) {
232 if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) {
242 case RTC_REG_B:
249 if (s->cmos_data[RTC_REG_B] & REG_B_SET) {
253 s->cmos_data[RTC_REG_B] = data;
269 if (s->cmos_data[RTC_REG_B] & REG_B_DM) {
278 if (s->cmos_data[RTC_REG_B] & REG_B_DM) {
292 if (!(s->cmos_data[RTC_REG_B] & 0x02) &&
309 if (s->cmos_data[RTC_REG_B] & 0x02) {
393 if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) {
411 if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) {
416 if (s->cmos_data[RTC_REG_B] & REG_B_AIE) {
430 if (s->cmos_data[RTC_REG_B] & REG_B_UIE) {
586 s->cmos_data[RTC_REG_B] &= ~(REG_B_PIE | REG_B_AIE | REG_B_SQWE);
606 s->cmos_data[RTC_REG_B] = 0x02;
727 s->cmos_data[RTC_REG_B] = 0x02;