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

/freebsd-12-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-12-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-12-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-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416.h90 HAL_BOOL is_reset);

Completed in 230 milliseconds