Home
last modified time | relevance | path

Searched defs:cxl (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
Dcxl.h476 struct cxl { struct
482 struct cxl_afu *afu[CXL_MAX_SLICES]; argument
488 struct bin_attribute cxl_attr; argument
507 int cxl_alloc_one_irq(struct cxl *adapter); argument
543 static inline bool cxl_adapter_link_ok(struct cxl *cxl) in cxl_adapter_link_ok()
551 static inline void __iomem *_cxl_p1_addr(struct cxl *cxl, cxl_p1_reg_t reg) in _cxl_p1_addr()
557 static inline void cxl_p1_write(struct cxl *cxl, cxl_p1_reg_t reg, u64 val) in cxl_p1_write()
563 static inline u64 cxl_p1_read(struct cxl *cxl, cxl_p1_reg_t reg) in cxl_p1_read()