Searched refs:port_mux (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/pci/smipcie/ |
| H A D | smipcie-main.c | 19 u32 port_mux, port_ctrl, int_stat; in smi_hw_init() local 22 port_mux = smi_read(MUX_MODE_CTRL); in smi_hw_init() 23 port_mux &= ~(rbPaMSMask); in smi_hw_init() 24 port_mux |= rbPaMSDtvNoGpio; in smi_hw_init() 25 port_mux &= ~(rbPbMSMask); in smi_hw_init() 26 port_mux |= rbPbMSDtvNoGpio; in smi_hw_init() 27 port_mux &= ~(0x0f0000); in smi_hw_init() 28 port_mux |= 0x50000; in smi_hw_init() 29 smi_write(MUX_MODE_CTRL, port_mux); in smi_hw_init()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | adi_gpio2.c | 93 pmux = gpio_array[gpio_bank(ident)]->port_mux; in portmux_setup() 98 gpio_array[gpio_bank(ident)]->port_mux = pmux; in portmux_setup() 106 pmux = gpio_array[gpio_bank(ident)]->port_mux; in get_portmux()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop2_reg.c | 1060 .port_mux = VOP_REG(RK3568_OVL_PORT_SEL, 0xf, 0), 1147 .port_mux = VOP_REG(RK3568_OVL_PORT_SEL, 0xf, 4), 1201 .port_mux = VOP_REG(RK3568_OVL_PORT_SEL, 0xf, 8), 1291 .port_mux = VOP_REG(RK3568_OVL_PORT_SEL, 0xf, 0), 1394 .port_mux = VOP_REG(RK3568_OVL_PORT_SEL, 0xf, 4), 1490 .port_mux = VOP_REG(RK3568_OVL_PORT_SEL, 0xf, 8), 1556 .port_mux = VOP_REG(RK3568_OVL_PORT_SEL, 0xf, 12),
|
| H A D | rockchip_drm_vop2.c | 3731 uint16_t port_mux; in vop2_layer_map_initial() local 3775 port_mux = 8; in vop2_layer_map_initial() 3777 port_mux = used_layers - 1; in vop2_layer_map_initial() 3778 port_mux_cfg |= port_mux << (vp->id * 4); in vop2_layer_map_initial() 7734 int port_mux; in vop2_crtc_atomic_enable() local 7872 port_mux = vop2_get_mipi_port_mux(vop2, vp_data->id); in vop2_crtc_atomic_enable() 7874 VOP_CTRL_SET(vop2, mipi0_mux, port_mux); in vop2_crtc_atomic_enable() 7893 port_mux = vop2_get_mipi_port_mux(vop2, vp_data->id); in vop2_crtc_atomic_enable() 7896 VOP_CTRL_SET(vop2, mipi1_mux, port_mux); in vop2_crtc_atomic_enable() 9030 u8 port_mux; in vop2_calc_bg_ovl_and_port_mux() local [all …]
|
| H A D | rockchip_drm_vop.h | 783 struct vop_reg port_mux; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_vop2.c | 2284 int port_mux = 0; in vop2_overlay_init() local 2322 port_mux = total_used_layer - 1; in vop2_overlay_init() 2324 port_mux = 8; in vop2_overlay_init() 2328 port_mux = vop2->data->nr_mixers; in vop2_overlay_init() 2330 cstate->crtc->vps[i].bg_ovl_dly = (vop2->data->nr_mixers - port_mux) << 1; in vop2_overlay_init() 2332 PORT_MUX_SHIFT + shift, port_mux, false); in vop2_overlay_init()
|