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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_bit.c 113 i2c_bitw(struct nvkm_i2c_bus *bus, int sda) function in typeref:typename:int
159 return i2c_bitw(bus, last ? 1 : 0);
167 ret = i2c_bitw(bus, !!(byte & (1 << i)));
nouveau_nvkm_subdev_i2c_bit.c 113 i2c_bitw(struct nvkm_i2c_bus *bus, int sda) function in typeref:typename:int
159 return i2c_bitw(bus, last ? 1 : 0);
167 ret = i2c_bitw(bus, !!(byte & (1 << i)));
nouveau_nvkm_subdev_i2c_bit.c 113 i2c_bitw(struct nvkm_i2c_bus *bus, int sda) function in typeref:typename:int
159 return i2c_bitw(bus, last ? 1 : 0);
167 ret = i2c_bitw(bus, !!(byte & (1 << i)));

Completed in 34 milliseconds