Home
last modified time | relevance | path

Searched refs:RTC_DEV_BUSY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Ddev.c28 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_dev_open()
520 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_dev_release()
/openbmc/linux/include/linux/
H A Drtc.h84 #define RTC_DEV_BUSY 0 macro