HomeSort by: relevance | last modified time | path
    Searched defs:bwfm (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
if_bwfm_usb.c 337 struct bwfm_softc *bwfm = &sc->sc_sc; local in function:bwfm_usb_attachhook
356 aprint_error_dev(bwfm->sc_dev, "could not open rx pipe: %s\n",
363 aprint_error_dev(bwfm->sc_dev, "could not open tx pipe: %s\n",
374 if (!bwfm_firmware_open(bwfm, bwfm_usb_fwtab, &fwctx)) {
384 aprint_error_dev(bwfm->sc_dev,
401 aprint_error_dev(bwfm->sc_dev,
427 aprint_error_dev(bwfm->sc_dev,
760 bwfm_usb_txcheck(struct bwfm_softc *bwfm)
762 struct bwfm_usb_softc *sc = (void *)bwfm;
777 bwfm_usb_txdata(struct bwfm_softc *bwfm, struct mbuf **mp
    [all...]
  /src/sys/dev/sdmmc/
if_bwfm_sdio.c 461 struct bwfm_softc *bwfm = &sc->sc_sc; local in function:bwfm_sdio_attachhook
468 bwfm->sc_chip.ch_chip, bwfm->sc_chip.ch_chiprev));
473 if (bwfm->sc_chip.ch_chip == BRCM_CC_4335_CHIP_ID &&
474 bwfm->sc_chip.ch_chiprev >= 2)
475 bwfm->sc_chip.ch_chip = BRCM_CC_4339_CHIP_ID;
478 bwfm->sc_chip.ch_chip, bwfm->sc_chip.ch_chiprev,
485 if (!bwfm_firmware_open(bwfm, bwfm_sdio_fwtab, &fwctx)) {
497 aprint_error_dev(bwfm->sc_dev
1159 struct bwfm_softc *bwfm = &sc->sc_sc; local in function:bwfm_sdio_load_microcode
1351 struct bwfm_softc *bwfm = &sc->sc_sc; local in function:bwfm_sdio_drivestrength
1430 struct bwfm_softc *bwfm = &sc->sc_sc; local in function:bwfm_sdio_readshared
    [all...]
  /src/sys/dev/pci/
if_bwfm_pci.c 472 struct bwfm_softc *bwfm = (void *)sc; local in function:bwfm_pci_attachhook
484 aprint_error_dev(bwfm->sc_dev, "cannot attach chip\n");
497 bwfm->sc_chip.ch_chip, bwfm->sc_chip.ch_chiprev, NULL,
500 if (!bwfm_firmware_open(bwfm, bwfm_pci_fwtab, &fwctx)) {
512 bwfm->sc_chip.ch_ramsize = letoh32(ramsize[1]);
516 aprint_error_dev(bwfm->sc_dev, "could not load microcode\n");
527 aprint_error_dev(bwfm->sc_dev,
598 aprint_error_dev(bwfm->sc_dev,
789 struct bwfm_softc *bwfm = (void *)sc local in function:bwfm_pci_load_microcode
1538 struct bwfm_softc *bwfm = (void *)sc; local in function:bwfm_pci_select_core
    [all...]

Completed in 126 milliseconds