Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpio/
Dgpio-timberdale.c130 u32 lvr, flr, bflr = 0; in timbgpio_irq_type() local
141 lvr = ioread32(tgpio->membase + TGPIO_LVR); in timbgpio_irq_type()
150 lvr |= 1 << offset; in timbgpio_irq_type()
152 lvr &= ~(1 << offset); in timbgpio_irq_type()
167 lvr &= ~(1 << offset); in timbgpio_irq_type()
169 lvr |= 1 << offset; in timbgpio_irq_type()
172 iowrite32(lvr, tgpio->membase + TGPIO_LVR); in timbgpio_irq_type()
/Linux-v5.15/include/linux/i3c/
Dmaster.h57 * @lvr: LVR (Legacy Virtual Register) needed by the I3C core to know about
66 u8 lvr; member
75 * @lvr: LVR (Legacy Virtual Register) needed by the I3C core to know about
91 u8 lvr; member
Dccc.h102 * @lvr: LVR value (not applicable to entries describing I3C devices)
114 u8 lvr; member
/Linux-v5.15/Documentation/devicetree/bindings/i3c/
Di3c.yaml52 default should be to look at LVR (Legacy Virtual Register) values of
87 Shall encode the I3C LVR (Legacy Virtual Register):
/Linux-v5.15/drivers/i3c/
Dmaster.c622 dev->lvr = boardinfo->lvr; in i3c_master_alloc_i2c_dev()
941 desc->lvr = i2cdev->lvr; in i3c_master_defslvs_locked()
2016 /* LVR is encoded in reg[2]. */ in of_i3c_master_add_i2c_boardinfo()
2017 boardinfo->lvr = reg[2]; in of_i3c_master_add_i2c_boardinfo()
2502 switch (i2cbi->lvr & I3C_LVR_I2C_INDEX_MASK) { in i3c_master_register()
2520 if (i2cbi->lvr & I3C_LVR_I2C_FM_MODE) in i3c_master_register()
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dxapic_ipi_test.c224 "Halter TPR=%#x PPR=%#x LVR=%#x\n" in vcpu_thread()
490 "Halter TPR=%#x PPR=%#x LVR=%#x\n" in main()
/Linux-v5.15/Documentation/driver-api/i3c/
Dprotocol.rst202 has to provide some information, which is done through the LVR (Legacy I2C
/Linux-v5.15/drivers/i3c/master/
Di3c-master-cdns.c302 #define DEV_ID_RR2_LVR(lvr) (lvr) argument
1016 writel(dev->lvr, master->regs + DEV_ID_RR2(data->id)); in cdns_i3c_master_attach_i2c_dev()
/Linux-v5.15/arch/x86/kvm/
Dtrace.h244 AREG(ID), AREG(LVR), AREG(TASKPRI), AREG(ARBPRI), AREG(PROCPRI), \