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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_init.c 2234 } init_opcode[] = { variable in typeref:struct:nvbios_init_opcode[]
2314 if (opcode >= ARRAY_SIZE(init_opcode) ||
2315 !init_opcode[opcode].exec) {
2320 init_opcode[opcode].exec(init);
nouveau_nvkm_subdev_bios_init.c 2234 } init_opcode[] = { variable in typeref:struct:nvbios_init_opcode[]
2314 if (opcode >= ARRAY_SIZE(init_opcode) ||
2315 !init_opcode[opcode].exec) {
2320 init_opcode[opcode].exec(init);
nouveau_nvkm_subdev_bios_init.c 2234 } init_opcode[] = { variable in typeref:struct:nvbios_init_opcode[]
2314 if (opcode >= ARRAY_SIZE(init_opcode) ||
2315 !init_opcode[opcode].exec) {
2320 init_opcode[opcode].exec(init);
nouveau_nvkm_subdev_bios_init.c 2234 } init_opcode[] = { variable in typeref:struct:nvbios_init_opcode[]
2314 if (opcode >= ARRAY_SIZE(init_opcode) ||
2315 !init_opcode[opcode].exec) {
2320 init_opcode[opcode].exec(init);

Completed in 96 milliseconds