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

/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c532 timing->reg_2 = (magic_number << 24 | e->tUNK_12 << 16 | e->tUNK_11 << 8 | e->tUNK_10);
572 timing->reg_2 = (e->tUNK_12 << 16 | e->tUNK_11 << 8 | e->tUNK_10);
575 timing->reg_5 += max(e->tUNK_10, e->tUNK_11) << 16;
612 timing->reg_1 = (nv_rd32(dev,0x10f294) & 0xff000000) | (e->tUNK_11&0x0f) << 20 | (e->tUNK_19 << 7) | (e->tCL & 0x0f);
H A Dnouveau_drv.h469 u8 tUNK_10, tUNK_11, tUNK_12, tUNK_13, tUNK_14; member in struct:nouveau_pm_tbl_entry

Completed in 14 milliseconds