Lines Matching refs:eventid

622 	u16 eventid;  member
637 .eventid = _eventid, \
657 eattr->type, eattr->eventid); in arm_cmn_event_show()
661 eattr->type, eattr->eventid, eattr->occupid); in arm_cmn_event_show()
664 eattr->eventid); in arm_cmn_event_show()
675 u16 eventid; in arm_cmn_event_attr_is_visible() local
683 eventid = eattr->eventid; in arm_cmn_event_attr_is_visible()
691 unsigned int intf = (eventid >> 2) & 7; in arm_cmn_event_attr_is_visible()
692 unsigned int chan = eventid >> 5; in arm_cmn_event_attr_is_visible()
710 if (type == CMN_TYPE_CXRA && eventid > 0x10) in arm_cmn_event_attr_is_visible()
714 if (type == CMN_TYPE_HNF && eventid == 0x1b) in arm_cmn_event_attr_is_visible()
721 if (type == CMN_TYPE_HNF && eventid > 0x22) in arm_cmn_event_attr_is_visible()
723 if (type == CMN_TYPE_SBSX && eventid == 0x17) in arm_cmn_event_attr_is_visible()
725 if (type == CMN_TYPE_RNI && eventid > 0x10) in arm_cmn_event_attr_is_visible()
730 if (type == CMN_TYPE_HNF && eventid > 0x2c) in arm_cmn_event_attr_is_visible()
732 if (type == CMN_TYPE_CCHA && eventid > 0x74) in arm_cmn_event_attr_is_visible()
734 if (type == CMN_TYPE_CCLA && eventid > 0x27) in arm_cmn_event_attr_is_visible()
738 if (type == CMN_TYPE_HNF && eventid > 0x2b) in arm_cmn_event_attr_is_visible()
1275 CMN_FORMAT_ATTR(eventid, CMN_CONFIG_EVENTID),
1499 int eventid, bool wide_sel) in arm_cmn_set_event_sel_lo() argument
1502 dn->event_w[dtm_idx] = eventid; in arm_cmn_set_event_sel_lo()
1505 dn->event[dtm_idx] = eventid; in arm_cmn_set_event_sel_lo()
1675 unsigned int eventid) in arm_cmn_filter_sel() argument
1682 if (e->model & model && e->type == type && e->eventid == eventid) in arm_cmn_filter_sel()
1696 u16 nodeid, eventid; in arm_cmn_event_init() local
1713 eventid = CMN_EVENT_EVENTID(event); in arm_cmn_event_init()
1718 if (eventid != CMN_WP_UP && eventid != CMN_WP_DOWN) in arm_cmn_event_init()
1728 hw->filter_sel = arm_cmn_filter_sel(cmn, type, eventid); in arm_cmn_event_init()