Lines Matching refs:asmc_softc
492 sizeof(struct asmc_softc)
563 struct asmc_softc *sc = device_get_softc(dev); in asmc_attach()
777 struct asmc_softc *sc = device_get_softc(dev); in asmc_detach()
820 struct asmc_softc *sc = device_get_softc(dev); in asmc_init()
922 struct asmc_softc *sc = device_get_softc(dev); in asmc_wait_ack()
944 struct asmc_softc *sc; in asmc_wait()
969 struct asmc_softc *sc = device_get_softc(dev); in asmc_command()
989 struct asmc_softc *sc = device_get_softc(dev); in asmc_key_read()
1028 struct asmc_softc *sc = device_get_softc(dev); in asmc_key_dump()
1122 struct asmc_softc *sc = device_get_softc(dev); in asmc_key_write()
1345 struct asmc_softc *sc = device_get_softc(dev); in asmc_temp_sysctl()
1384 struct asmc_softc *sc = device_get_softc(dev); in asmc_sms_calibrate()
1396 struct asmc_softc *sc = device_get_softc(dev); in asmc_sms_intrfast()
1414 struct asmc_softc *sc = device_get_softc(dev); in asmc_sms_printintr()
1443 struct asmc_softc *sc = (struct asmc_softc *)arg; in asmc_sms_task()