Home
last modified time | relevance | path

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

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