Searched refs:bcma_drv_pci (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/bcma/
H A Ddriver_pci.c20 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) bcma_pcie_read()
27 static void bcma_pcie_write(struct bcma_drv_pci *pc, u32 address, u32 data) bcma_pcie_write()
34 static void bcma_pcie_mdio_set_phy(struct bcma_drv_pci *pc, u16 phy) bcma_pcie_mdio_set_phy()
58 static u16 bcma_pcie_mdio_read(struct bcma_drv_pci *pc, u16 device, u8 address) bcma_pcie_mdio_read()
101 static void bcma_pcie_mdio_write(struct bcma_drv_pci *pc, u16 device, bcma_pcie_mdio_write()
140 static u16 bcma_pcie_mdio_writeread(struct bcma_drv_pci *pc, u16 device, bcma_pcie_mdio_writeread()
151 static void bcma_core_pci_fixcfg(struct bcma_drv_pci *pc) bcma_core_pci_fixcfg()
173 void bcma_core_pci_early_init(struct bcma_drv_pci *pc) bcma_core_pci_early_init()
192 static u8 bcma_pcicore_polarity_workaround(struct bcma_drv_pci *pc) bcma_pcicore_polarity_workaround()
204 static void bcma_pcicore_serdes_workaround(struct bcma_drv_pci *pc) bcma_pcicore_serdes_workaround()
221 static void bcma_core_pci_config_fixup(struct bcma_drv_pci *pc) bcma_core_pci_config_fixup()
240 static void bcma_core_pci_clientmode_init(struct bcma_drv_pci *pc) bcma_core_pci_clientmode_init()
246 void bcma_core_pci_init(struct bcma_drv_pci *pc) bcma_core_pci_init()
261 struct bcma_drv_pci *pc; bcma_core_pci_power_save()
285 static void bcma_core_pci_extend_L1timer(struct bcma_drv_pci *pc, bool extend) bcma_core_pci_extend_L1timer()
298 void bcma_core_pci_up(struct bcma_drv_pci *pc) bcma_core_pci_up()
303 void bcma_core_pci_down(struct bcma_drv_pci *pc) bcma_core_pci_down()
H A Dbcma_private.h111 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address);
112 void bcma_core_pci_early_init(struct bcma_drv_pci *pc);
113 void bcma_core_pci_init(struct bcma_drv_pci *pc);
114 void bcma_core_pci_up(struct bcma_drv_pci *pc);
115 void bcma_core_pci_down(struct bcma_drv_pci *pc);
117 static inline void bcma_core_pci_early_init(struct bcma_drv_pci *pc) bcma_core_pci_early_init()
121 static inline void bcma_core_pci_init(struct bcma_drv_pci *pc) bcma_core_pci_init()
143 bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc);
144 void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc);
146 static inline bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc) bcma_core_pci_is_in_hostmode()
150 static inline void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc) bcma_core_pci_hostmode_init()
H A Ddriver_pci_host.c28 bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc) bcma_core_pci_is_in_hostmode()
44 static u32 bcma_pcie_read_config(struct bcma_drv_pci *pc, u32 address) bcma_pcie_read_config()
51 static void bcma_pcie_write_config(struct bcma_drv_pci *pc, u32 address, bcma_pcie_write_config()
59 static u32 bcma_get_cfgspace_addr(struct bcma_drv_pci *pc, unsigned int dev, bcma_get_cfgspace_addr()
84 static int bcma_extpci_read_config(struct bcma_drv_pci *pc, unsigned int dev, bcma_extpci_read_config()
148 static int bcma_extpci_write_config(struct bcma_drv_pci *pc, unsigned int dev, bcma_extpci_write_config()
236 struct bcma_drv_pci *pc; bcma_core_pci_hostmode_read_config()
256 struct bcma_drv_pci *pc; bcma_core_pci_hostmode_write_config()
271 static u8 bcma_find_pci_capability(struct bcma_drv_pci *pc, unsigned int dev, bcma_find_pci_capability()
340 static void bcma_core_pci_enable_crs(struct bcma_drv_pci *pc) bcma_core_pci_enable_crs()
387 void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc) bcma_core_pci_hostmode_init()
/linux-4.4.14/include/linux/bcma/
H A Dbcma_driver_pci.h207 struct bcma_drv_pci;
212 struct bcma_drv_pci *pdev;
224 struct bcma_drv_pci { struct
H A Dbcma.h353 struct bcma_drv_pci drv_pci[2];

Completed in 144 milliseconds