Lines Matching refs:asmc_softc
509 sizeof(struct asmc_softc)
580 struct asmc_softc *sc = device_get_softc(dev); in asmc_attach()
794 struct asmc_softc *sc = device_get_softc(dev); in asmc_detach()
837 struct asmc_softc *sc = device_get_softc(dev); in asmc_init()
939 struct asmc_softc *sc = device_get_softc(dev); in asmc_wait_ack()
961 struct asmc_softc *sc; in asmc_wait()
986 struct asmc_softc *sc = device_get_softc(dev); in asmc_command()
1006 struct asmc_softc *sc = device_get_softc(dev); in asmc_key_read()
1045 struct asmc_softc *sc = device_get_softc(dev); in asmc_key_dump()
1139 struct asmc_softc *sc = device_get_softc(dev); in asmc_key_write()
1362 struct asmc_softc *sc = device_get_softc(dev); in asmc_temp_sysctl()
1401 struct asmc_softc *sc = device_get_softc(dev); in asmc_sms_calibrate()
1413 struct asmc_softc *sc = device_get_softc(dev); in asmc_sms_intrfast()
1431 struct asmc_softc *sc = device_get_softc(dev); in asmc_sms_printintr()
1460 struct asmc_softc *sc = (struct asmc_softc *)arg; in asmc_sms_task()