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

  /src/sys/arch/hpcmips/isa/
isa_machdep.c 333 u_int8_t ubtmp1, ubtmp2; local in function:probe_com
341 ubtmp2 = *((volatile u_int8_t *)(addr + com_iir));
343 if ((ubtmp1 != LCR_8BITS) || ((ubtmp2 & 0x38) != 0)) {
isa_machdep.c 333 u_int8_t ubtmp1, ubtmp2; local in function:probe_com
341 ubtmp2 = *((volatile u_int8_t *)(addr + com_iir));
343 if ((ubtmp1 != LCR_8BITS) || ((ubtmp2 & 0x38) != 0)) {

Completed in 23 milliseconds