Searched refs:MO_SRST_IO (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 702 cx_write(MO_SRST_IO, 0); in cx24116_reset_device() 705 cx_write(MO_SRST_IO, 1); in cx24116_reset_device() 1687 cx_write(MO_SRST_IO, 1); in cx8802_dvb_advise_acquire() 1692 cx_write(MO_SRST_IO, 0); in cx8802_dvb_advise_acquire()
|
D | cx88-reg.h | 495 #define MO_SRST_IO 0x35C05C // Output system reset reg macro
|
D | cx88-core.c | 609 cx_write(MO_SRST_IO, 0); in cx88_reset() 611 cx_write(MO_SRST_IO, 1); in cx88_reset()
|
D | cx88-blackbird.c | 560 cx_write(MO_SRST_IO, 0); /* SYS_RSTO=0 */ in blackbird_initialize_codec() 561 cx_write(MO_SRST_IO, 1); /* SYS_RSTO=1 */ in blackbird_initialize_codec()
|
D | cx88-cards.c | 3577 cx_write(MO_SRST_IO, 0); in cx88_card_setup() 3581 cx_write(MO_SRST_IO, 1); in cx88_card_setup()
|