Home
last modified time | relevance | path

Searched full:rids (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Disa.c52 int isdefault, passthrough, rids; in isa_alloc_resource() local
60 case SYS_RES_IOPORT: rids = ISA_PNP_NPORT; break; in isa_alloc_resource()
61 case SYS_RES_IRQ: rids = ISA_PNP_NIRQ; break; in isa_alloc_resource()
62 case SYS_RES_MEMORY: rids = ISA_PNP_NMEM; break; in isa_alloc_resource()
63 default: rids = 0; break; in isa_alloc_resource()
65 if (*rid < 0 || *rid >= rids) in isa_alloc_resource()
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dxlnx,versal-net-cdx.yaml76 /* define map for RIDs 250-259 */
78 /* define msi map for RIDs 250-259 */
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci-msi.txt43 * length is a single cell describing how many consecutive RIDs are matched
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp44 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs() local
45 return std::mismatch(LIds.begin(), LIds.end(), RIds.begin(), RIds.end()) in sharedTypeIDs()
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c442 * Skip the reserved rids. in qp_guest_endpoint_create()
452 * We wrapped around --- no rids were free. in qp_guest_endpoint_create()
H A Dvmci_resource.c132 /* Skip the reserved rids. */ in vmci_resource_get_id()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_subr.c152 * Populate the resource list and bcma_map RIDs using the maps defined on
/freebsd/sys/dev/mgb/
H A Dif_mgb.c830 * RIDs start at 1, and vector ids start at 0. in mgb_msix_intr_assign()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c714 * table; this will be updated with the RIDs assigned by in bhndb_alloc_host_resources()
/freebsd/sys/dev/bhnd/
H A Dbhnd_subr.c1001 * with the allocated resource's RIDs.
/freebsd/sys/dev/pci/
H A Dpci.c2003 * SYS_RES_IRQ rids of 1, 3, 4, and 6.
2106 /* Map the IRQs onto the rids. */ in pci_remap_msix_method()