Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dpci.c477 u64 xsl_dsnctl, psl_fircntl; in init_implementation_adapter_regs_psl9() local
495 psl_fircntl = (0x2ULL << (63-3)); /* ce_report */ in init_implementation_adapter_regs_psl9()
496 psl_fircntl |= (0x1ULL << (63-6)); /* FIR_report */ in init_implementation_adapter_regs_psl9()
497 psl_fircntl |= 0x1ULL; /* ce_thresh */ in init_implementation_adapter_regs_psl9()
498 cxl_p1_write(adapter, CXL_PSL9_FIR_CNTL, psl_fircntl); in init_implementation_adapter_regs_psl9()
544 u64 psl_dsnctl, psl_fircntl; in init_implementation_adapter_regs_psl8() local
565 psl_fircntl = (0x2ULL << (63-3)); /* ce_report */ in init_implementation_adapter_regs_psl8()
566 psl_fircntl |= (0x1ULL << (63-6)); /* FIR_report */ in init_implementation_adapter_regs_psl8()
567 psl_fircntl |= 0x1ULL; /* ce_thresh */ in init_implementation_adapter_regs_psl8()
568 cxl_p1_write(adapter, CXL_PSL_FIR_CNTL, psl_fircntl); in init_implementation_adapter_regs_psl8()