Searched refs:cstep (Results 1 – 2 of 2) sorted by relevance
33 u16 cstep = 0x0000; in nvbios_cstepTe() local37 cstep = nv_ro16(bios, bit_P.offset + 0x34); in nvbios_cstepTe()39 if (cstep) { in nvbios_cstepTe()40 *ver = nv_ro08(bios, cstep + 0); in nvbios_cstepTe()43 *hdr = nv_ro08(bios, cstep + 1); in nvbios_cstepTe()44 *cnt = nv_ro08(bios, cstep + 3); in nvbios_cstepTe()45 *len = nv_ro08(bios, cstep + 2); in nvbios_cstepTe()46 *xnr = nv_ro08(bios, cstep + 5); in nvbios_cstepTe()47 *xsz = nv_ro08(bios, cstep + 4); in nvbios_cstepTe()48 return cstep; in nvbios_cstepTe()
5 nvkm-y += nvkm/subdev/bios/cstep.o