sc_width 126 dev/ic/rlnsubr.c if (sc->sc_width != 0)
sc_width 131 dev/ic/rlnsubr.c if (sc->sc_width == 8) {
sc_width 138 dev/ic/rlnsubr.c } else if (sc->sc_width == 16) {
sc_width 143 dev/ic/rlnsubr.c sc->sc_width = 16;
sc_width 152 dev/ic/rlnsubr.c sc->sc_width = 8;
sc_width 237 dev/ic/rlnsubr.c if (sc->sc_width == 16) {
sc_width 256 dev/ic/rlnsubr.c } else if (sc->sc_width == 8) {
sc_width 383 dev/ic/rlnsubr.c if (sc->sc_width == 16) {
sc_width 388 dev/ic/rlnsubr.c } else if (sc->sc_width == 8) {
sc_width 411 dev/ic/rlnsubr.c panic("rln: bus width %d", sc->sc_width);
sc_width 445 dev/ic/rlnsubr.c if (sc->sc_width == 16) {
sc_width 467 dev/ic/rlnsubr.c } else if (sc->sc_width == 8) {
sc_width 596 dev/ic/rlnsubr.c if (sc->sc_width == 16 && state->pd.p_nremain) {
sc_width 617 dev/ic/rlnsubr.c if (sc->sc_width == 16) {
sc_width 624 dev/ic/rlnsubr.c } else if (sc->sc_width == 8)
sc_width 628 dev/ic/rlnsubr.c panic("rln_msg_tx_data width %d", sc->sc_width);
sc_width 36 dev/ic/rlnvar.h u_int8_t sc_width; /* Bus transfer width */
sc_width 86 dev/isa/if_rln_isa.c sc->sc_width = 0; /* Force width probe */
sc_width 141 dev/isa/if_rln_isa.c sc->sc_width = 0; /* re-probe width */
sc_width 247 dev/pci/vga_pci.c wdf->width = sc->sc_width;
sc_width 71 dev/pci/vga_pcivar.h int sc_width;
sc_width 148 dev/pcmcia/if_rln_pcmcia.c sc->sc_width = 16;
sc_width 150 dev/pcmcia/if_rln_pcmcia.c sc->sc_width = 8;
sc_width 152 dev/pcmcia/if_rln_pcmcia.c sc->sc_width = 0;
sc_width 165 dev/pcmcia/if_rln_pcmcia.c if (sc->sc_width == 0)
sc_width 182 dev/pcmcia/if_rln_pcmcia.c if (pcmcia_io_map(psc->psc_pf, ((sc->sc_width == 8) ? PCMCIA_WIDTH_IO8 :
sc_width 183 dev/pcmcia/if_rln_pcmcia.c (sc->sc_width == 16) ? PCMCIA_WIDTH_IO16 : PCMCIA_WIDTH_AUTO),
sc_width 261 dev/vesa/vesafb.c sc->sc_width = mi.XResolution;