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

  /src/usr.sbin/acpitools/aml/
aml_common.c 395 u_int8_t val, tmp, masklow, maskhigh; local in function:aml_bufferfield_io
401 masklow = maskhigh = 0xff;
446 maskhigh = 0xff << offsethigh;
447 AML_DEBUGPRINT("\t[offsethigh = 0x%x, maskhigh = 0x%x, ~maskhigh = 0x%x]\n",
448 offsethigh, maskhigh, ~maskhigh & 0xff);
467 tmp = tmp & ~maskhigh;
497 tmp = (val & maskhigh) | tmp;
aml_common.c 395 u_int8_t val, tmp, masklow, maskhigh; local in function:aml_bufferfield_io
401 masklow = maskhigh = 0xff;
446 maskhigh = 0xff << offsethigh;
447 AML_DEBUGPRINT("\t[offsethigh = 0x%x, maskhigh = 0x%x, ~maskhigh = 0x%x]\n",
448 offsethigh, maskhigh, ~maskhigh & 0xff);
467 tmp = tmp & ~maskhigh;
497 tmp = (val & maskhigh) | tmp;

Completed in 22 milliseconds