Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-pci.c106 ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1, &ctlr->r_rid1, in ata_pci_attach()
111 if (ctlr->r_res1) in ata_pci_attach()
113 ctlr->r_res1); in ata_pci_attach()
155 if (ctlr->r_res1) { in ata_pci_detach()
156 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, ctlr->r_res1); in ata_pci_detach()
414 if (ctlr->r_res1) { in ata_pci_ch_attach()
416 ch->r_io[i].res = ctlr->r_res1; in ata_pci_ch_attach()
H A Data-pci.h46 struct resource *r_res1; member
/freebsd/sys/dev/ata/chipsets/
H A Data-acerlabs.c243 if (ctlr->r_res1) { in ata_ali_sata_ch_attach()
245 ch->r_io[i].res = ctlr->r_res1; in ata_ali_sata_ch_attach()
H A Data-cyrix.c111 if (ctlr->r_res1) { in ata_cyrix_setmode()
H A Data-via.c234 ch->r_io[i].res = ctlr->r_res1; in ata_via_ch_attach()