Lines Matching refs:aspeed_i2c_bus
141 struct aspeed_i2c_bus {
171 static int aspeed_i2c_reset(struct aspeed_i2c_bus *bus);
174 static void aspeed_i2c_do_stop(struct aspeed_i2c_bus *bus)
180 static int aspeed_i2c_recover_bus(struct aspeed_i2c_bus *bus)
249 static u32 aspeed_i2c_slave_irq(struct aspeed_i2c_bus *bus, u32 irq_status)
368 static void aspeed_i2c_do_start(struct aspeed_i2c_bus *bus)
401 static void aspeed_i2c_next_msg_or_stop(struct aspeed_i2c_bus *bus)
424 static u32 aspeed_i2c_master_irq(struct aspeed_i2c_bus *bus, u32 irq_status)
621 struct aspeed_i2c_bus *bus = dev_id;
685 struct aspeed_i2c_bus *bus = i2c_get_adapdata(adap);
751 static void __aspeed_i2c_reg_slave(struct aspeed_i2c_bus *bus, u16 slave_addr)
775 struct aspeed_i2c_bus *bus = i2c_get_adapdata(client->adapter);
794 struct aspeed_i2c_bus *bus = i2c_get_adapdata(client->adapter);
911 static int aspeed_i2c_init_clk(struct aspeed_i2c_bus *bus)
928 static int aspeed_i2c_init(struct aspeed_i2c_bus *bus,
962 static int aspeed_i2c_reset(struct aspeed_i2c_bus *bus)
1001 struct aspeed_i2c_bus *bus;
1087 struct aspeed_i2c_bus *bus = platform_get_drvdata(pdev);