Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/bcma/
Ddriver_pci.c20 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) in bcma_pcie_read()
27 static void bcma_pcie_write(struct bcma_drv_pci *pc, u32 address, u32 data) in bcma_pcie_write()
34 static void bcma_pcie_mdio_set_phy(struct bcma_drv_pci *pc, u16 phy) in bcma_pcie_mdio_set_phy()
58 static u16 bcma_pcie_mdio_read(struct bcma_drv_pci *pc, u16 device, u8 address) in bcma_pcie_mdio_read()
101 static void bcma_pcie_mdio_write(struct bcma_drv_pci *pc, u16 device, in bcma_pcie_mdio_write()
140 static u16 bcma_pcie_mdio_writeread(struct bcma_drv_pci *pc, u16 device, in bcma_pcie_mdio_writeread()
151 static void bcma_core_pci_fixcfg(struct bcma_drv_pci *pc) in bcma_core_pci_fixcfg()
173 void bcma_core_pci_early_init(struct bcma_drv_pci *pc) in bcma_core_pci_early_init()
192 static u8 bcma_pcicore_polarity_workaround(struct bcma_drv_pci *pc) in bcma_pcicore_polarity_workaround()
204 static void bcma_pcicore_serdes_workaround(struct bcma_drv_pci *pc) in bcma_pcicore_serdes_workaround()
[all …]
Dbcma_private.h123 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address);
124 void bcma_core_pci_early_init(struct bcma_drv_pci *pc);
125 void bcma_core_pci_init(struct bcma_drv_pci *pc);
126 void bcma_core_pci_up(struct bcma_drv_pci *pc);
127 void bcma_core_pci_down(struct bcma_drv_pci *pc);
129 static inline void bcma_core_pci_early_init(struct bcma_drv_pci *pc) in bcma_core_pci_early_init()
133 static inline void bcma_core_pci_init(struct bcma_drv_pci *pc) in bcma_core_pci_init()
155 bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc);
156 void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc);
158 static inline bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc) in bcma_core_pci_is_in_hostmode()
[all …]
Ddriver_pci_host.c28 bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc) in bcma_core_pci_is_in_hostmode()
44 static u32 bcma_pcie_read_config(struct bcma_drv_pci *pc, u32 address) in bcma_pcie_read_config()
51 static void bcma_pcie_write_config(struct bcma_drv_pci *pc, u32 address, in bcma_pcie_write_config()
59 static u32 bcma_get_cfgspace_addr(struct bcma_drv_pci *pc, unsigned int dev, in bcma_get_cfgspace_addr()
84 static int bcma_extpci_read_config(struct bcma_drv_pci *pc, unsigned int dev, in bcma_extpci_read_config()
148 static int bcma_extpci_write_config(struct bcma_drv_pci *pc, unsigned int dev, in bcma_extpci_write_config()
236 struct bcma_drv_pci *pc; in bcma_core_pci_hostmode_read_config()
256 struct bcma_drv_pci *pc; in bcma_core_pci_hostmode_write_config()
271 static u8 bcma_find_pci_capability(struct bcma_drv_pci *pc, unsigned int dev, in bcma_find_pci_capability()
340 static void bcma_core_pci_enable_crs(struct bcma_drv_pci *pc) in bcma_core_pci_enable_crs()
[all …]
/linux-6.6.21/include/linux/bcma/
Dbcma_driver_pci.h208 struct bcma_drv_pci;
213 struct bcma_drv_pci *pdev;
225 struct bcma_drv_pci { struct
Dbcma.h357 struct bcma_drv_pci drv_pci[2];