Searched refs:atom_hpd_sel (Results 1 – 5 of 5) sorted by relevance
66 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local70 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD1_SEL; in hpd_sel_to_atom()73 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD2_SEL; in hpd_sel_to_atom()76 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD3_SEL; in hpd_sel_to_atom()79 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD4_SEL; in hpd_sel_to_atom()82 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD5_SEL; in hpd_sel_to_atom()85 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD6_SEL; in hpd_sel_to_atom()89 atom_hpd_sel = 0; in hpd_sel_to_atom()92 return atom_hpd_sel >> 4; in hpd_sel_to_atom()
139 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local143 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD1_SEL; in hpd_sel_to_atom()146 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD2_SEL; in hpd_sel_to_atom()149 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD3_SEL; in hpd_sel_to_atom()152 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD4_SEL; in hpd_sel_to_atom()155 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD5_SEL; in hpd_sel_to_atom()158 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD6_SEL; in hpd_sel_to_atom()162 atom_hpd_sel = 0; in hpd_sel_to_atom()165 return atom_hpd_sel >> 4; in hpd_sel_to_atom()
65 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local69 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD1_SEL; in hpd_sel_to_atom()72 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD2_SEL; in hpd_sel_to_atom()75 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD3_SEL; in hpd_sel_to_atom()78 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD4_SEL; in hpd_sel_to_atom()81 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD5_SEL; in hpd_sel_to_atom()84 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD6_SEL; in hpd_sel_to_atom()88 atom_hpd_sel = 0; in hpd_sel_to_atom()91 return atom_hpd_sel; in hpd_sel_to_atom()
63 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local67 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD1_SEL; in hpd_sel_to_atom()70 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD2_SEL; in hpd_sel_to_atom()73 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD3_SEL; in hpd_sel_to_atom()76 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD4_SEL; in hpd_sel_to_atom()79 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD5_SEL; in hpd_sel_to_atom()82 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD6_SEL; in hpd_sel_to_atom()86 atom_hpd_sel = 0; in hpd_sel_to_atom()89 return atom_hpd_sel; in hpd_sel_to_atom()
Completed in 7 milliseconds