Searched refs:calState (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_cal.h62 HAL_CAL_STATE calState; member in struct:cal_list
90 (_perCal)->calState = CAL_WAITING; \
H A Dar5416_cal.c115 currCal->calState = CAL_RUNNING;
314 if (currCal->calState != CAL_DONE) {
317 __func__, currCal->calState);
332 currCal->calState = CAL_WAITING;
352 __func__, currCal->calData->calName, currCal->calState,
356 if (currCal->calState == CAL_RUNNING) {
380 currCal->calState = CAL_DONE;
436 (currCal->calState == CAL_RUNNING ||
437 currCal->calState == CAL_WAITING)) {
441 if (currCal->calState
[all...]

Completed in 52 milliseconds