Lines Matching +full:0 +full:x8ff
116 if ((PCI_SLOT(devfn) > 0) || (PCI_FUNC(devfn) > 0)) in ssb_gige_pci_read_config()
146 if ((PCI_SLOT(devfn) > 0) || (PCI_FUNC(devfn) > 0)) in ssb_gige_pci_write_config()
185 dev->pci_controller.io_map_base = 0x800; in ssb_gige_probe()
190 dev->io_resource.start = 0x800; in ssb_gige_probe()
191 dev->io_resource.end = 0x8FF; in ssb_gige_probe()
195 ssb_device_enable(sdev, 0); in ssb_gige_probe()
200 gige_pcicfg_write32(dev, PCI_BASE_ADDRESS_1, 0); in ssb_gige_probe()
204 dev->mem_resource.end = base + 0x10000 - 1; in ssb_gige_probe()
218 gige_write32(dev, SSB_GIGE_SHIM_FLUSHSTAT, 0x00000068); in ssb_gige_probe()
231 dev->has_rgmii = 0; in ssb_gige_probe()
239 return 0; in ssb_gige_probe()
244 if (!pdev->resource[0].name) in pdev_is_ssb_gige_core()
246 return (strcmp(pdev->resource[0].name, SSB_GIGE_MEM_RES_NAME) == 0); in pdev_is_ssb_gige_core()
262 res = &(pdev->resource[0]); in ssb_gige_pcibios_plat_dev_init()
272 return 0; in ssb_gige_pcibios_plat_dev_init()