Home
last modified time | relevance | path

Searched refs:offsethigh (Results 1 – 2 of 2) sorted by relevance

/netbsd/usr.sbin/acpitools/aml/
H A Daml_common.c396 u_int8_t offsetlow, offsethigh; in aml_bufferfield_io() local
435 offsethigh = (bitlen - (8 - offsetlow)) % 8; in aml_bufferfield_io()
437 offsethigh = 0; in aml_bufferfield_io()
445 if (offsethigh) { in aml_bufferfield_io()
446 maskhigh = 0xff << offsethigh; in aml_bufferfield_io()
448 offsethigh, maskhigh, ~maskhigh & 0xff); in aml_bufferfield_io()
466 if (i == 1 && offsethigh) { in aml_bufferfield_io()
496 if (i == 1 && offsethigh) { in aml_bufferfield_io()
/netbsd/usr.sbin/acpitools/amldb/
H A Dregion.c313 u_int8_t offsetlow, offsethigh; in aml_simulate_region_io_buffer() local
318 offsetlow = offsethigh = 0; in aml_simulate_region_io_buffer()
328 offsethigh = (bitlen - (8 - offsetlow)) % 8; in aml_simulate_region_io_buffer()
330 assert(offsethigh == 0); in aml_simulate_region_io_buffer()