Searched refs:zsel (Results 1 – 1 of 1) sorted by relevance
102 uint32_t zsel, lpc, dummy; in cs5535_mfgpt_set_irq() local118 rdmsr(MSR_PIC_ZSEL_LOW, zsel, dummy); in cs5535_mfgpt_set_irq()120 if (((zsel >> shift) & 0xF) == 2) in cs5535_mfgpt_set_irq()125 *irq = (zsel >> shift) & 0xF; in cs5535_mfgpt_set_irq()140 zsel = (zsel & ~(0xF << shift)) | (*irq << shift); in cs5535_mfgpt_set_irq()141 wrmsr(MSR_PIC_ZSEL_LOW, zsel, dummy); in cs5535_mfgpt_set_irq()