Searched refs:ADV7511_REG_INT_ENABLE (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/bridge/adv7511/ |
D | adv7511_cec.c | 159 ADV7511_REG_INT_ENABLE(1), 0x3f, in adv7511_cec_adap_enable() 163 ADV7511_REG_INT_ENABLE(1), 0x3f, 0); in adv7511_cec_adap_enable()
|
D | adv7511_drv.c | 340 regmap_write(adv7511->regmap, ADV7511_REG_INT_ENABLE(0), in __adv7511_power_on() 343 ADV7511_REG_INT_ENABLE(1), in __adv7511_power_on() 395 ADV7511_REG_INT_ENABLE(1), in __adv7511_power_off() 949 regmap_write(adv->regmap, ADV7511_REG_INT_ENABLE(0), in adv7511_bridge_attach()
|
D | adv7511.h | 71 #define ADV7511_REG_INT_ENABLE(x) (0x94 + (x)) macro
|