Searched refs:cxl_p1_read (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/misc/cxl/ |
D | native.c | 306 while (cxl_p1_read(adapter, CXL_XSL9_IERAT) & CXL_XSL9_IERAT_IINPROG) { in cxl_invalidate_all_psl9() 328 while (cxl_p1_read(adapter, CXL_PSL_TLBIA) & CXL_TLB_SLB_P) { in cxl_invalidate_all_psl8() 339 while (cxl_p1_read(adapter, CXL_PSL_SLBIA) & CXL_TLB_SLB_P) { in cxl_invalidate_all_psl8() 367 reg = cxl_p1_read(adapter, CXL_PSL_Control); 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() 427 slbia = cxl_p1_read(adapter, CXL_PSL_SLBIA); in slb_invalid() 1111 fir1 = cxl_p1_read(ctx->afu->adapter, CXL_PSL9_FIR1); in cxl_native_irq_dump_regs_psl9() 1124 fir1 = cxl_p1_read(ctx->afu->adapter, CXL_PSL_FIR1); in cxl_native_irq_dump_regs_psl8() 1125 fir2 = cxl_p1_read(ctx->afu->adapter, CXL_PSL_FIR2); in cxl_native_irq_dump_regs_psl8() [all …]
|
D | pci.c | 546 psl_debug = cxl_p1_read(adapter, CXL_PSL9_DEBUG); in init_implementation_adapter_regs_psl9() 602 return cxl_p1_read(adapter, CXL_PSL9_Timebase); in timebase_read_psl9() 607 return cxl_p1_read(adapter, CXL_PSL_Timebase); in timebase_read_psl8() 1551 trace_state = cxl_p1_read(adapter, CXL_PSL9_CTCCFG); in cxl_stop_trace_psl9()
|
D | cxl.h | 790 static inline u64 cxl_p1_read(struct cxl *cxl, cxl_p1_reg_t reg) in cxl_p1_read() function
|