HomeSort by: relevance | last modified time | path
    Searched defs:i2c_phandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
fdt_i2c.c 73 int i2c_phandle; member in struct:fdtbus_i2c_controller
89 i2c->i2c_phandle = phandle;
100 if (i2c->i2c_phandle == phandle)
122 int i2c_phandle; local in function:fdtbus_i2c_acquire
124 i2c_phandle = fdtbus_get_phandle(phandle, prop);
125 if (i2c_phandle == -1)
128 return fdtbus_i2c_get_tag(i2c_phandle);
fdt_i2c.c 73 int i2c_phandle; member in struct:fdtbus_i2c_controller
89 i2c->i2c_phandle = phandle;
100 if (i2c->i2c_phandle == phandle)
122 int i2c_phandle; local in function:fdtbus_i2c_acquire
124 i2c_phandle = fdtbus_get_phandle(phandle, prop);
125 if (i2c_phandle == -1)
128 return fdtbus_i2c_get_tag(i2c_phandle);

Completed in 21 milliseconds