Searched refs:GRANDPARENT (Results 1 – 3 of 3) sorted by relevance
180 if ((idx->cfg2 & PR_SX6K) && pci_get_class(GRANDPARENT(dev))==PCIC_BRIDGE && in ata_promise_probe()181 !BUS_READ_IVAR(device_get_parent(GRANDPARENT(dev)), in ata_promise_probe()182 GRANDPARENT(dev), PCI_IVAR_DEVID, &devid) && in ata_promise_probe()190 if ((idx->cfg2 & PR_TX4) && pci_get_class(GRANDPARENT(dev))==PCIC_BRIDGE && in ata_promise_probe()191 !BUS_READ_IVAR(device_get_parent(GRANDPARENT(dev)), in ata_promise_probe()192 GRANDPARENT(dev), PCI_IVAR_DEVID, &devid) && in ata_promise_probe()
274 if (!device_get_children(GRANDPARENT(dev), &children, &nchildren)) { in ata_ali_reset()
510 #define GRANDPARENT(dev) device_get_parent(device_get_parent(dev)) macro