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

/freebsd-11-stable/sys/pc98/cbus/
H A D30line.h87 static void gdc_prm(unsigned int);
H A Dgdc.c708 static void gdc_prm(unsigned int pmtr) function
716 gdc_prm(wpmtr & 0x00ff);
717 gdc_prm((wpmtr >> 8) & 0x00ff);
799 gdc_prm(0x06);
800 gdc_prm(slave_param[hsync_clock][s_mode][GDC_CR]);
804 gdc_prm(slave_param[hsync_clock][s_mode][GDC_HBP]);
805 gdc_prm(slave_param[hsync_clock][s_mode][GDC_VFP]);
810 gdc_prm(SlavePCH[gdc_clock]);

Completed in 198 milliseconds