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

/linux-4.4.14/drivers/misc/cxl/
H A Dcxl.h476 struct cxl { struct
543 static inline bool cxl_adapter_link_ok(struct cxl *cxl) cxl_adapter_link_ok() argument
551 static inline void __iomem *_cxl_p1_addr(struct cxl *cxl, cxl_p1_reg_t reg) _cxl_p1_addr() argument
557 static inline void cxl_p1_write(struct cxl *cxl, cxl_p1_reg_t reg, u64 val) cxl_p1_write() argument
563 static inline u64 cxl_p1_read(struct cxl *cxl, cxl_p1_reg_t reg) cxl_p1_read() argument

Completed in 85 milliseconds