Searched refs:cxl_p1_write (Results 1 – 4 of 4) sorted by relevance
/drivers/misc/cxl/ |
D | native.c | 267 cxl_p1_write(adapter, CXL_PSL_AFUSEL, CXL_PSL_AFUSEL_A); in cxl_tlb_slb_invalidate() 269 cxl_p1_write(adapter, CXL_PSL_TLBIA, CXL_TLB_SLB_IQ_ALL); in cxl_tlb_slb_invalidate() 280 cxl_p1_write(adapter, CXL_PSL_SLBIA, CXL_TLB_SLB_IQ_ALL); in cxl_tlb_slb_invalidate() 302 cxl_p1_write(adapter, CXL_PSL_Control, reg); in cxl_data_cache_flush() 320 cxl_p1_write(adapter, CXL_PSL_Control, reg); in cxl_data_cache_flush() 352 cxl_p1_write(adapter, CXL_PSL_LBISEL, in slb_invalid() 355 cxl_p1_write(adapter, CXL_PSL_SLBIA, CXL_TLB_SLB_IQ_LPIDPID); in slb_invalid() 1062 cxl_p1_write(adapter, CXL_PSL_ErrIVTE, adapter->native->err_hwirq & 0xffff); in cxl_native_register_psl_err_irq() 1074 cxl_p1_write(adapter, CXL_PSL_ErrIVTE, 0x0000000000000000); in cxl_native_release_psl_err_irq()
|
D | pci.c | 397 cxl_p1_write(adapter, CXL_PSL_DSNDCTL, psl_dsnctl); in init_implementation_adapter_psl_regs() 398 cxl_p1_write(adapter, CXL_PSL_RESLCKTO, 0x20000000200ULL); in init_implementation_adapter_psl_regs() 400 cxl_p1_write(adapter, CXL_PSL_SNWRALLOC, 0x00000000FFFFFFFFULL); in init_implementation_adapter_psl_regs() 405 cxl_p1_write(adapter, CXL_PSL_FIR_CNTL, psl_fircntl); in init_implementation_adapter_psl_regs() 407 cxl_p1_write(adapter, CXL_PSL_TRACE, 0x0000FF7C00000000ULL); in init_implementation_adapter_psl_regs() 426 cxl_p1_write(adapter, CXL_XSL_DSNCTL, xsl_dsnctl); in init_implementation_adapter_xsl_regs() 439 cxl_p1_write(adapter, CXL_PSL_TB_CTLSTAT, in write_timebase_ctrl_psl() 452 cxl_p1_write(adapter, CXL_XSL_TB_CTLSTAT, in write_timebase_ctrl_xsl() 496 cxl_p1_write(adapter, CXL_PSL_Control, 0x0000000000000000); in cxl_setup_psl_timebase() 497 cxl_p1_write(adapter, CXL_PSL_Control, CXL_PSL_Control_tb); in cxl_setup_psl_timebase() [all …]
|
D | debugfs.c | 23 cxl_p1_write(adapter, CXL_PSL_TRACE, 0x8000000000000017LL); in cxl_stop_trace()
|
D | cxl.h | 689 static inline void cxl_p1_write(struct cxl *cxl, cxl_p1_reg_t reg, u64 val) in cxl_p1_write() function
|