Lines Matching refs:index
91 size_t index; in rtl_fw_data_ok() local
93 for (index = 0; index < pa->size; index++) { in rtl_fw_data_ok()
94 u32 action = le32_to_cpu(pa->code[index]); in rtl_fw_data_ok()
114 if (regno > index) in rtl_fw_data_ok()
118 if (index + 2 >= pa->size) in rtl_fw_data_ok()
124 if (index + 1 + regno >= pa->size) in rtl_fw_data_ok()
146 size_t index; in rtl_fw_write_firmware() local
148 for (index = 0; index < pa->size; index++) { in rtl_fw_write_firmware()
149 u32 action = le32_to_cpu(pa->code[index]); in rtl_fw_write_firmware()
169 index -= (regno + 1); in rtl_fw_write_firmware()
189 index++; in rtl_fw_write_firmware()
193 index += regno; in rtl_fw_write_firmware()
197 index += regno; in rtl_fw_write_firmware()
203 index += regno; in rtl_fw_write_firmware()