Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/
Dhpet.c127 #define HPET_OPEN 0x0001 macro
259 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN) in hpet_open()
274 devp->hd_flags |= HPET_OPEN; in hpet_open()
423 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
771 if ((devp->hd_flags & HPET_OPEN) == 0) { in __hpet_calibrate()
923 devp->hd_flags = HPET_OPEN; in hpet_alloc()