Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_chip.c1194 uint8_t bmask; in whd_kso_enable() local
1223 bmask = compare_value; in whd_kso_enable()
1230 bmask = SBSDIO_SLPCSR_KEEP_SDIO_ON; in whd_kso_enable()
1256 bmask = compare_value; in whd_kso_enable()
1268 …if ( ( (read_value & bmask) == compare_value ) && (result == WHD_SUCCESS) && (read_value != 0xFF) ) in whd_kso_enable()