Lines Matching defs:port_ctrl
19 u32 port_mux, port_ctrl, int_stat;
33 port_ctrl = smi_read(VIDEO_CTRL_STATUS_A);
34 port_ctrl &= ~0x01;
35 smi_write(VIDEO_CTRL_STATUS_A, port_ctrl);
36 port_ctrl = smi_read(MPEG2_CTRL_A);
37 port_ctrl &= ~0x40;
38 port_ctrl |= 0x80;
39 smi_write(MPEG2_CTRL_A, port_ctrl);
41 port_ctrl = smi_read(VIDEO_CTRL_STATUS_B);
42 port_ctrl &= ~0x01;
43 smi_write(VIDEO_CTRL_STATUS_B, port_ctrl);
44 port_ctrl = smi_read(MPEG2_CTRL_B);
45 port_ctrl &= ~0x40;
46 port_ctrl |= 0x80;
47 smi_write(MPEG2_CTRL_B, port_ctrl);