Searched refs:ccbE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
H A Dnouveau_nvkm_subdev_i2c_base.c289 struct dcb_i2c_entry ccbE; local
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
[all...]

Completed in 218 milliseconds