Searched refs:bcma_drv_pci (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/bcma/ |
D | driver_pci.c | 20 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 …]
|
D | bcma_private.h | 123 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 …]
|
D | driver_pci_host.c | 28 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/ |
D | bcma_driver_pci.h | 208 struct bcma_drv_pci; 213 struct bcma_drv_pci *pdev; 225 struct bcma_drv_pci { struct
|
D | bcma.h | 357 struct bcma_drv_pci drv_pci[2];
|