Searched refs:raw2 (Results 1 – 4 of 4) sorted by relevance
28 tpm_spapr_do_crq(uint8_t raw1, uint8_t raw2) "1st 2 bytes in CRQ: 0x%02x 0x%02x"36 tpm_spapr_do_crq_unknown_crq(uint8_t raw1, uint8_t raw2) "unknown CRQ 0x%02x 0x%02x ..."
34 for img in "$TEST_IMG".{orig,raw1,raw2,target}; do
132 unsigned long raw2; member
1373 u64 total, raw0, raw1, raw2, raw3; in mtip_hw_get_capacity() local1376 raw2 = port->identify[102]; in mtip_hw_get_capacity()1378 total = raw0 | raw1<<16 | raw2<<32 | raw3<<48; in mtip_hw_get_capacity()