Searched refs:size_outputs (Results 1 – 3 of 3) sorted by relevance
293 uint8 size_outputs; in nm_general_output_read() local296 size_outputs = ISAGRPHR(PANELCTRL1); in nm_general_output_read()310 if (size_outputs & 0x03) si->ps.outputs = (size_outputs & 0x03); in nm_general_output_read()319 if (size_outputs & 0x03) in nm_general_output_read()321 si->ps.outputs = (size_outputs & 0x03); in nm_general_output_read()337 si->ps.outputs |= (size_outputs & 0x01); in nm_general_output_read()339 if (size_outputs & 0x02) si->ps.outputs |= 0x02; in nm_general_output_read()343 return ((size_outputs & 0xfc) | (si->ps.outputs & 0x03)); in nm_general_output_read()
165 uint8 size_outputs, type; in set_specs() local200 size_outputs = ISAGRPHR(PANELCTRL1); in set_specs()205 switch ((size_outputs & 0x18) >> 3) in set_specs()227 si->ps.outputs = (size_outputs & 0x03); in set_specs()
414 uint8 temp, size_outputs; in nm_crtc_dpms() local467 size_outputs = nm_general_output_read(); in nm_crtc_dpms()479 ISAGRPHW(PANELCTRL1, (size_outputs & 0xfc)); in nm_crtc_dpms()484 ISAGRPHW(PANELCTRL1, size_outputs); in nm_crtc_dpms()492 ISAGRPHW(PANELCTRL1, (size_outputs & 0xfd)); in nm_crtc_dpms()497 ISAGRPHW(PANELCTRL1, size_outputs); in nm_crtc_dpms()501 if (size_outputs & 0x01) in nm_crtc_dpms()