Searched refs:i2c_ic (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/irqchip/
H A Dirq-aspeed-i2c-ic.c34 struct aspeed_i2c_ic *i2c_ic = irq_desc_get_handler_data(desc); local
39 status = readl(i2c_ic->base);
41 generic_handle_domain_irq(i2c_ic->irq_domain, bit);
66 struct aspeed_i2c_ic *i2c_ic; local
69 i2c_ic = kzalloc(sizeof(*i2c_ic), GFP_KERNEL);
70 if (!i2c_ic)
73 i2c_ic->base = of_iomap(node, 0);
74 if (!i2c_ic->base) {
79 i2c_ic
[all...]

Completed in 315 milliseconds