Searched refs:hw_write_pci (Results 1 – 1 of 1) sorted by relevance
/sound/pci/ctxfi/ |
D | cthw20k1.c | 45 static void hw_write_pci(struct hw *hw, u32 reg, u32 data); 1366 hw_write_pci(hw, 0xcc, 0x8c); in i2c_unlock() 1367 hw_write_pci(hw, 0xcc, 0x0e); in i2c_unlock() 1371 hw_write_pci(hw, 0xcc, 0xee); in i2c_unlock() 1372 hw_write_pci(hw, 0xcc, 0xaa); in i2c_unlock() 1382 hw_write_pci(hw, 0xcc, 0x00); in i2c_lock() 1392 hw_write_pci(hw, 0xE0, device); in i2c_write() 1393 hw_write_pci(hw, 0xE4, (data << 8) | (addr & 0xff)); in i2c_write() 1410 hw_write_pci(hw, 0xEC, 0x05); /* write to i2c status control */ in hw_reset_dac() 1456 hw_write_pci(hw, 0xEC, 0x05); /* write to i2c status control */ in hw_dac_init() [all …]
|