nxphdmi_write2
int nxphdmi_write2(struct nxphdmi_softc *, uint16_t, uint16_t);
nxphdmi_write2(sc, TDA_REFPIX_MSB, ref_pix);
nxphdmi_write2(sc, TDA_REFLINE_MSB, ref_line);
nxphdmi_write2(sc, TDA_NPIX_MSB, n_pix);
nxphdmi_write2(sc, TDA_NLINE_MSB, n_line);
nxphdmi_write2(sc, TDA_VS_LINE_STRT_1_MSB, vs1_line_start);
nxphdmi_write2(sc, TDA_VS_PIX_STRT_1_MSB, vs1_pix_start);
nxphdmi_write2(sc, TDA_VS_LINE_END_1_MSB, vs1_line_end);
nxphdmi_write2(sc, TDA_VS_PIX_END_1_MSB, vs1_pix_stop);
nxphdmi_write2(sc, TDA_VS_LINE_STRT_2_MSB, vs2_line_start);
nxphdmi_write2(sc, TDA_VS_PIX_STRT_2_MSB, vs2_pix_start);
nxphdmi_write2(sc, TDA_VS_LINE_END_2_MSB, vs2_line_end);
nxphdmi_write2(sc, TDA_VS_PIX_END_2_MSB, vs2_pix_stop);
nxphdmi_write2(sc, TDA_HS_PIX_START_MSB, hs_pix_start);
nxphdmi_write2(sc, TDA_HS_PIX_STOP_MSB, hs_pix_stop);
nxphdmi_write2(sc, TDA_VWIN_START_1_MSB, vwin1_line_start);
nxphdmi_write2(sc, TDA_VWIN_END_1_MSB, vwin1_line_end);
nxphdmi_write2(sc, TDA_VWIN_START_2_MSB, vwin2_line_start);
nxphdmi_write2(sc, TDA_VWIN_END_2_MSB, vwin2_line_end);
nxphdmi_write2(sc, TDA_DE_START_MSB, de_start);
nxphdmi_write2(sc, TDA_DE_STOP_MSB, de_stop);