Lines Matching full:ics
3 * Common definitions across all variants of ICP and ICS interrupt
69 /* Native ICS */
75 /* RTAS ICS */
82 /* HAL ICS */
89 /* ICS instance, hooked up to chip_data of an irq */
90 struct ics { struct
92 int (*check)(struct ics *ics, unsigned int hwirq); argument
93 void (*mask_unknown)(struct ics *ics, unsigned long vec); argument
94 long (*get_server)(struct ics *ics, unsigned long vec); argument
95 int (*host_match)(struct ics *ics, struct device_node *node); argument
163 extern void xics_register_ics(struct ics *ics);