Searched refs:gReg (Results 1 – 2 of 2) sorted by relevance
313 context->gReg[0] = (1 << (conf->event % 32)); in sdma_configure()314 context->gReg[1] = 0; in sdma_configure()316 context->gReg[0] = 0; in sdma_configure()317 context->gReg[1] = (1 << conf->event); in sdma_configure()320 context->gReg[6] = conf->daddr; in sdma_configure()321 context->gReg[7] = conf->word_length; in sdma_configure()
141 uint32_t gReg[8]; member