Lines Matching refs:eventid

574 	u16 eventid;  member
589 .eventid = _eventid, \
609 eattr->type, eattr->eventid); in arm_cmn_event_show()
613 eattr->type, eattr->eventid, eattr->occupid); in arm_cmn_event_show()
616 eattr->eventid); in arm_cmn_event_show()
627 u16 eventid; in arm_cmn_event_attr_is_visible() local
635 eventid = eattr->eventid; in arm_cmn_event_attr_is_visible()
643 unsigned int intf = (eventid >> 2) & 7; in arm_cmn_event_attr_is_visible()
644 unsigned int chan = eventid >> 5; in arm_cmn_event_attr_is_visible()
662 if (type == CMN_TYPE_CXRA && eventid > 0x10) in arm_cmn_event_attr_is_visible()
666 if (type == CMN_TYPE_HNF && eventid == 0x1b) in arm_cmn_event_attr_is_visible()
673 if (type == CMN_TYPE_HNF && eventid > 0x22) in arm_cmn_event_attr_is_visible()
675 if (type == CMN_TYPE_SBSX && eventid == 0x17) in arm_cmn_event_attr_is_visible()
677 if (type == CMN_TYPE_RNI && eventid > 0x10) in arm_cmn_event_attr_is_visible()
682 if (type == CMN_TYPE_HNF && eventid > 0x2c) in arm_cmn_event_attr_is_visible()
684 if (type == CMN_TYPE_CCHA && eventid > 0x74) in arm_cmn_event_attr_is_visible()
686 if (type == CMN_TYPE_CCLA && eventid > 0x27) in arm_cmn_event_attr_is_visible()
690 if (type == CMN_TYPE_HNF && eventid > 0x2b) in arm_cmn_event_attr_is_visible()
1129 CMN_FORMAT_ATTR(eventid, CMN_CONFIG_EVENTID),
1337 int eventid, bool wide_sel) in arm_cmn_set_event_sel_lo() argument
1340 dn->event_w[dtm_idx] = eventid; in arm_cmn_set_event_sel_lo()
1343 dn->event[dtm_idx] = eventid; in arm_cmn_set_event_sel_lo()
1513 unsigned int eventid) in arm_cmn_filter_sel() argument
1520 if (e->model & model && e->type == type && e->eventid == eventid) in arm_cmn_filter_sel()
1534 u16 nodeid, eventid; in arm_cmn_event_init() local
1551 eventid = CMN_EVENT_EVENTID(event); in arm_cmn_event_init()
1556 if (eventid != CMN_WP_UP && eventid != CMN_WP_DOWN) in arm_cmn_event_init()
1566 hw->filter_sel = arm_cmn_filter_sel(cmn->model, type, eventid); in arm_cmn_event_init()