Home
last modified time | relevance | path

Searched refs:ls1c_i2c (Results 1 – 1 of 1) sorted by relevance

/bsp/loongson/ls1cdev/drivers/
A Dhw_i2c.c113 struct ls1c_i2c_bus* ls1c_i2c; in ls1c_hw_i2c_init() local
138 ls1c_i2c = &ls1c_i2c_bus_0; in ls1c_hw_i2c_init()
139 ls1c_i2c->parent.ops = &ls1c_i2c_ops; in ls1c_hw_i2c_init()
140 rt_i2c_bus_device_register(&ls1c_i2c->parent, "i2c0"); in ls1c_hw_i2c_init()
144 ls1c_i2c = &ls1c_i2c_bus_1; in ls1c_hw_i2c_init()
145 ls1c_i2c->parent.ops = &ls1c_i2c_ops; in ls1c_hw_i2c_init()
146 rt_i2c_bus_device_register(&ls1c_i2c->parent, "i2c1"); in ls1c_hw_i2c_init()
151 ls1c_i2c = &ls1c_i2c_bus_2; in ls1c_hw_i2c_init()
152 ls1c_i2c->parent.ops = &ls1c_i2c_ops; in ls1c_hw_i2c_init()
153 rt_i2c_bus_device_register(&ls1c_i2c->parent, "i2c2"); in ls1c_hw_i2c_init()

Completed in 5 milliseconds