Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/esp/
H A Desp_sbus.c597 sc->sc_maxwidth = MSG_EXT_WDTR_BUS_8_BIT; in espattach()
603 sc->sc_maxwidth = MSG_EXT_WDTR_BUS_8_BIT; in espattach()
624 sc->sc_maxwidth = MSG_EXT_WDTR_BUS_8_BIT; in espattach()
629 sc->sc_maxwidth = MSG_EXT_WDTR_BUS_16_BIT; in espattach()
H A Dncr53c9xvar.h377 int sc_maxwidth; /* Maximum width */ member
H A Dncr53c9x.c1062 spi->bus_width = sc->sc_maxwidth; in ncr53c9x_action()