Searched refs:of_devid (Results 1 – 1 of 1) sorted by relevance
674 const struct of_device_id *of_devid; in xgene_ahci_probe() local720 of_devid = of_match_device(xgene_ahci_of_match, dev); in xgene_ahci_probe()721 if (of_devid) { in xgene_ahci_probe()722 if (of_devid->data) in xgene_ahci_probe()723 version = (enum xgene_ahci_version) of_devid->data; in xgene_ahci_probe()