Searched full:lvr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-timberdale.c | 135 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 D | ccc.h | 102 * @lvr: LVR value (not applicable to entries describing I3C devices) 114 u8 lvr; member
|
| /linux/Documentation/devicetree/bindings/i3c/ |
| H A D | i3c.yaml | 52 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 D | xapic_ipi_test.c | 216 "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 D | trace.h | 346 AREG(ID), AREG(LVR), AREG(TASKPRI), AREG(ARBPRI), AREG(PROCPRI), \
|