Lines Matching defs:kick
2649 /* If there are no DMAs and no USC kick then code is HALT only. */
2875 /* Allocate 3 constant spaces for each kick. The 64-bit constants
2916 /* Allocate 3 constant spaces for each DMA and 2 for a USC kick. The
3264 /* Allocate 3 constant spaces for each kick. The 64-bit constants
3320 uint32_t kick;
3323 for (kick = 0; kick < program->num_uniform_dma_kicks - 1;
3324 kick++) {
3328 program->uniform_dma_address[kick],
3333 program->uniform_dma_control[kick]);
3341 program->uniform_dma_address[kick],
3347 program->uniform_dma_control[kick] |
3353 /* Allocate 3 constant spaces for each kick. The 64-bit constants
3364 uint32_t kick;
3365 for (kick = 0; kick < program->num_texture_dma_kicks - 1; kick++) {
3369 program->texture_dma_address[kick],
3375 program->texture_dma_control[kick]);
3383 program->texture_dma_address[kick],
3390 program->texture_dma_control[kick] |
3412 * \param program Pointer to the PDS kick USC.
3477 * Generates generic kick DOUTU PDS program in a single data+code block.
3479 * \param control Pointer to the PDS kick USC.
3586 * Generates generic kick DOUTU PDS program in a single data+code block.
3588 * \param program Pointer to the PDS kick USC.
3704 * Generates program to kick the USC task to store shared.
3863 * Generates program to kick the USC task to load shared registers from memory.