Searched refs:NV32_NV4E_I2CBUS_1 (Results 1 – 2 of 2) sorted by relevance
62 data32 = NV_REG32(NV32_NV4E_I2CBUS_1) & ~0x2f; in OutSCL()64 NV_REG32(NV32_NV4E_I2CBUS_1) = data32 | 0x21; in OutSCL()66 NV_REG32(NV32_NV4E_I2CBUS_1) = data32 | 0x01; in OutSCL()119 data32 = NV_REG32(NV32_NV4E_I2CBUS_1) & ~0x1f; in OutSDA()121 NV_REG32(NV32_NV4E_I2CBUS_1) = data32 | 0x11; in OutSDA()123 NV_REG32(NV32_NV4E_I2CBUS_1) = data32 | 0x01; in OutSDA()169 if (NV_REG32(NV32_NV4E_I2CBUS_1) & 0x00040000) return true; in InSCL()201 if (NV_REG32(NV32_NV4E_I2CBUS_1) & 0x00080000) return true; in InSDA()
615 #define NV32_NV4E_I2CBUS_1 0x00600874 macro