| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_video.c | 1128 int nvp6158_set_portmode(const unsigned char chip, const unsigned char portsel, in nvp6158_set_portmode() argument 1134 if((portsel!=1) && (portsel!=2) && (nvp6158_chip_id[chip]==NVP6158C_R0_ID || in nvp6158_set_portmode() 1136 printk("nvp6158C_set_portmode portsel[%d] error!!!\n", portsel); in nvp6158_set_portmode() 1146 gpio_i2c_write(chipaddr, 0xC0+portsel*2, (chid<<4)|chid); in nvp6158_set_portmode() 1147 gpio_i2c_write(chipaddr, 0xC1+portsel*2, (chid<<4)|chid); in nvp6158_set_portmode() 1148 tmp = gpio_i2c_read(chipaddr, 0xC8+(portsel/2)) & (portsel%2?0x0F:0xF0); in nvp6158_set_portmode() 1149 gpio_i2c_write(chipaddr, 0xC8+(portsel/2), tmp); in nvp6158_set_portmode() 1150 gpio_i2c_write(chipaddr, 0xCC+portsel, 0x86); in nvp6158_set_portmode() 1157 gpio_i2c_write(chipaddr, 0xC0+portsel*2, (chid<<4)|chid); in nvp6158_set_portmode() 1158 gpio_i2c_write(chipaddr, 0xC1+portsel*2, (chid<<4)|chid); in nvp6158_set_portmode() [all …]
|
| H A D | nvp6158_video.h | 83 int nvp6158_set_portmode(const unsigned char chip, const unsigned char portsel, 87 void nvp6158_set_portcontrol(unsigned char chip, unsigned char portsel,
|
| H A D | nvp6158_common.h | 185 unsigned char portsel; member
|
| H A D | nvp6158_drv.c | 500 nvp6158_set_portmode(optmode.chipsel, optmode.portsel, optmode.portmode, optmode.chid); in nvp6158_native_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | fintek-cir.c | 123 u8 portsel, ir_class; in fintek_hw_detect() local 129 portsel = fintek_cr_read(fintek, GCR_CONFIG_PORT_SEL); in fintek_hw_detect() 130 if (portsel == 0xff) { in fintek_hw_detect() 136 portsel = fintek_cr_read(fintek, GCR_CONFIG_PORT_SEL); in fintek_hw_detect() 138 fit_dbg("portsel reg: 0x%02x", portsel); in fintek_hw_detect()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | cpu_sh7757.h | 73 unsigned short portsel; member
|
| H A D | cpu_sh7753.h | 82 unsigned short portsel; member
|
| H A D | cpu_sh7752.h | 82 unsigned short portsel; member
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7752evb/ |
| H A D | sh7752evb.c | 69 writew(0x0002, &phy->portsel); in init_usb_phy()
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7753evb/ |
| H A D | sh7753evb.c | 76 writew(0x0002, &phy->portsel); in init_usb_phy()
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7757lcr/ |
| H A D | sh7757lcr.c | 119 writew(0x0002, &phy->portsel); in init_usb_phy()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | sounding.c | 1610 if (csi_para->portsel == 0) in mac_set_csi_para_reg() 1661 if (csi_para->portsel == 0) in mac_set_csi_para_reg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | sounding.c | 1610 if (csi_para->portsel == 0) in mac_set_csi_para_reg() 1661 if (csi_para->portsel == 0) in mac_set_csi_para_reg()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_iba7322.c | 8430 u8 *portsel, *etm; in setup_7322_link_recovery() local 8440 portsel = ppd->port == 1 ? portsel_port1 : portsel_port2; in setup_7322_link_recovery() 8443 portsel = portsel_2port; in setup_7322_link_recovery() 8453 portsel, NULL) < 0 || in setup_7322_link_recovery()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac_def.h | 9907 u32 portsel: 1; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac_def.h | 9907 u32 portsel: 1; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_mac.c | 4178 csi_para.portsel = (sta->wrole->hw_port == 0) ? 0 : 1; in rtw_hal_mac_ax_bfee_para_reg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_mac.c | 4196 csi_para.portsel = (sta->wrole->hw_port == 0) ? 0 : 1; in rtw_hal_mac_ax_bfee_para_reg()
|