Searched refs:cr_idx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/misc/cxl/
H A Dsysfs.c479 static struct afu_config_record *cxl_sysfs_afu_new_cr(struct cxl_afu *afu, int cr_idx) cxl_sysfs_afu_new_cr() argument
488 cr->cr = cr_idx; cxl_sysfs_afu_new_cr()
489 cr->device = cxl_afu_cr_read16(afu, cr_idx, PCI_DEVICE_ID); cxl_sysfs_afu_new_cr()
490 cr->vendor = cxl_afu_cr_read16(afu, cr_idx, PCI_VENDOR_ID); cxl_sysfs_afu_new_cr()
491 cr->class = cxl_afu_cr_read32(afu, cr_idx, PCI_CLASS_REVISION) >> 8; cxl_sysfs_afu_new_cr()

Completed in 92 milliseconds