HomeSort by: relevance | last modified time | path
    Searched defs:yconfig (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/tc/
stic.c 351 int modtype, xconfig, yconfig, config; local in function:stic_reset
370 yconfig = (modtype & 0x600) >> 9;
371 config = (yconfig << 1) | xconfig;
373 si->si_stamph = (1 << yconfig);
384 if (yconfig > 0) {

Completed in 32 milliseconds