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

  /src/sys/arch/hpcmips/vr/
vrgiu.c 308 long iosel, inten, useupdn, termupdn, edge, hold, level; local in function:vrgiu_dump_iosetting
313 iosel= vrgiu_regread_4(sc, GIUIOSEL_REG);
330 ((iosel&m) ? 16 : 0) + ((termupdn&m) ? 16 : 0) +
342 long iosel, inten, useupdn, termupdn; local in function:vrgiu_diff_iosetting
345 iosel= vrgiu_regread_4(sc, GIUIOSEL_REG);
355 if (oiosel != iosel || ointen != inten ||
360 ((iosel&m) ? 'o' : ((inten&m)?'I':'i')));
362 oiosel = iosel;
405 printf(" IOSEL: %08x\n", vrgiu_regread_4(sc, GIUIOSEL_REG));

Completed in 17 milliseconds