Home
last modified time | relevance | path

Searched full:lvr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-timberdale.c135 u32 lvr, flr, bflr = 0; in timbgpio_irq_type()
146 lvr = ioread32(tgpio->membase + TGPIO_LVR); in timbgpio_irq_type()
155 lvr |= 1 << offset; in timbgpio_irq_type()
157 lvr &= ~(1 << offset); in timbgpio_irq_type()
172 lvr &= ~(1 << offset); in timbgpio_irq_type()
174 lvr |= 1 << offset; in timbgpio_irq_type()
177 iowrite32(lvr, tgpio->membase + TGPIO_LVR); in timbgpio_irq_type()
136 u32 lvr, flr, bflr = 0; timbgpio_irq_type() local
/linux/include/linux/i3c/
H A Dccc.h102 * @lvr: LVR value (not applicable to entries describing I3C devices)
114 u8 lvr; member
/linux/Documentation/devicetree/bindings/i3c/
H A Di3c.yaml52 default should be to look at LVR (Legacy Virtual Register) values of
93 Shall encode the I3C LVR (Legacy Virtual Register):
/linux/tools/testing/selftests/kvm/x86/
H A Dxapic_ipi_test.c216 "Halter TPR=%#x PPR=%#x LVR=%#x\n" in vcpu_thread()
487 "Halter TPR=%#x PPR=%#x LVR=%#x\n" in main()
/linux/arch/x86/kvm/
H A Dtrace.h346 AREG(ID), AREG(LVR), AREG(TASKPRI), AREG(ARBPRI), AREG(PROCPRI), \