Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dhpet.c119 #define HPET_IE 0x0002 /* interrupt enabled */ macro
158 if ((devp->hd_flags & (HPET_IE | HPET_PERIODIC)) == HPET_IE) { in hpet_interrupt()
443 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
471 if (devp->hd_flags & HPET_IE) { in hpet_ioctl_ieon()
476 devp->hd_flags |= HPET_IE; in hpet_ioctl_ieon()
513 devp->hd_flags ^= HPET_IE; in hpet_ioctl_ieon()
601 if ((devp->hd_flags & HPET_IE) == 0) in hpet_ioctl_common()
610 devp->hd_flags ^= HPET_IE; in hpet_ioctl_common()
/kernel/linux/linux-6.6/drivers/char/
H A Dhpet.c120 #define HPET_IE 0x0002 /* interrupt enabled */ macro
143 if ((devp->hd_flags & (HPET_IE | HPET_PERIODIC)) == HPET_IE) { in hpet_interrupt()
428 devp->hd_flags &= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC); in hpet_release()
456 if (devp->hd_flags & HPET_IE) { in hpet_ioctl_ieon()
461 devp->hd_flags |= HPET_IE; in hpet_ioctl_ieon()
498 devp->hd_flags ^= HPET_IE; in hpet_ioctl_ieon()
586 if ((devp->hd_flags & HPET_IE) == 0) in hpet_ioctl_common()
595 devp->hd_flags ^= HPET_IE; in hpet_ioctl_common()

Completed in 3 milliseconds