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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhpet.c126 #define HPET_OPEN 0x0001 macro
257 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN)
272 devp->hd_flags |= HPET_OPEN;
421 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC);
742 if ((devp->hd_flags & HPET_OPEN) == 0) {
894 devp->hd_flags = HPET_OPEN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhpet.c126 #define HPET_OPEN 0x0001 macro
257 if (hpetp->hp_dev[i].hd_flags & HPET_OPEN)
272 devp->hd_flags |= HPET_OPEN;
421 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC);
742 if ((devp->hd_flags & HPET_OPEN) == 0) {
894 devp->hd_flags = HPET_OPEN;

Completed in 113 milliseconds