Lines Matching refs:aspeed_i2c_bus
143 struct aspeed_i2c_bus { struct
173 static int aspeed_i2c_reset(struct aspeed_i2c_bus *bus); argument
175 static int aspeed_i2c_recover_bus(struct aspeed_i2c_bus *bus) in aspeed_i2c_recover_bus()
244 static u32 aspeed_i2c_slave_irq(struct aspeed_i2c_bus *bus, u32 irq_status) in aspeed_i2c_slave_irq()
340 static void aspeed_i2c_do_start(struct aspeed_i2c_bus *bus) in aspeed_i2c_do_start()
373 static void aspeed_i2c_do_stop(struct aspeed_i2c_bus *bus) in aspeed_i2c_do_stop()
380 static void aspeed_i2c_next_msg_or_stop(struct aspeed_i2c_bus *bus) in aspeed_i2c_next_msg_or_stop()
403 static u32 aspeed_i2c_master_irq(struct aspeed_i2c_bus *bus, u32 irq_status) in aspeed_i2c_master_irq()
599 struct aspeed_i2c_bus *bus = dev_id; in aspeed_i2c_bus_irq()
663 struct aspeed_i2c_bus *bus = i2c_get_adapdata(adap); in aspeed_i2c_master_xfer()
726 static void __aspeed_i2c_reg_slave(struct aspeed_i2c_bus *bus, u16 slave_addr) in __aspeed_i2c_reg_slave()
748 struct aspeed_i2c_bus *bus = i2c_get_adapdata(client->adapter); in aspeed_i2c_reg_slave()
768 struct aspeed_i2c_bus *bus = i2c_get_adapdata(client->adapter); in aspeed_i2c_unreg_slave()
885 static int aspeed_i2c_init_clk(struct aspeed_i2c_bus *bus) in aspeed_i2c_init_clk()
902 static int aspeed_i2c_init(struct aspeed_i2c_bus *bus, in aspeed_i2c_init()
936 static int aspeed_i2c_reset(struct aspeed_i2c_bus *bus) in aspeed_i2c_reset()
975 struct aspeed_i2c_bus *bus; in aspeed_i2c_probe_bus()
1063 struct aspeed_i2c_bus *bus = platform_get_drvdata(pdev); in aspeed_i2c_remove_bus()