Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/cxl/
Dnative.c591 #define set_endian(sr) ((sr) |= CXL_PSL_SR_An_LE)
593 #define set_endian(sr) ((sr) &= ~(CXL_PSL_SR_An_LE))
Dcxl.h212 #define CXL_PSL_SR_An_LE (1ull << (63-63)) /* Little Endian */ macro