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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_base.c 289 struct dcb_i2c_entry ccbE;
304 while (!dcb_i2c_parse(bios, ++i, &ccbE)) {
310 "sense %02x share %02x auxch %02x\n", i, ccbE.type,
311 ccbE.drive, ccbE.sense, ccbE.share, ccbE.auxch);
313 if (ccbE.share != DCB_I2C_UNUSED) {
314 const int id = NVKM_I2C_PAD_HYBRID(ccbE.share);
329 if (pad->func->bus_new_0 && ccbE.type == DCB_I2C_NV04_BIT)
    [all...]

Completed in 13 milliseconds