Home
last modified time | relevance | path

Searched refs:fmb (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/phy/
Dfixed_phy.c123 struct fixed_mdio_bus *fmb = bus->priv; in fixed_mdio_read() local
140 list_for_each_entry(fp, &fmb->phys, node) { in fixed_mdio_read()
170 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_set_link_update() local
176 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_set_link_update()
192 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_update_state() local
198 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_update_state()
221 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_add() local
230 fmb->irqs[phy_addr] = irq; in fixed_phy_add()
239 list_add_tail(&fp->node, &fmb->phys); in fixed_phy_add()
251 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_del() local
[all …]
/linux-4.1.27/arch/s390/pci/
Dpci_debug.c63 if (!zdev->fmb) { in pci_perf_show()
70 seq_printf(m, "FMB @ %p\n", zdev->fmb); in pci_perf_show()
72 seq_printf(m, "Samples: %u\n", zdev->fmb->samples); in pci_perf_show()
73 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update); in pci_perf_show()
76 stat = (u64 *) &zdev->fmb->ld_ops; in pci_perf_show()
80 if (zdev->fmb->dma_valid) in pci_perf_show()
Dpci.c185 if (zdev->fmb) in zpci_fmb_enable_device()
188 zdev->fmb = kmem_cache_zalloc(zdev_fmb_cache, GFP_KERNEL); in zpci_fmb_enable_device()
189 if (!zdev->fmb) in zpci_fmb_enable_device()
191 WARN_ON((u64) zdev->fmb & 0xf); in zpci_fmb_enable_device()
198 args.fmb_addr = virt_to_phys(zdev->fmb); in zpci_fmb_enable_device()
208 if (!zdev->fmb) in zpci_fmb_disable_device()
214 kmem_cache_free(zdev_fmb_cache, zdev->fmb); in zpci_fmb_disable_device()
215 zdev->fmb = NULL; in zpci_fmb_disable_device()
/linux-4.1.27/arch/s390/include/asm/
Dpci.h111 struct zpci_fmb *fmb; member