Searched refs:MC417_OEN (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-417.c | 209 /**** Bit definitions for MC417_RWD and MC417_OEN registers *** 285 /* Configure MC417_OEN to defaults. */ in cx23885_mc417_init() 287 cx_write(MC417_OEN, regval); in cx23885_mc417_init() 316 cx_write(MC417_OEN, MC417_MIRDY); in mc417_register_write() 383 cx_write(MC417_OEN, MC417_MIRDY); in mc417_register_read() 410 cx_write(MC417_OEN, MC417_MIRDY | MC417_MIDATA); in mc417_register_read() 474 cx_write(MC417_OEN, MC417_MIRDY); in mc417_memory_write() 541 cx_write(MC417_OEN, MC417_MIRDY); in mc417_memory_read() 568 cx_write(MC417_OEN, MC417_MIRDY | MC417_MIDATA); in mc417_memory_read()
|
H A D | cimax2.c | 19 /**** Bit definitions for MC417_RWD and MC417_OEN registers *** 200 cx_write(MC417_OEN, NETUP_EN_ALL); in netup_ci_op_cam() 209 cx_write(MC417_OEN, NETUP_EN_ALL | NETUP_DATA); in netup_ci_op_cam()
|
H A D | cx23885-reg.h | 354 #define MC417_OEN 0x00110024 macro
|
H A D | cx23885-cards.c | 1662 cx_write(MC417_OEN, 0x00001000); in cx23885_gpio_setup() 1690 cx_write(MC417_OEN, 0x00001000); in cx23885_gpio_setup() 1788 cx_write(MC417_OEN, 0x00005000); in cx23885_gpio_setup() 1869 cx_write(MC417_OEN, 0x00001000); in cx23885_gpio_setup()
|
H A D | cx23885-dvb.c | 687 cx_write(MC417_OEN, SP2_EN_ALL); in cx23885_sp2_ci_ctrl() 697 cx_write(MC417_OEN, SP2_EN_ALL | SP2_DATA); in cx23885_sp2_ci_ctrl() 942 cx_set(MC417_OEN, ALT_DATA); in netup_altera_fpga_rw() 944 cx_clear(MC417_OEN, ALT_DATA);/* D0-D7 out */ in netup_altera_fpga_rw()
|
H A D | cx23885-core.c | 2059 /* MC417_OEN is active low for output, write 1 for an input */ in cx23885_gpio_enable() 2061 cx_clear(MC417_OEN, (mask & 0x7fff8) >> 3); in cx23885_gpio_enable() 2064 cx_set(MC417_OEN, (mask & 0x7fff8) >> 3); in cx23885_gpio_enable()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-417.c | 209 /**** Bit definitions for MC417_RWD and MC417_OEN registers *** 285 /* Configure MC417_OEN to defaults. */ in cx23885_mc417_init() 287 cx_write(MC417_OEN, regval); in cx23885_mc417_init() 316 cx_write(MC417_OEN, MC417_MIRDY); in mc417_register_write() 383 cx_write(MC417_OEN, MC417_MIRDY); in mc417_register_read() 410 cx_write(MC417_OEN, MC417_MIRDY | MC417_MIDATA); in mc417_register_read() 474 cx_write(MC417_OEN, MC417_MIRDY); in mc417_memory_write() 541 cx_write(MC417_OEN, MC417_MIRDY); in mc417_memory_read() 568 cx_write(MC417_OEN, MC417_MIRDY | MC417_MIDATA); in mc417_memory_read()
|
H A D | cimax2.c | 19 /**** Bit definitions for MC417_RWD and MC417_OEN registers *** 200 cx_write(MC417_OEN, NETUP_EN_ALL); in netup_ci_op_cam() 209 cx_write(MC417_OEN, NETUP_EN_ALL | NETUP_DATA); in netup_ci_op_cam()
|
H A D | cx23885-reg.h | 354 #define MC417_OEN 0x00110024 macro
|
H A D | cx23885-cards.c | 1662 cx_write(MC417_OEN, 0x00001000); in cx23885_gpio_setup() 1690 cx_write(MC417_OEN, 0x00001000); in cx23885_gpio_setup() 1788 cx_write(MC417_OEN, 0x00005000); in cx23885_gpio_setup() 1869 cx_write(MC417_OEN, 0x00001000); in cx23885_gpio_setup()
|
H A D | cx23885-dvb.c | 687 cx_write(MC417_OEN, SP2_EN_ALL); in cx23885_sp2_ci_ctrl() 697 cx_write(MC417_OEN, SP2_EN_ALL | SP2_DATA); in cx23885_sp2_ci_ctrl() 942 cx_set(MC417_OEN, ALT_DATA); in netup_altera_fpga_rw() 944 cx_clear(MC417_OEN, ALT_DATA);/* D0-D7 out */ in netup_altera_fpga_rw()
|
H A D | cx23885-core.c | 2063 /* MC417_OEN is active low for output, write 1 for an input */ in cx23885_gpio_enable() 2065 cx_clear(MC417_OEN, (mask & 0x7fff8) >> 3); in cx23885_gpio_enable() 2068 cx_set(MC417_OEN, (mask & 0x7fff8) >> 3); in cx23885_gpio_enable()
|
Completed in 22 milliseconds