Searched refs:intspec (Results 1 - 2 of 2) sorted by relevance

/drivers/of/
H A Dirq.c84 * @intspec: interrupt specifier ("interrupts" property of the device)
96 int of_irq_map_raw(struct device_node *parent, const __be32 *intspec, argument
104 pr_debug("of_irq_map_raw: par=%s,intspec=[0x%08x 0x%08x...],ointsize=%d\n",
105 parent->full_name, be32_to_cpup(intspec),
106 be32_to_cpup(intspec + 1), ointsize);
111 * that tells us how to interpret the passed-in intspec. If there
160 of_read_number(intspec +i, 1);
201 ((intspec[i-addrsize] ^ imap[i]) & mask) == 0;
253 intspec = imap - intsize;
254 addr = intspec
284 const __be32 *intspec, *tmp, *addr; local
[all...]
/drivers/gpio/
H A Dgpio-sodaville.c100 const u32 *intspec, u32 intsize, irq_hw_number_t *out_hwirq,
111 line = *intspec;
114 intspec++;
115 type = *intspec;
99 sdv_xlate(struct irq_domain *h, struct device_node *node, const u32 *intspec, u32 intsize, irq_hw_number_t *out_hwirq, u32 *out_type) argument

Completed in 84 milliseconds