Searched refs:port_mux (Results 1 – 1 of 1) sorted by relevance
19 u32 port_mux, port_ctrl, int_stat; in smi_hw_init() local22 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()