Searched refs:adv_stop_chip (Results 1 – 3 of 3) sorted by relevance
822 int adv_stop_chip(struct adv_softc *adv);
550 adv_stop_chip(adv); in adv_reset_chip()1586 adv_stop_chip(struct adv_softc *adv) in adv_stop_chip() function
734 if (adv_stop_chip(adv) == 0 || adv_is_chip_halted(adv) == 0) { in adv_init()