Searched refs:start_flag (Results 1 – 3 of 3) sorted by relevance
156 unsigned int start_flag; in up_to_host() local168 start_flag = __le32_to_cpu(mux_header->start_flag); in up_to_host()172 if (start_flag != START_FLAG) { in up_to_host()173 pr_err("invalid START_FLAG %x\n", start_flag); in up_to_host()384 mux_header->start_flag = __cpu_to_le32(START_FLAG); in gdm_mux_send()
38 __le32 start_flag; member
2360 u8 start_flag = 0, done_flag = 0; in mwifiex_sdio_generic_fw_dump() local2387 start_flag = sdio_readb(card->func, reg, &ret); in mwifiex_sdio_generic_fw_dump()2393 if (start_flag == 0) in mwifiex_sdio_generic_fw_dump()