Home
last modified time | relevance | path

Searched refs:RF_SHAREABLE (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/freebsd-12.1/sys/arm/amlogic/aml8726/
H A Daml8726_pinctrl.c68 { SYS_RES_MEMORY, 1, RF_ACTIVE | RF_SHAREABLE }, /* pu/pd */
69 { SYS_RES_MEMORY, 2, RF_ACTIVE | RF_SHAREABLE }, /* pull enable */
71 { SYS_RES_MEMORY, 4, RF_ACTIVE | RF_SHAREABLE }, /* ao pu/pd */
72 { SYS_RES_MEMORY, 5, RF_ACTIVE | RF_SHAREABLE }, /* ao pull enable */
H A Daml8726_gpio.c69 { SYS_RES_MEMORY, 0, RF_ACTIVE | RF_SHAREABLE }, /* oen */
70 { SYS_RES_MEMORY, 1, RF_ACTIVE | RF_SHAREABLE }, /* output */
/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_intr.c174 RF_ACTIVE | RF_SHAREABLE); in register_legacy_intr()
222 RF_SHAREABLE | RF_ACTIVE); in register_msix_intr()
252 RF_SHAREABLE | RF_ACTIVE); in register_msix_intr()
283 RF_SHAREABLE | RF_ACTIVE); in register_msix_intr()
/freebsd-12.1/sys/dev/ichwd/
H A Dichwd.c767 RF_ACTIVE | RF_SHAREABLE); in ichwd_smb_attach()
779 RF_ACTIVE | RF_SHAREABLE); in ichwd_smb_attach()
802 RF_ACTIVE | RF_SHAREABLE); in ichwd_smb_attach()
840 RF_ACTIVE | RF_SHAREABLE); in ichwd_lpc_attach()
849 RF_ACTIVE | RF_SHAREABLE); in ichwd_lpc_attach()
858 &sc->gcs_rid, RF_ACTIVE|RF_SHAREABLE); in ichwd_lpc_attach()
/freebsd-12.1/sys/dev/oce/
H A Doce_hw.c271 RF_ACTIVE|RF_SHAREABLE); in oce_hw_pci_alloc()
275 RF_ACTIVE|RF_SHAREABLE); in oce_hw_pci_alloc()
311 SYS_RES_MEMORY, &rr, RF_ACTIVE|RF_SHAREABLE); in oce_hw_pci_alloc()
321 SYS_RES_MEMORY, &rr, RF_ACTIVE|RF_SHAREABLE); in oce_hw_pci_alloc()
/freebsd-12.1/sys/dev/usb/controller/
H A Dsaf1761_otg_fdt.c198 RF_SHAREABLE | RF_ACTIVE); in saf1761_otg_fdt_attach()
203 RF_SHAREABLE | RF_ACTIVE); in saf1761_otg_fdt_attach()
H A Dehci_mv.c197 RF_SHAREABLE | RF_ACTIVE); in mv_ehci_attach()
212 RF_SHAREABLE | RF_ACTIVE); in mv_ehci_attach()
/freebsd-12.1/sys/dev/fdc/
H A Dfdc_isa.c139 RF_ACTIVE | RF_SHAREABLE); in fdc_isa_alloc_resources()
147 &fdc->rid_drq, RF_ACTIVE | RF_SHAREABLE); in fdc_isa_alloc_resources()
H A Dfdc_pccard.c77 RF_ACTIVE | RF_SHAREABLE); in fdc_pccard_alloc_resources()
/freebsd-12.1/sys/dev/ipmi/
H A Dipmi_pci.c143 &sc->ipmi_irq_rid, RF_SHAREABLE | RF_ACTIVE); in ipmi_pci_attach()
242 &sc->ipmi_irq_rid, RF_SHAREABLE | RF_ACTIVE); in ipmi2_pci_attach()
H A Dipmi_smbus.c98 RF_SHAREABLE | RF_ACTIVE); in ipmi_smbus_attach()
/freebsd-12.1/sys/sparc64/sparc64/
H A Djbusppm.c130 &rid, (i == JBUSPPM_ESTAR ? RF_SHAREABLE : 0) | RF_ACTIVE); in jbusppm_attach()
184 RF_SHAREABLE | RF_ACTIVE); in jbusppm_attach()
/freebsd-12.1/sys/dev/if_ndis/
H A Dif_ndis_pci.c259 RF_SHAREABLE | RF_ACTIVE);
285 &rid, RF_SHAREABLE | RF_ACTIVE);
/freebsd-12.1/sys/dev/tdfx/
H A Dtdfx_pci.c177 &rid, RF_ACTIVE | RF_SHAREABLE); in tdfx_attach()
201 SYS_RES_MEMORY, &rid, RF_ACTIVE | RF_SHAREABLE); in tdfx_attach()
216 SYS_RES_IOPORT, &rid, RF_ACTIVE | RF_SHAREABLE); in tdfx_attach()
/freebsd-12.1/sys/isa/
H A Dvga_isa.c210 RF_ACTIVE | RF_SHAREABLE); in isavga_attach()
213 RF_ACTIVE | RF_SHAREABLE); in isavga_attach()
/freebsd-12.1/sys/dev/pst/
H A Dpst-pci.c88 RF_SHAREABLE | RF_ACTIVE); in iop_pci_attach()
/freebsd-12.1/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_nexus.c95 &sc->ajus_irq_rid, RF_ACTIVE | RF_SHAREABLE); in altera_jtag_uart_nexus_attach()
H A Daltera_jtag_uart_fdt.c104 &sc->ajus_irq_rid, RF_ACTIVE | RF_SHAREABLE); in altera_jtag_uart_fdt_attach()
/freebsd-12.1/sys/dev/ed/
H A Dif_ed_pci.c111 error = ed_alloc_irq(dev, 0, RF_SHAREABLE); in ed_pci_attach()
/freebsd-12.1/sys/dev/ahci/
H A Dahci_mv_fdt.c108 &ctlr->r_rid, RF_ACTIVE | RF_SHAREABLE); in ahci_mv_fdt_attach()
/freebsd-12.1/sys/dev/cy/
H A Dcy_isa.c133 RF_SHAREABLE | RF_ACTIVE); in cy_isa_attach()
/freebsd-12.1/sys/dev/proto/
H A Dproto_bus_pci.c112 res = bus_alloc_resource_any(dev, type, &rid, RF_ACTIVE | RF_SHAREABLE); in proto_pci_attach()
/freebsd-12.1/sys/dev/nvme/
H A Dnvme_ahci.c89 &ctrlr->rid, RF_SHAREABLE | RF_ACTIVE); in nvme_ahci_attach()
/freebsd-12.1/sys/arm/mv/
H A Dmv_ap806_clock.c101 { SYS_RES_MEMORY, 0, RF_ACTIVE | RF_SHAREABLE },
/freebsd-12.1/sys/dev/xen/xenpci/
H A Dxenpci.c125 &scp->rid_irq, RF_SHAREABLE|RF_ACTIVE); in xenpci_allocate_resources()

12345678910>>...14