Symbol: bcma_drv_pci
drivers/bcma/bcma_private.h
123
u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address);
drivers/bcma/bcma_private.h
124
void bcma_core_pci_early_init(struct bcma_drv_pci *pc);
drivers/bcma/bcma_private.h
125
void bcma_core_pci_init(struct bcma_drv_pci *pc);
drivers/bcma/bcma_private.h
126
void bcma_core_pci_up(struct bcma_drv_pci *pc);
drivers/bcma/bcma_private.h
127
void bcma_core_pci_down(struct bcma_drv_pci *pc);
drivers/bcma/bcma_private.h
129
static inline void bcma_core_pci_early_init(struct bcma_drv_pci *pc)
drivers/bcma/bcma_private.h
133
static inline void bcma_core_pci_init(struct bcma_drv_pci *pc)
drivers/bcma/bcma_private.h
155
bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc);
drivers/bcma/bcma_private.h
156
void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc);
drivers/bcma/bcma_private.h
158
static inline bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc)
drivers/bcma/bcma_private.h
162
static inline void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
101
static void bcma_pcie_mdio_write(struct bcma_drv_pci *pc, u16 device,
drivers/bcma/driver_pci.c
140
static u16 bcma_pcie_mdio_writeread(struct bcma_drv_pci *pc, u16 device,
drivers/bcma/driver_pci.c
151
static void bcma_core_pci_fixcfg(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
173
void bcma_core_pci_early_init(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
192
static u8 bcma_pcicore_polarity_workaround(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
20
u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address)
drivers/bcma/driver_pci.c
204
static void bcma_pcicore_serdes_workaround(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
221
static void bcma_core_pci_config_fixup(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
240
static void bcma_core_pci_clientmode_init(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
246
void bcma_core_pci_init(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
261
struct bcma_drv_pci *pc;
drivers/bcma/driver_pci.c
27
static void bcma_pcie_write(struct bcma_drv_pci *pc, u32 address, u32 data)
drivers/bcma/driver_pci.c
285
static void bcma_core_pci_extend_L1timer(struct bcma_drv_pci *pc, bool extend)
drivers/bcma/driver_pci.c
298
void bcma_core_pci_up(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
303
void bcma_core_pci_down(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci.c
34
static void bcma_pcie_mdio_set_phy(struct bcma_drv_pci *pc, u16 phy)
drivers/bcma/driver_pci.c
58
static u16 bcma_pcie_mdio_read(struct bcma_drv_pci *pc, u16 device, u8 address)
drivers/bcma/driver_pci_host.c
148
static int bcma_extpci_write_config(struct bcma_drv_pci *pc, unsigned int dev,
drivers/bcma/driver_pci_host.c
236
struct bcma_drv_pci *pc;
drivers/bcma/driver_pci_host.c
256
struct bcma_drv_pci *pc;
drivers/bcma/driver_pci_host.c
271
static u8 bcma_find_pci_capability(struct bcma_drv_pci *pc, unsigned int dev,
drivers/bcma/driver_pci_host.c
28
bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci_host.c
340
static void bcma_core_pci_enable_crs(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci_host.c
387
void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc)
drivers/bcma/driver_pci_host.c
44
static u32 bcma_pcie_read_config(struct bcma_drv_pci *pc, u32 address)
drivers/bcma/driver_pci_host.c
51
static void bcma_pcie_write_config(struct bcma_drv_pci *pc, u32 address,
drivers/bcma/driver_pci_host.c
59
static u32 bcma_get_cfgspace_addr(struct bcma_drv_pci *pc, unsigned int dev,
drivers/bcma/driver_pci_host.c
84
static int bcma_extpci_read_config(struct bcma_drv_pci *pc, unsigned int dev,
include/linux/bcma/bcma.h
357
struct bcma_drv_pci drv_pci[2];
include/linux/bcma/bcma_driver_pci.h
208
struct bcma_drv_pci;
include/linux/bcma/bcma_driver_pci.h
213
struct bcma_drv_pci *pdev;