Home
last modified time | relevance | path

Searched refs:NE7_SPEC_1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ic/
H A Dnec765.h147 #define NE7_SPEC_1(srt, hut) (((16 - (srt)) << 4) | (((hut) / 16))) macro
/freebsd/sys/dev/fdc/
H A Dfdc.c285 static int spec1 = NE7_SPEC_1(6, 240);
1683 if (fdc_cmd(fdc, 3, NE7CMD_SPECIFY, NE7_SPEC_1(6, 240), in fdc_initial_reset()