Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dhpet.c100 #define HPET_OPEN 0x0001 macro
238 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) { in hpet_open()
253 devp->hd_flags |= HPET_OPEN; in hpet_open()
424 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
758 if ((devp->hd_flags & HPET_OPEN) == 0) { in __hpet_calibrate()
906 devp->hd_flags = HPET_OPEN; in hpet_alloc()