| /kernel/linux/linux-5.10/drivers/gpio/ |
| D | gpio-timberdale.c | 131 u32 lvr, flr, bflr = 0; in timbgpio_irq_type() local 142 lvr = ioread32(tgpio->membase + TGPIO_LVR); in timbgpio_irq_type() 151 lvr |= 1 << offset; in timbgpio_irq_type() 153 lvr &= ~(1 << offset); in timbgpio_irq_type() 168 lvr &= ~(1 << offset); in timbgpio_irq_type() 170 lvr |= 1 << offset; in timbgpio_irq_type() 173 iowrite32(lvr, tgpio->membase + TGPIO_LVR); in timbgpio_irq_type()
|
| /kernel/linux/linux-6.6/drivers/gpio/ |
| D | gpio-timberdale.c | 131 u32 lvr, flr, bflr = 0; in timbgpio_irq_type() local 142 lvr = ioread32(tgpio->membase + TGPIO_LVR); in timbgpio_irq_type() 151 lvr |= 1 << offset; in timbgpio_irq_type() 153 lvr &= ~(1 << offset); in timbgpio_irq_type() 168 lvr &= ~(1 << offset); in timbgpio_irq_type() 170 lvr |= 1 << offset; in timbgpio_irq_type() 173 iowrite32(lvr, tgpio->membase + TGPIO_LVR); in timbgpio_irq_type()
|
| /kernel/linux/linux-5.10/include/linux/i3c/ |
| D | master.h | 57 * @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
|
| D | ccc.h | 102 * @lvr: LVR value (not applicable to entries describing I3C devices) 114 u8 lvr; member
|
| /kernel/linux/linux-6.6/include/linux/i3c/ |
| D | ccc.h | 102 * @lvr: LVR value (not applicable to entries describing I3C devices) 114 u8 lvr; member
|
| D | master.h | 58 * @lvr: LVR (Legacy Virtual Register) needed by the I3C core to know about 67 u8 lvr; member 76 * @lvr: LVR (Legacy Virtual Register) needed by the I3C core to know about 91 u8 lvr; member
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i3c/ |
| D | i3c.txt | 28 When undefined, the core looks at LVR (Legacy Virtual Register) 48 + third cell: shall encode the I3C LVR (Legacy Virtual Register)
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i3c/ |
| D | i3c.yaml | 52 default should be to look at LVR (Legacy Virtual Register) values of 87 Shall encode the I3C LVR (Legacy Virtual Register):
|
| /kernel/linux/linux-6.6/drivers/i3c/ |
| D | master.c | 750 u16 addr, u8 lvr) in i3c_master_alloc_i2c_dev() argument 760 dev->lvr = lvr; in i3c_master_alloc_i2c_dev() 1079 desc->lvr = i2cdev->lvr; in i3c_master_defslvs_locked() 1834 i2cboardinfo->lvr); in i3c_master_bus_init() 2175 /* LVR is encoded in reg[2]. */ in of_i3c_master_add_i2c_boardinfo() 2176 boardinfo->lvr = reg[2]; in of_i3c_master_add_i2c_boardinfo() 2330 u8 lvr = I3C_LVR_I2C_INDEX(2) | I3C_LVR_I2C_FM_MODE; in i3c_master_i2c_get_lvr() local 2337 lvr = reg[2]; in i3c_master_i2c_get_lvr() 2340 return lvr; in i3c_master_i2c_get_lvr() 2781 switch (i2cbi->lvr & I3C_LVR_I2C_INDEX_MASK) { in i3c_master_register() [all …]
|
| /kernel/linux/linux-5.10/drivers/i3c/ |
| D | master.c | 626 dev->lvr = boardinfo->lvr; in i3c_master_alloc_i2c_dev() 945 desc->lvr = i2cdev->lvr; in i3c_master_defslvs_locked() 2022 /* LVR is encoded in reg[2]. */ in of_i3c_master_add_i2c_boardinfo() 2023 boardinfo->lvr = reg[2]; in of_i3c_master_add_i2c_boardinfo() 2508 switch (i2cbi->lvr & I3C_LVR_I2C_INDEX_MASK) { in i3c_master_register() 2526 if (i2cbi->lvr & I3C_LVR_I2C_FM_MODE) in i3c_master_register()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| D | xapic_ipi_test.c | 217 "Halter TPR=%#x PPR=%#x LVR=%#x\n" in vcpu_thread() 478 "Halter TPR=%#x PPR=%#x LVR=%#x\n" in main()
|
| /kernel/linux/linux-5.10/Documentation/driver-api/i3c/ |
| D | protocol.rst | 202 has to provide some information, which is done through the LVR (Legacy I2C
|
| /kernel/linux/linux-6.6/Documentation/driver-api/i3c/ |
| D | protocol.rst | 202 has to provide some information, which is done through the LVR (Legacy I2C
|
| /kernel/linux/linux-6.6/drivers/i3c/master/ |
| D | i3c-master-cdns.c | 302 #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()
|
| /kernel/linux/linux-5.10/drivers/i3c/master/ |
| D | i3c-master-cdns.c | 303 #define DEV_ID_RR2_LVR(lvr) (lvr) argument 1017 writel(dev->lvr, master->regs + DEV_ID_RR2(data->id)); in cdns_i3c_master_attach_i2c_dev()
|
| /kernel/linux/linux-5.10/arch/x86/kvm/ |
| D | trace.h | 193 AREG(ID), AREG(LVR), AREG(TASKPRI), AREG(ARBPRI), AREG(PROCPRI), \
|
| /kernel/linux/linux-6.6/arch/x86/kvm/ |
| D | trace.h | 249 AREG(ID), AREG(LVR), AREG(TASKPRI), AREG(ARBPRI), AREG(PROCPRI), \
|