Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Dbiossums.c58 #define _PIR_CHKSUM 31 macro
437 if( i != _PIR_CHKSUM ) { in chksum__pir_calc_value()
468 check( offset + _PIR_CHKSUM <= MAX_OFFSET, "$PIR checksum out of bounds" ); in chksum__pir_get_value()
469 return( *( data + offset + _PIR_CHKSUM ) ); in chksum__pir_get_value()
475 check( offset + _PIR_CHKSUM <= MAX_OFFSET, "$PIR checksum out of bounds" ); in chksum__pir_set_value()
476 *( data + offset + _PIR_CHKSUM ) = value; in chksum__pir_set_value()

Completed in 2 milliseconds