Searched refs:is_reset (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_cal.h33 extern void ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset);
H A Dar9287_cal.h32 extern void ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset);
H A Dar9287_cal.c45 ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset) argument
H A Dar9285_cal.c51 ar9285_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset) argument
127 if ((!is_reset) && (AH9285(ah)->pacal_info.prev_offset == offset)) {
155 ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset) argument
158 if (is_reset || !AH9285(ah)->pacal_info.skipcount)
159 ar9285_hw_pa_cal(ah, is_reset);
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtput.c62 static bool is_reset = FALSE; variable
113 if ((is_reset = same_program(name, program ? PROG_RESET : my_reset)))
153 if (is_reset || is_init) {
160 if (is_reset) {
319 is_alias = (is_clear || is_reset || is_init);
320 need_tty = ((is_reset || is_init) ||
H A Dreset_cmd.c590 reset_start(FILE *fp, bool is_reset, bool is_init) argument
593 use_reset = is_reset;
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h553 al_bool is_reset; member in struct:al_pcie_lane_status
H A Dal_hal_pcie.c2056 status->is_reset = !!(lane_status & PCIE_AXI_STATUS_LANE_IS_RESET);
2057 } while (status->is_reset != (!!(al_reg_read32(reg_ptr) & PCIE_AXI_STATUS_LANE_IS_RESET)));
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416.h90 HAL_BOOL is_reset);

Completed in 88 milliseconds