Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c59 #define stricmp strcasecmp macro
844 if (!stricmp(argv[1], "pio")) { in dhd_dma_mode()
847 } else if (!stricmp(argv[1], "dma")) { in dhd_dma_mode()
849 } else if (!stricmp(argv[1], "sdma")) { in dhd_dma_mode()
852 } else if (!stricmp(argv[1], "adma1")) { in dhd_dma_mode()
854 } else if (!stricmp(argv[1], "adma")) { in dhd_dma_mode()
856 } else if (!stricmp(argv[1], "adma2")) { in dhd_dma_mode()
2690 if (stricmp(dbg_msg[i].string, s) == 0) in dhd_do_msglevel()