| /freebsd-12.1/sys/arm/amlogic/aml8726/ |
| H A D | aml8726_pinctrl.c | 68 { 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 D | aml8726_gpio.c | 69 { 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 D | smartpqi_intr.c | 174 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 D | ichwd.c | 767 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 D | oce_hw.c | 271 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 D | saf1761_otg_fdt.c | 198 RF_SHAREABLE | RF_ACTIVE); in saf1761_otg_fdt_attach() 203 RF_SHAREABLE | RF_ACTIVE); in saf1761_otg_fdt_attach()
|
| H A D | ehci_mv.c | 197 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 D | fdc_isa.c | 139 RF_ACTIVE | RF_SHAREABLE); in fdc_isa_alloc_resources() 147 &fdc->rid_drq, RF_ACTIVE | RF_SHAREABLE); in fdc_isa_alloc_resources()
|
| H A D | fdc_pccard.c | 77 RF_ACTIVE | RF_SHAREABLE); in fdc_pccard_alloc_resources()
|
| /freebsd-12.1/sys/dev/ipmi/ |
| H A D | ipmi_pci.c | 143 &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 D | ipmi_smbus.c | 98 RF_SHAREABLE | RF_ACTIVE); in ipmi_smbus_attach()
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | jbusppm.c | 130 &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 D | if_ndis_pci.c | 259 RF_SHAREABLE | RF_ACTIVE); 285 &rid, RF_SHAREABLE | RF_ACTIVE);
|
| /freebsd-12.1/sys/dev/tdfx/ |
| H A D | tdfx_pci.c | 177 &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 D | vga_isa.c | 210 RF_ACTIVE | RF_SHAREABLE); in isavga_attach() 213 RF_ACTIVE | RF_SHAREABLE); in isavga_attach()
|
| /freebsd-12.1/sys/dev/pst/ |
| H A D | pst-pci.c | 88 RF_SHAREABLE | RF_ACTIVE); in iop_pci_attach()
|
| /freebsd-12.1/sys/dev/altera/jtag_uart/ |
| H A D | altera_jtag_uart_nexus.c | 95 &sc->ajus_irq_rid, RF_ACTIVE | RF_SHAREABLE); in altera_jtag_uart_nexus_attach()
|
| H A D | altera_jtag_uart_fdt.c | 104 &sc->ajus_irq_rid, RF_ACTIVE | RF_SHAREABLE); in altera_jtag_uart_fdt_attach()
|
| /freebsd-12.1/sys/dev/ed/ |
| H A D | if_ed_pci.c | 111 error = ed_alloc_irq(dev, 0, RF_SHAREABLE); in ed_pci_attach()
|
| /freebsd-12.1/sys/dev/ahci/ |
| H A D | ahci_mv_fdt.c | 108 &ctlr->r_rid, RF_ACTIVE | RF_SHAREABLE); in ahci_mv_fdt_attach()
|
| /freebsd-12.1/sys/dev/cy/ |
| H A D | cy_isa.c | 133 RF_SHAREABLE | RF_ACTIVE); in cy_isa_attach()
|
| /freebsd-12.1/sys/dev/proto/ |
| H A D | proto_bus_pci.c | 112 res = bus_alloc_resource_any(dev, type, &rid, RF_ACTIVE | RF_SHAREABLE); in proto_pci_attach()
|
| /freebsd-12.1/sys/dev/nvme/ |
| H A D | nvme_ahci.c | 89 &ctrlr->rid, RF_SHAREABLE | RF_ACTIVE); in nvme_ahci_attach()
|
| /freebsd-12.1/sys/arm/mv/ |
| H A D | mv_ap806_clock.c | 101 { SYS_RES_MEMORY, 0, RF_ACTIVE | RF_SHAREABLE },
|
| /freebsd-12.1/sys/dev/xen/xenpci/ |
| H A D | xenpci.c | 125 &scp->rid_irq, RF_SHAREABLE|RF_ACTIVE); in xenpci_allocate_resources()
|