Searched refs:ADV7511_REG_INT_ENABLE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/bridge/adv7511/ |
H A D | adv7511_cec.c | 204 ADV7511_REG_INT_ENABLE(1), 0x3f, in adv7511_cec_adap_enable() 208 ADV7511_REG_INT_ENABLE(1), 0x3f, 0); in adv7511_cec_adap_enable()
|
H A 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() 392 ADV7511_REG_INT_ENABLE(1), in __adv7511_power_off() 943 regmap_write(adv->regmap, ADV7511_REG_INT_ENABLE(0), in adv7511_bridge_attach()
|
H A D | adv7511.h | 71 #define ADV7511_REG_INT_ENABLE(x) (0x94 + (x)) macro
|