Home
last modified time | relevance | path

Searched refs:int_fmt (Results 1 – 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c109 static uint8 int_fmt; variable
370 int_fmt = INT_FMT_DEC; in dhd_option()
387 int_fmt = INT_FMT_DEC; in dhd_option()
389 int_fmt = INT_FMT_UINT; in dhd_option()
391 int_fmt = INT_FMT_HEX; in dhd_option()
539 switch (int_fmt) { in dhd_printint()