Lines Matching refs:lbus
370 dev->bus = &chip->lbus; in macio_add_one_device()
392 dev->ofdev.dev.archdata = chip->lbus.pdev->dev.archdata; in macio_add_one_device()
393 dev->ofdev.dev.dma_ops = chip->lbus.pdev->dev.dma_ops; in macio_add_one_device()
405 chip->lbus.index, in macio_add_one_device()
407 (unsigned int)pci_resource_start(chip->lbus.pdev, 0), in macio_add_one_device()
415 chip->lbus.index, in macio_add_one_device()
461 if (chip->lbus.pdev) { in macio_pci_add_devices()
462 parent = &chip->lbus.pdev->dev; in macio_pci_add_devices()
463 root_res = &chip->lbus.pdev->resource[0]; in macio_pci_add_devices()
709 if (chip->lbus.pdev == NULL) { in macio_pci_probe()
710 chip->lbus.pdev = pdev; in macio_pci_probe()
711 chip->lbus.chip = chip; in macio_pci_probe()
712 pci_set_drvdata(pdev, &chip->lbus); in macio_pci_probe()
726 if (macio_chips[0].lbus.pdev == NULL) { in macio_pci_probe()
732 if (macio_on_hold && macio_chips[0].lbus.pdev != NULL) { in macio_pci_probe()