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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dhdparm.c498 static uint8_t mode_loop(uint16_t mode_sup, uint16_t mode_sel, int cc, uint8_t *have_mode) argument
506 if (*have_mode)
508 *have_mode = 1;
555 uint8_t have_mode = 0, err_dma = 0; local
883 err_dma += mode_loop(jj, kk, 's', &have_mode);
888 err_dma += mode_loop(jj, kk, 'm', &have_mode);
893 err_dma += mode_loop(jj, kk, 'u', &have_mode);
895 if (err_dma || !have_mode) printf("(?)");

Completed in 97 milliseconds