Searched refs:master_gdc_prm (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/pc98/cbus/
H A D30line.h78 static void master_gdc_prm(unsigned int);
H A Dgdc.c676 static void master_gdc_prm(unsigned int pmtr) function
684 master_gdc_prm(wpmtr & 0x00ff);
685 master_gdc_prm((wpmtr >> 8) & 0x00ff);
783 master_gdc_prm(0x00); /* flush less */ /* text & graph */
784 master_gdc_prm(master_param[hsync_clock][m_mode][GDC_CR]);
788 master_gdc_prm(master_param[hsync_clock][m_mode][GDC_HBP]);
789 master_gdc_prm(master_param[hsync_clock][m_mode][GDC_VFP]);
794 master_gdc_prm(MasterPCH);
1283 master_gdc_prm(((height > 0) ? 0x80 : 0) /* cursor on/off */

Completed in 98 milliseconds