Searched refs:reg_b (Results 1 – 2 of 2) sorted by relevance
66 uint8_t reg_b; member100 #define rtc_halted(vrtc) ((vrtc->rtcdev.reg_b & RTCSB_HALT) != 0)101 #define aintr_enabled(vrtc) (((vrtc)->rtcdev.reg_b & RTCSB_AINTR) != 0)102 #define pintr_enabled(vrtc) (((vrtc)->rtcdev.reg_b & RTCSB_PINTR) != 0)103 #define uintr_enabled(vrtc) (((vrtc)->rtcdev.reg_b & RTCSB_UINTR) != 0)177 return ((rtc->reg_b & RTCSB_BIN) ? val : bin2bcd_data[val]); in rtcset()227 if (rtc->reg_b & RTCSB_24HR) { in secs_to_rtc()251 if ((rtc->reg_b & RTCSB_24HR) == 0 && ct.hour >= 12) in secs_to_rtc()266 if (rtc->reg_b & RTCSB_BIN) { in rtcget()312 if ((rtc->reg_b & RTCSB_24HR) == 0) { in rtc_to_secs()[all …]
3332 u8 reg_a, reg_b; in rtw8822c_dpk_tx_pause() local 3340 reg_b = (u8)rtw_read_rf(rtwdev, RF_PATH_B, 0x00, 0xf0000); in rtw8822c_dpk_tx_pause() 3343 } while ((reg_a == 2 || reg_b == 2) && count < 2500); in rtw8822c_dpk_tx_pause()