Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/cardbus/
Dcom_cardbus.c88 int com_cardbus_enable(struct com_softc *);
271 sc->enable = com_cardbus_enable; in com_cardbus_attach()
275 if (com_cardbus_enable(sc)) in com_cardbus_attach()
322 com_cardbus_enable(struct com_softc *sc) in com_cardbus_enable() function