Searched refs:hw_write_pci (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthw20k1.c45 static void hw_write_pci(struct hw *hw, u32 reg, u32 data);
1361 hw_write_pci(hw, 0xcc, 0x8c);
1362 hw_write_pci(hw, 0xcc, 0x0e);
1366 hw_write_pci(hw, 0xcc, 0xee);
1367 hw_write_pci(hw, 0xcc, 0xaa);
1377 hw_write_pci(hw, 0xcc, 0x00);
1387 hw_write_pci(hw, 0xE0, device);
1388 hw_write_pci(hw, 0xE4, (data << 8) | (addr & 0xff));
1405 hw_write_pci(hw, 0xEC, 0x05); /* write to i2c status control */
1451 hw_write_pci(h
2150 static void hw_write_pci(struct hw *hw, u32 reg, u32 data) function
[all...]

Completed in 198 milliseconds