Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dcs5535-mfgpt.c99 uint32_t zsel, lpc, dummy; in cs5535_mfgpt_set_irq() local
115 rdmsr(MSR_PIC_ZSEL_LOW, zsel, dummy); in cs5535_mfgpt_set_irq()
117 if (((zsel >> shift) & 0xF) == 2) in cs5535_mfgpt_set_irq()
122 *irq = (zsel >> shift) & 0xF; in cs5535_mfgpt_set_irq()
137 zsel = (zsel & ~(0xF << shift)) | (*irq << shift); in cs5535_mfgpt_set_irq()
138 wrmsr(MSR_PIC_ZSEL_LOW, zsel, dummy); in cs5535_mfgpt_set_irq()
/openbmc/qemu/target/ppc/
H A Dmmu_common.c540 int i, ret, zsel, zpr, pr; in mmu40x_get_physical_address() local
551 zsel = (tlb->attr >> 4) & 0xF; in mmu40x_get_physical_address()
552 zpr = (env->spr[SPR_40x_ZPR] >> (30 - (2 * zsel))) & 0x3; in mmu40x_get_physical_address()
555 __func__, i, zsel, zpr, access_type, tlb->attr); in mmu40x_get_physical_address()