Home
last modified time | relevance | path

Searched refs:ADV7511_REG_BKSV (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/bridge/adv7511/
Dadv7511_drv.c102 case ADV7511_REG_BKSV(0): in adv7511_register_volatile()
103 case ADV7511_REG_BKSV(1): in adv7511_register_volatile()
104 case ADV7511_REG_BKSV(2): in adv7511_register_volatile()
105 case ADV7511_REG_BKSV(3): in adv7511_register_volatile()
106 case ADV7511_REG_BKSV(4): in adv7511_register_volatile()
Dadv7511.h80 #define ADV7511_REG_BKSV(x) (0xc0 + (x)) /* 0xc0 - 0xc3 */ macro