Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dvirtchnl.c203 struct irdma_vchnl_reg_info *reg_array; in irdma_vchnl_req_get_reg_layout() local
226 reg_array = (struct irdma_vchnl_reg_info *)resp_buffer; in irdma_vchnl_req_get_reg_layout()
233 (struct irdma_vchnl_reg_field_info *)&reg_array[rindex + 1]; in irdma_vchnl_req_get_reg_layout()
234 reg_id = reg_array[rindex].reg_id; in irdma_vchnl_req_get_reg_layout()
258 (reg_array[rindex].reg_id & IRDMA_VCHNL_REG_PAGE_REL)) { in irdma_vchnl_req_get_reg_layout()
260 (u32 __iomem *)(uintptr_t)reg_array[rindex].reg_offset; in irdma_vchnl_req_get_reg_layout()
266 reg_array[rindex].reg_offset); in irdma_vchnl_req_get_reg_layout()
/linux/drivers/net/ipa/reg/
H A Dgsi_reg-v3.1.c236 static const struct reg *reg_array[] = { variable
291 .reg_count = ARRAY_SIZE(reg_array),
292 .reg = reg_array,
H A Dgsi_reg-v3.5.1.c247 static const struct reg *reg_array[] = { variable
303 .reg_count = ARRAY_SIZE(reg_array),
304 .reg = reg_array,
H A Dgsi_reg-v4.11.c257 static const struct reg *reg_array[] = { variable
313 .reg_count = ARRAY_SIZE(reg_array),
314 .reg = reg_array,
H A Dgsi_reg-v4.0.c252 static const struct reg *reg_array[] = { variable
308 .reg_count = ARRAY_SIZE(reg_array),
309 .reg = reg_array,
H A Dgsi_reg-v4.5.c255 static const struct reg *reg_array[] = { variable
311 .reg_count = ARRAY_SIZE(reg_array),
312 .reg = reg_array,
H A Dgsi_reg-v4.9.c256 static const struct reg *reg_array[] = { variable
312 .reg_count = ARRAY_SIZE(reg_array),
313 .reg = reg_array,
H A Dgsi_reg-v5.0.c261 static const struct reg *reg_array[] = { variable
318 .reg_count = ARRAY_SIZE(reg_array),
319 .reg = reg_array,
H A Dipa_reg-v3.5.1.c399 static const struct reg *reg_array[] = { variable
444 .reg_count = ARRAY_SIZE(reg_array),
445 .reg = reg_array,
H A Dipa_reg-v3.1.c388 static const struct reg *reg_array[] = { variable
434 .reg_count = ARRAY_SIZE(reg_array),
435 .reg = reg_array,
H A Dipa_reg-v4.2.c414 static const struct reg *reg_array[] = { variable
458 .reg_count = ARRAY_SIZE(reg_array),
459 .reg = reg_array,
H A Dipa_reg-v4.11.c455 static const struct reg *reg_array[] = { variable
500 .reg_count = ARRAY_SIZE(reg_array),
501 .reg = reg_array,
H A Dipa_reg-v4.7.c447 static const struct reg *reg_array[] = { variable
492 .reg_count = ARRAY_SIZE(reg_array),
493 .reg = reg_array,
H A Dipa_reg-v4.9.c452 static const struct reg *reg_array[] = { variable
497 .reg_count = ARRAY_SIZE(reg_array),
498 .reg = reg_array,
H A Dipa_reg-v5.5.c513 static const struct reg *reg_array[] = { variable
563 .reg_count = ARRAY_SIZE(reg_array),
564 .reg = reg_array,
H A Dipa_reg-v5.0.c514 static const struct reg *reg_array[] = { variable
564 .reg_count = ARRAY_SIZE(reg_array),
565 .reg = reg_array,
H A Dipa_reg-v4.5.c474 static const struct reg *reg_array[] = { variable
521 .reg_count = ARRAY_SIZE(reg_array),
522 .reg = reg_array,
/linux/drivers/media/usb/gspca/
H A Dov534.c141 struct reg_array { struct
1317 static const struct reg_array bridge_init[NSENSORS] = { in sd_init()
1321 static const struct reg_array sensor_init[NSENSORS] = { in sd_init()
1374 static const struct reg_array bridge_start[NSENSORS][4] = { in sd_start()
1388 static const struct reg_array sensor_start[NSENSORS][4] = { in sd_start()
/linux/arch/x86/coco/sev/
H A Dvc-handle.c467 long *reg_array; in vc_insn_get_rm() local
470 reg_array = (long *)ctxt->regs; in vc_insn_get_rm()
478 return reg_array + offset; in vc_insn_get_rm()