OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pci_sc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/evbarm/ifpga/
ifpga.c
161
struct ifpga_pci_softc *
pci_sc
;
local in function:ifpga_attach
270
pci_sc
= kmem_alloc(sizeof(*
pci_sc
), KM_SLEEP);
271
pci_sc
->sc_iot = &ifpga_pci_io_tag;
272
pci_sc
->sc_memt = &ifpga_pci_mem_tag;
274
if (bus_space_map(
pci_sc
->sc_iot, 0, IFPGA_PCI_IO_VSIZE, 0,
275
&
pci_sc
->sc_io_ioh)
276
|| bus_space_map(
pci_sc
->sc_iot,
278
&
pci_sc
->sc_conf_ioh)
279
|| bus_space_map(
pci_sc
->sc_memt, IFPGA_V360_REG_BASE
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025