Lines Matching +defs:val +defs:pc
22 #define mips_busprobe32(val, addr) get_dbe((val), ((u32 *)(addr))) argument
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()
89 u32 addr, val; in bcma_extpci_read_config() local
148 static int bcma_extpci_write_config(struct bcma_drv_pci *pc, unsigned int dev, in bcma_extpci_write_config()
153 u32 addr, val; in bcma_extpci_write_config() local
232 int reg, int size, u32 *val) in bcma_core_pci_hostmode_read_config()
236 struct bcma_drv_pci *pc; in bcma_core_pci_hostmode_read_config() local
252 int reg, int size, u32 val) in bcma_core_pci_hostmode_write_config()
256 struct bcma_drv_pci *pc; in bcma_core_pci_hostmode_write_config() local
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()
387 void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc) in bcma_core_pci_hostmode_init()