Lines Matching defs:pciio
173 EFI_PCI_IO_PROTOCOL *pciio, uint64_t addr, uint64_t size)
204 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32,
217 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32,
250 EFI_PCI_IO_PROTOCOL *pciio;
269 pciio = NULL;
272 (void **)&pciio);
275 return (pciio);
283 efifb_uga_locate_framebuffer(EFI_PCI_IO_PROTOCOL *pciio, uint64_t *addrp,
291 if (pciio == NULL)
298 status = pciio->GetBarAttributes(pciio, bar, NULL,
331 EFI_PCI_IO_PROTOCOL *pciio;
352 /* pciio can be NULL on return! */
353 pciio = efifb_uga_get_pciio();
356 status = efifb_uga_locate_framebuffer(pciio, &efifb->fb_addr,
447 offset = efifb_uga_find_pixel(uga, 0, pciio, efifb->fb_addr,
465 if (pciio != NULL && offset != -1) {
467 offset = efifb_uga_find_pixel(uga, 1, pciio,