Searched refs:regdata (Results 1 – 2 of 2) sorted by relevance
162 uint8_t regdata; in whd_device_core_is_up() local169 … result = whd_bus_read_backplane_value(whd_driver, base + AI_IOCTRL_OFFSET, (uint8_t)1, ®data); in whd_device_core_is_up()177 if ( (regdata & (SICF_FGC | SICF_CLOCK_EN) ) != ( uint8_t )SICF_CLOCK_EN ) in whd_device_core_is_up()183 …esult = whd_bus_read_backplane_value(whd_driver, base + AI_RESETCTRL_OFFSET, (uint8_t)1, ®data); in whd_device_core_is_up()189 if ( (regdata & AIRC_RESET) != 0 ) in whd_device_core_is_up()204 uint8_t regdata; in whd_reset_core() local208 … ®data) ) == WHD_SUCCESS ) && regdata != 0 ), 300 ); in whd_reset_core()216 … ®data) ) == WHD_SUCCESS ) && regdata != 0 ), 300 ); in whd_reset_core()223 … ®data) ) == WHD_SUCCESS ) && regdata != 0 ), 300 ); in whd_reset_core()226 ®data) ) == WHD_SUCCESS ) && regdata != 0 && in whd_reset_core()[all …]
716 unsigned regdata:8; member