Searched refs:PCIBR_BRIDGETYPE_PIC (Results 1 – 2 of 2) sorted by relevance
35 case PCIBR_BRIDGETYPE_PIC: in pcireg_control_bit_clr()55 case PCIBR_BRIDGETYPE_PIC: in pcireg_control_bit_set()79 case PCIBR_BRIDGETYPE_PIC: in pcireg_tflush_get()109 case PCIBR_BRIDGETYPE_PIC: in pcireg_intr_status_get()133 case PCIBR_BRIDGETYPE_PIC: in pcireg_intr_enable_bit_clr()153 case PCIBR_BRIDGETYPE_PIC: in pcireg_intr_enable_bit_set()180 case PCIBR_BRIDGETYPE_PIC: in pcireg_intr_addr_addr_set()206 case PCIBR_BRIDGETYPE_PIC: in pcireg_force_intr_set()231 case PCIBR_BRIDGETYPE_PIC: in pcireg_wrb_flush_get()254 case PCIBR_BRIDGETYPE_PIC: in pcireg_int_ate_set()[all …]
23 #define IS_PIC_SOFT(ps) (ps->pbi_bridge_type == PCIBR_BRIDGETYPE_PIC)31 #define PCIBR_BRIDGETYPE_PIC 2 macro