Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dhpet.c99 #define HPET_OPEN 0x0001 macro
237 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) { in hpet_open()
252 devp->hd_flags |= HPET_OPEN; in hpet_open()
421 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
755 if ((devp->hd_flags & HPET_OPEN) == 0) { in __hpet_calibrate()
903 devp->hd_flags = HPET_OPEN; in hpet_alloc()