Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/ipu3/
H A Dipu3.c21 #define IMGU_PCI_BAR 0 macro
641 phys = pci_resource_start(pci_dev, IMGU_PCI_BAR); in imgu_pci_probe()
642 phys_len = pci_resource_len(pci_dev, IMGU_PCI_BAR); in imgu_pci_probe()
644 r = pcim_iomap_regions(pci_dev, 1 << IMGU_PCI_BAR, pci_name(pci_dev)); in imgu_pci_probe()
658 imgu->base = iomap[IMGU_PCI_BAR]; in imgu_pci_probe()