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

/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c682 static void master_gdc_word_prm(unsigned int wpmtr) argument
684 master_gdc_prm(wpmtr & 0x00ff);
685 master_gdc_prm((wpmtr >> 8) & 0x00ff);
714 static void gdc_word_prm(unsigned int wpmtr) argument
716 gdc_prm(wpmtr & 0x00ff);
717 gdc_prm((wpmtr >> 8) & 0x00ff);

Completed in 50 milliseconds