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