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