Searched refs:lownibble (Results 1 – 1 of 1) sorted by relevance
3987 int8_t lownibble = (code & 0x3) * 2; in trace_resource_violation() local3988 int16_t codeA = (code & 0xffc) | lownibble; in trace_resource_violation()