Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-timberdale.c136 u32 lvr, flr, bflr = 0; in timbgpio_irq_type() local
147 lvr = ioread32(tgpio->membase + TGPIO_LVR); in timbgpio_irq_type()
156 lvr |= 1 << offset; in timbgpio_irq_type()
158 lvr &= ~(1 << offset); in timbgpio_irq_type()
173 lvr &= ~(1 << offset); in timbgpio_irq_type()
175 lvr |= 1 << offset; in timbgpio_irq_type()
178 iowrite32(lvr, tgpio->membase + TGPIO_LVR); in timbgpio_irq_type()
/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()