Lines Matching refs:ring_idx
1148 uint32 ring_idx = 0, pos = 0; in BCMPOSTTRAPFN() local
1150 si_gci_get_chipctrlreg_ringidx_base8(gci_gpio, &ring_idx, &pos); in BCMPOSTTRAPFN()
1153 ring_idx, pos, opt, GCIMASK_8B(pos), GCIPOSVAL_8B(opt, pos))); in BCMPOSTTRAPFN()
1155 si_corereg(sih, GCI_CORE_IDX(sih), GCI_OFFSETOF(sih, gci_indirect_addr), ~0, ring_idx); in BCMPOSTTRAPFN()
1164 uint32 ring_idx = 0, pos = 0; /**< FunctionSel register idx and bits to use */ in BCMPOSTTRAPFN() local
1167 si_gci_get_chipctrlreg_ringidx_base4(gci_gpio, &ring_idx, &pos); in BCMPOSTTRAPFN()
1170 ring_idx, pos, value, GCIMASK_4B(pos), GCIPOSVAL_4B(value, pos))); in BCMPOSTTRAPFN()
1171 si_corereg(sih, GCI_CORE_IDX(sih), GCI_OFFSETOF(sih, gci_indirect_addr), ~0, ring_idx); in BCMPOSTTRAPFN()
1197 uint32 ring_idx = 0, pos = 0; in BCMPOSTTRAPFN() local
1199 si_gci_get_chipctrlreg_ringidx_base4(gpio, &ring_idx, &pos); in BCMPOSTTRAPFN()
1202 ring_idx, pos, value, GCIMASK_4B(pos), GCIPOSVAL_4B(value, pos))); in BCMPOSTTRAPFN()
1204 si_corereg(sih, GCI_CORE_IDX(sih), GCI_OFFSETOF(sih, gci_indirect_addr), ~0, ring_idx); in BCMPOSTTRAPFN()