Home
last modified time | relevance | path

Searched refs:timing_20_2e_03 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dramcfg.h144 unsigned timing_20_2e_03:2; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c63 dt = ram->next->bios.timing_20_2e_03; in nvkm_gddr5_calc()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dtiming.c151 p->timing_20_2e_03 = (nvbios_rd08(bios, data + 0x2e) & 0x03) >> 0; in nvbios_timingEp()