/src/sys/dev/pci/ |
chipsfb.c | 56 struct chipsfb_softc sc_chips; member in struct:chipsfb_pci_softc 90 struct chipsfb_softc *sc = &scp->sc_chips;
|
chipsfb.c | 56 struct chipsfb_softc sc_chips; member in struct:chipsfb_pci_softc 90 struct chipsfb_softc *sc = &scp->sc_chips;
|
/src/sys/arch/emips/ebus/ |
flash_ebus.c | 220 unsigned int sc_chips; member in struct:eflash_softc 283 sc->sc_chips = (ctrl & FLASHST_BUS_32) ? 2 : 1; 290 sc->sc_chips, sc->sc_type.ft_name); 965 sc->sc_ops->read_uint8(sc,secptr+(0x0002*2*sc->sc_chips),&Data); 966 sc->sc_ops->read_uint8(sc,secptr+(0x0003*2*sc->sc_chips),&Data1); 1025 if ((sc->sc_chips == 1) && 1130 if (sc->sc_chips > 1) 1137 sc->sc_buffersize = BUFFER_BYTES * sc->sc_chips; 1145 sc->sc_ops->read_uint8(sc,sc->sc_page0+(0x0000*2*sc->sc_chips),&Mid); 1146 sc->sc_ops->read_uint8(sc,sc->sc_page0+(0x0001*2*sc->sc_chips),&Did) [all...] |
flash_ebus.c | 220 unsigned int sc_chips; member in struct:eflash_softc 283 sc->sc_chips = (ctrl & FLASHST_BUS_32) ? 2 : 1; 290 sc->sc_chips, sc->sc_type.ft_name); 965 sc->sc_ops->read_uint8(sc,secptr+(0x0002*2*sc->sc_chips),&Data); 966 sc->sc_ops->read_uint8(sc,secptr+(0x0003*2*sc->sc_chips),&Data1); 1025 if ((sc->sc_chips == 1) && 1130 if (sc->sc_chips > 1) 1137 sc->sc_buffersize = BUFFER_BYTES * sc->sc_chips; 1145 sc->sc_ops->read_uint8(sc,sc->sc_page0+(0x0000*2*sc->sc_chips),&Mid); 1146 sc->sc_ops->read_uint8(sc,sc->sc_page0+(0x0001*2*sc->sc_chips),&Did) [all...] |