Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c139 EFI_PCI_IO_PROTOCOL *pciio, uint64_t addr, uint64_t size) in efifb_uga_find_pixel() argument
170 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32, in efifb_uga_find_pixel()
183 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32, in efifb_uga_find_pixel()
216 EFI_PCI_IO_PROTOCOL *pciio; in efifb_uga_get_pciio() local
229 pciio = NULL; in efifb_uga_get_pciio()
232 &gEfiPciIoProtocolGuid, (void **)&pciio); in efifb_uga_get_pciio()
235 return (pciio); in efifb_uga_get_pciio()
243 efifb_uga_locate_framebuffer(EFI_PCI_IO_PROTOCOL *pciio, uint64_t *addrp, in efifb_uga_locate_framebuffer() argument
251 if (pciio == NULL) in efifb_uga_locate_framebuffer()
258 status = pciio->GetBarAttributes(pciio, bar, NULL, in efifb_uga_locate_framebuffer()
[all …]