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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_cal.h31 extern void ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset);
H A Dar9287_cal.h30 extern void ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset);
H A Dar9287_cal.c44 ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset) argument
H A Dar9285_cal.c49 ar9285_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset) argument
125 if ((!is_reset) && (AH9285(ah)->pacal_info.prev_offset == offset)) {
153 ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset) argument
156 if (is_reset || !AH9285(ah)->pacal_info.skipcount)
157 ar9285_hw_pa_cal(ah, is_reset);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtput.c64 static bool is_reset = FALSE; variable
90 is_reset = same_program(name, PROG_RESET);
160 if (is_reset || is_init) {
166 if (is_reset && reset_1string != 0) {
173 if (is_reset && reset_2string != 0) {
233 if (is_reset && reset_file != 0) {
254 if (is_reset && reset_3string != 0) {
395 if (is_reset || is_init) {
413 if ((argc <= 0) && !is_reset && !is_init)
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h490 al_bool is_reset; member in struct:al_pcie_lane_status
H A Dal_hal_pcie.c1993 status->is_reset = !!(lane_status & PCIE_AXI_STATUS_LANE_IS_RESET);
1994 } while (status->is_reset != (!!(al_reg_read32(reg_ptr) & PCIE_AXI_STATUS_LANE_IS_RESET)));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416.h94 HAL_BOOL is_reset);

Completed in 93 milliseconds