Searched defs:linux_pcic (Results 1 – 1 of 1) sorted by relevance
18 struct linux_pcic { struct19 void __iomem *pcic_regs;20 unsigned long pcic_io;21 void __iomem *pcic_config_space_addr;22 void __iomem *pcic_config_space_data;23 struct resource pcic_res_regs;24 struct resource pcic_res_io;25 struct resource pcic_res_cfg_addr;26 struct resource pcic_res_cfg_data;27 struct linux_pbm_info pbm;[all …]