Searched refs:ONYX_REG_CONTROL (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/aoa/codecs/ |
| H A D | onyx.c | 71 if (reg != ONYX_REG_CONTROL) { in onyx_read_register() 81 onyx->cache[ONYX_REG_CONTROL-FIRSTREGISTER] = *value; in onyx_read_register() 560 ONYX_REG_CONTROL, in onyx_register_init() 597 if (onyx_read_register(onyx, ONYX_REG_CONTROL, &val)) 799 if (onyx_read_register(onyx, ONYX_REG_CONTROL, &v)) in onyx_resume() 801 onyx_write_register(onyx, ONYX_REG_CONTROL, v | ONYX_ADPSV | ONYX_DAPSV); in onyx_resume() 822 if (onyx_read_register(onyx, ONYX_REG_CONTROL, &v)) in onyx_init_codec() 824 onyx_write_register(onyx, ONYX_REG_CONTROL, v & ~(ONYX_ADPSV | ONYX_DAPSV)); in onyx_init_codec() 998 /* we try to read from register ONYX_REG_CONTROL in onyx_i2c_remove() 1000 if (onyx_read_register(onyx, ONYX_REG_CONTROL, in onyx_i2c_remove() [all...] |
| H A D | onyx.h | 20 #define ONYX_REG_CONTROL 67 macro
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-powermac.c | 251 #define ONYX_REG_CONTROL 67 in i2c_powermac_add_missing() macro 256 ONYX_REG_CONTROL, I2C_SMBUS_BYTE_DATA, in i2c_powermac_add_missing() 262 ONYX_REG_CONTROL, I2C_SMBUS_BYTE_DATA, in i2c_powermac_add_missing()
|