Lines Matching full:ics
3 * Common definitions across all variants of ICP and ICS interrupt
68 /* Native ICS */
71 /* RTAS ICS */
78 /* HAL ICS */
85 /* ICS instance, hooked up to chip_data of an irq */
86 struct ics { struct
88 int (*map)(struct ics *ics, unsigned int virq); argument
89 void (*mask_unknown)(struct ics *ics, unsigned long vec); argument
90 long (*get_server)(struct ics *ics, unsigned long vec); argument
91 int (*host_match)(struct ics *ics, struct device_node *node); argument
159 extern void xics_register_ics(struct ics *ics);