Home
last modified time | relevance | path

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

/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c317 solo_reg_write(solo_dev, SOLO_CAP_CH_COMP_ENA_E(i), 0); in solo_enc_init()
329 solo_reg_write(solo_dev, SOLO_CAP_CH_COMP_ENA_E(i), 0); in solo_enc_exit()
H A Dsolo6x10-regs.h373 #define SOLO_CAP_CH_COMP_ENA_E(ch) (0x0480+((ch)*4)) macro