Searched refs:physLBA_byte (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/mps/
H A Dmps_sas.c2443 uint8_t *ptrLBA, lba_idx, physLBA_byte, *CDB; local
2501 physLBA_byte = (uint8_t)(physLBA >> 16);
2502 *ptrLBA = physLBA_byte;
2504 physLBA_byte = (uint8_t)(physLBA >> 8);
2505 *ptrLBA = physLBA_byte;
2507 physLBA_byte = (uint8_t)physLBA;
2508 *ptrLBA = physLBA_byte;
2592 physLBA_byte = (uint8_t)(physLBA >> 24);
2593 *ptrLBA = physLBA_byte;
2596 physLBA_byte
[all...]

Completed in 58 milliseconds