Searched refs:CXL_PSL_Control (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/misc/cxl/ |
D | native.c | 367 reg = cxl_p1_read(adapter, CXL_PSL_Control); in cxl_data_cache_flush() 369 cxl_p1_write(adapter, CXL_PSL_Control, reg); in cxl_data_cache_flush() 371 reg = cxl_p1_read(adapter, CXL_PSL_Control); in cxl_data_cache_flush() 383 reg = cxl_p1_read(adapter, CXL_PSL_Control); in cxl_data_cache_flush() 387 cxl_p1_write(adapter, CXL_PSL_Control, reg); in cxl_data_cache_flush()
|
D | pci.c | 635 cxl_p1_write(adapter, CXL_PSL_Control, 0x0000000000000000); in cxl_setup_psl_timebase() 636 cxl_p1_write(adapter, CXL_PSL_Control, CXL_PSL_Control_tb); in cxl_setup_psl_timebase()
|
D | cxl.h | 71 static const cxl_p1_reg_t CXL_PSL_Control = {0x0020}; variable
|