Searched refs:pcir (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| A D | image.c | 33 struct nvbios_pcirT pcir; in nvbios_imagen() local 50 if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir))) in nvbios_imagen() 52 image->size = pcir.image_size; in nvbios_imagen() 53 image->type = pcir.image_type; in nvbios_imagen() 54 image->last = pcir.last; in nvbios_imagen()
|
| A D | npde.c | 31 struct nvbios_pcirT pcir; in nvbios_npdeTe() local 33 u32 data = nvbios_pcirTp(bios, base, &ver, &hdr, &pcir); in nvbios_npdeTe()
|
| A D | Kbuild | 19 nvkm-y += nvkm/subdev/bios/pcir.o
|
| /drivers/gpu/nova-core/ |
| A D | vbios.rs | 590 pcir: &PcirStruct, in find_in_data() 595 let npde_start = (pcir_offset + pcir.pci_data_struct_len as usize + 0x0F) & !0x0F; in find_in_data() 654 base.pcir.is_last() in is_last() 667 base.pcir.image_size_bytes() in image_size_bytes() 738 match base.pcir.code_type { in try_from() 763 pcir: PcirStruct, field 805 let pcir = PcirStruct::new(pdev, pcir_data) in new() 809 let npde = NpdeStruct::find_in_data(pdev, data, &rom_header, &pcir); in new() 817 pcir, in new()
|
Completed in 10 milliseconds