Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/storage/
H A Dumass.c899 sc->sc_quirks = temp.quirks; in umass_attach()
962 if (sc->sc_quirks & ALT_IFACE_1) { in umass_attach()
1026 if (sc->sc_quirks & SHUTTLE_INIT) { in umass_attach()
1032 !(sc->sc_quirks & NO_GETMAXLUN)) in umass_attach()
1495 if (sc->sc_quirks & WRONG_CSWSIG) { in umass_t_bbb_status_callback()
2266 if (sc->sc_quirks & NO_INQUIRY) { in umass_cam_action()
2292 if (sc->sc_quirks & NO_START_STOP) { in umass_cam_action()
2336 if (sc->sc_quirks & FLOPPY_SPEED) { in umass_cam_action()
2560 if ((sc->sc_quirks & RS_NO_CLEAR_UA) && in umass_cam_sense_cb()
2663 if (sc->sc_quirks & NO_TEST_UNIT_READY) { in umass_scsi_transform()
[all …]
/freebsd/sys/powerpc/ofw/
H A Dopenpic_ofw.c140 sc->sc_quirks = OPENPIC_QUIRK_SINGLE_BIND; in openpic_ofw_attach()
141 sc->sc_quirks |= OPENPIC_QUIRK_HIDDEN_IRQS; in openpic_ofw_attach()
/freebsd/sys/dev/ofw/
H A Dofwpci.h60 int sc_quirks; member
H A Dofw_pcib.c168 if (sc->sc_quirks & OFW_PCI_QUIRK_RANGES_ON_CHILDREN) { in ofw_pcib_init()
/freebsd/sys/powerpc/include/
H A Dopenpicvar.h59 u_int sc_quirks; member
/freebsd/sys/dev/usb/controller/
H A Dgeneric_xhci_fdt.c100 sc->sc_quirks |= XHCI_QUIRK_DMA_32B; in generic_xhci_fdt_attach()
H A Dgeneric_xhci.c124 (sc->sc_quirks & XHCI_QUIRK_DMA_32B) == 0 ? IS_DMA_32B : 1); in generic_xhci_attach()
H A Dxhci.h572 uint32_t sc_quirks; member
H A Dxhci.c3393 if ((sc->sc_quirks & XHCI_QUIRK_DISABLE_PORT_PED) == 0) in xhci_roothub_exec()
/freebsd/sys/powerpc/powerpc/
H A Dopenpic.c173 if (sc->sc_quirks & OPENPIC_QUIRK_HIDDEN_IRQS) in openpic_common_attach()
245 if (sc->sc_quirks & OPENPIC_QUIRK_SINGLE_BIND) { in openpic_bind()
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c210 device_printf(sc->dev, "xhci quirks: %#012x\n", xsc->sc_quirks); in snsp_dwc3_dump_regs()
361 xsc->sc_quirks |= XHCI_QUIRK_DISABLE_PORT_PED; in snps_dwc3_do_quirks()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c185 sc->pci_sc.sc_quirks = OFW_PCI_QUIRK_RANGES_ON_CHILDREN; in cpcht_attach()
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h1019 uint32_t sc_quirks; /**< @see bwn_quirk */ member
H A Dif_bwn.c553 sc->sc_quirks = bhnd_device_quirks(dev, bwn_devices, in bwn_attach()
558 sc->sc_quirks |= bhnd_device_quirks(hostb, bridge_devices, in bwn_attach()
564 sc->sc_quirks |= BWN_QUIRK_NODMA; in bwn_attach()
2269 if (sc->sc_quirks & BWN_QUIRK_UCODE_SLOWCLOCK_WAR) in bwn_core_init()
2299 if (sc->sc_quirks & BWN_QUIRK_NODMA) in bwn_core_init()
7135 if (sc->sc_quirks & BWN_QUIRK_NODMA) in bwn_dma_attach()