Searched refs:pcicore_write32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/bcma/
H A Ddriver_pci.c22 pcicore_write32(pc, BCMA_CORE_PCI_PCIEIND_ADDR, address);
29 pcicore_write32(pc, BCMA_CORE_PCI_PCIEIND_ADDR, address);
31 pcicore_write32(pc, BCMA_CORE_PCI_PCIEIND_DATA, data);
47 pcicore_write32(pc, BCMA_CORE_PCI_MDIO_DATA, v);
68 pcicore_write32(pc, BCMA_CORE_PCI_MDIO_CONTROL, v);
85 pcicore_write32(pc, BCMA_CORE_PCI_MDIO_DATA, v);
97 pcicore_write32(pc, BCMA_CORE_PCI_MDIO_CONTROL, 0);
111 pcicore_write32(pc, BCMA_CORE_PCI_MDIO_CONTROL, v);
128 pcicore_write32(pc, BCMA_CORE_PCI_MDIO_DATA, v);
137 pcicore_write32(p
[all...]
H A Ddriver_pci_host.c46 pcicore_write32(pc, BCMA_CORE_PCI_CONFIG_ADDR, address);
54 pcicore_write32(pc, BCMA_CORE_PCI_CONFIG_ADDR, address);
56 pcicore_write32(pc, BCMA_CORE_PCI_CONFIG_DATA, data);
73 pcicore_write32(pc, BCMA_CORE_PCI_SBTOPCI1, BCMA_CORE_PCI_SBTOPCI_CFG0);
213 pcicore_write32(pc, addr, val);
434 pcicore_write32(pc, BCMA_CORE_PCI_CTL, BCMA_CORE_PCI_CTL_RST_OE);
436 pcicore_write32(pc, BCMA_CORE_PCI_CTL, BCMA_CORE_PCI_CTL_RST |
450 pcicore_write32(pc, BCMA_CORE_PCI_SBTOPCI0,
463 pcicore_write32(pc, BCMA_CORE_PCI_SBTOPCI0,
473 pcicore_write32(p
[all...]
/linux-master/drivers/ssb/
H A Ddriver_pcicore.c32 void pcicore_write32(struct ssb_pcicore *pc, u16 offset, u32 value) function
89 pcicore_write32(pc, SSB_PCICORE_SBTOPCI1, tmp);
97 pcicore_write32(pc, SSB_PCICORE_SBTOPCI1,
332 pcicore_write32(pc, SSB_PCICORE_CTL, val);
334 pcicore_write32(pc, SSB_PCICORE_CTL, val);
337 pcicore_write32(pc, SSB_PCICORE_CTL, val);
339 pcicore_write32(pc, SSB_PCICORE_ARBCTL, val);
354 pcicore_write32(pc, SSB_PCICORE_SBTOPCI0,
357 pcicore_write32(pc, SSB_PCICORE_SBTOPCI1,
360 pcicore_write32(p
[all...]
/linux-master/include/linux/bcma/
H A Dbcma_driver_pci.h240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) macro

Completed in 158 milliseconds