Home
last modified time | relevance | path

Searched refs:fe_alloc_port (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/fe/
H A Dif_fe_isa.c141 error = fe_alloc_port(dev, sc->port_used); in fe_isa_attach()
250 if (fe_alloc_port(dev, 32)) in fe_probe_fmv()
729 if (fe_alloc_port(dev, 32)) in fe_probe_jli()
832 if (fe_alloc_port(dev, 16)) in fe_probe_ssi()
895 if (fe_alloc_port(dev, 32)) in fe_probe_lnx()
962 if (fe_alloc_port(dev, 32)) in fe_probe_gwy()
1016 if (fe_alloc_port(dev, 32)) in fe_probe_ubn()
H A Dif_fe_pccard.c242 if (fe_alloc_port(dev, 32)) in fe_probe_mbh()
333 if (fe_alloc_port(dev, 16)) in fe_probe_tdk()
H A Dif_fevar.h136 int fe_alloc_port(device_t, int);
H A Dif_fe.c870 fe_alloc_port(device_t dev, int size) in fe_alloc_port() function