• Home
  • Raw
  • Download

Lines Matching defs:chip

28 u8 oxygen_read8(struct oxygen *chip, unsigned int reg)  in oxygen_read8()
34 u16 oxygen_read16(struct oxygen *chip, unsigned int reg) in oxygen_read16()
40 u32 oxygen_read32(struct oxygen *chip, unsigned int reg) in oxygen_read32()
46 void oxygen_write8(struct oxygen *chip, unsigned int reg, u8 value) in oxygen_write8()
53 void oxygen_write16(struct oxygen *chip, unsigned int reg, u16 value) in oxygen_write16()
60 void oxygen_write32(struct oxygen *chip, unsigned int reg, u32 value) in oxygen_write32()
67 void oxygen_write8_masked(struct oxygen *chip, unsigned int reg, in oxygen_write8_masked()
78 void oxygen_write16_masked(struct oxygen *chip, unsigned int reg, in oxygen_write16_masked()
89 void oxygen_write32_masked(struct oxygen *chip, unsigned int reg, in oxygen_write32_masked()
100 static int oxygen_ac97_wait(struct oxygen *chip, unsigned int mask) in oxygen_ac97_wait()
129 void oxygen_write_ac97(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97()
154 u16 oxygen_read_ac97(struct oxygen *chip, unsigned int codec, in oxygen_read_ac97()
187 void oxygen_write_ac97_masked(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97_masked()
197 void oxygen_write_spi(struct oxygen *chip, u8 control, unsigned int data) in oxygen_write_spi()
217 void oxygen_write_i2c(struct oxygen *chip, u8 device, u8 map, u8 data) in oxygen_write_i2c()
229 static void _write_uart(struct oxygen *chip, unsigned int port, u8 data) in _write_uart()
236 void oxygen_reset_uart(struct oxygen *chip) in oxygen_reset_uart()
244 void oxygen_write_uart(struct oxygen *chip, u8 data) in oxygen_write_uart()
250 u16 oxygen_read_eeprom(struct oxygen *chip, unsigned int index) in oxygen_read_eeprom()
265 void oxygen_write_eeprom(struct oxygen *chip, unsigned int index, u16 value) in oxygen_write_eeprom()