Lines Matching refs:mx25l_softc
80 struct mx25l_softc struct
160 mx25l_wait_for_device_ready(struct mx25l_softc *sc) in mx25l_wait_for_device_ready()
181 mx25l_get_device_ident(struct mx25l_softc *sc) in mx25l_get_device_ident()
222 mx25l_set_writable(struct mx25l_softc *sc, int writable) in mx25l_set_writable()
242 mx25l_erase_cmd(struct mx25l_softc *sc, off_t sector) in mx25l_erase_cmd()
286 mx25l_write(struct mx25l_softc *sc, off_t offset, caddr_t data, off_t count) in mx25l_write()
365 mx25l_read(struct mx25l_softc *sc, off_t offset, caddr_t data, off_t count) in mx25l_read()
414 mx25l_set_4b_mode(struct mx25l_softc *sc, uint8_t command) in mx25l_set_4b_mode()
477 struct mx25l_softc *sc; in mx25l_attach()
547 struct mx25l_softc *sc; in mx25l_detach()
600 struct mx25l_softc *sc; in mx25l_strategy()
602 sc = (struct mx25l_softc *)bp->bio_disk->d_drv1; in mx25l_strategy()
612 struct mx25l_softc *sc; in mx25l_getattr()
633 struct mx25l_softc *sc = (struct mx25l_softc*)arg; in mx25l_task()
682 sizeof(struct mx25l_softc),