Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dide.c251 int num_vf, rid_end; in pci_ide_stream_alloc() local
286 rid_end = PCI_DEVID(pci_iov_virtfn_bus(pdev, num_vf), in pci_ide_stream_alloc()
289 rid_end = pci_dev_id(pdev); in pci_ide_stream_alloc()
311 .rid_end = pci_dev_id(rp), in pci_ide_stream_alloc()
319 .rid_end = rid_end, in pci_ide_stream_alloc()
570 regs->rid1 = FIELD_PREP(PCI_IDE_SEL_RID_1_LIMIT, settings->rid_end); in pci_ide_stream_to_regs()
/linux/include/linux/
H A Dpci-ide.h47 u16 rid_end; member
/linux/drivers/crypto/ccp/
H A Dsev-dev-tsm.c111 ide->partner[PCI_IDE_EP].rid_end = 0xffff; in stream_setup()
113 ide->partner[PCI_IDE_RP].rid_end = 0xffff; in stream_setup()
/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c740 long rid_end, rid; in pnv_ioda_deconfigure_pe() local
767 rid_end = pe->rid + (count << 8); in pnv_ioda_deconfigure_pe()
778 rid_end = pe->rid + 1; in pnv_ioda_deconfigure_pe()
782 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_deconfigure_pe()
809 long rc, rid_end, rid; in pnv_ioda_configure_pe() local
835 rid_end = pe->rid + (count << 8); in pnv_ioda_configure_pe()
840 rid_end = pe->rid + 1; in pnv_ioda_configure_pe()
864 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_configure_pe()