Searched refs:MO_GP0_IO (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-vp3054-i2c.c | 37 cx_write(MO_GP0_IO, 0x010000 | vp3054_i2c->state); in vp3054_bit_setscl() 38 cx_read(MO_GP0_IO); in vp3054_bit_setscl() 54 cx_write(MO_GP0_IO, 0x020000 | vp3054_i2c->state); in vp3054_bit_setsda() 55 cx_read(MO_GP0_IO); in vp3054_bit_setsda() 64 state = cx_read(MO_GP0_IO); in vp3054_bit_getscl() 74 state = cx_read(MO_GP0_IO); in vp3054_bit_getsda()
|
| H A D | cx88-cards.c | 2929 cx_set(MO_GP0_IO, 0x008989FF); in hauppauge_eeprom() 3003 cx_set(MO_GP0_IO, 0x00001000); in cx88_dvico_xc2028_callback() 3004 cx_clear(MO_GP0_IO, 0x00000010); in cx88_dvico_xc2028_callback() 3006 cx_set(MO_GP0_IO, 0x00000010); in cx88_dvico_xc2028_callback() 3010 cx_write(MO_GP0_IO, 0x101000); in cx88_dvico_xc2028_callback() 3012 cx_set(MO_GP0_IO, 0x101010); in cx88_dvico_xc2028_callback() 3171 cx_write(MO_GP0_IO, 0x4ff); in cx88_xc2028_tuner_callback() 3243 cx_clear(MO_GP0_IO, 0x00000010); in cx88_xc5000_tuner_callback() 3245 cx_set(MO_GP0_IO, 0x00000010); in cx88_xc5000_tuner_callback() 3327 cx_write(MO_GP0_IO, 0x0000ef88); in cx88_card_setup_pre_i2c() [all …]
|
| H A D | cx88-mpeg.c | 546 dprintk(1, "Post acquire GPIO=%x\n", cx_read(MO_GP0_IO)); in cx8802_request_acquire() 568 dprintk(1, "Post release GPIO=%x\n", cx_read(MO_GP0_IO)); in cx8802_request_release()
|
| H A D | cx88-reg.h | 472 #define MO_GP0_IO 0x350010 // {32}RW* GPIOoutput enablesdata I/O macro
|
| H A D | cx88-video.c | 293 cx_write(MO_GP0_IO, INPUT(input).gpio0); in cx88_video_mux() 581 cx_write(MO_GP0_IO, core->board.radio.gpio0); in radio_open()
|