Home | History | Annotate | Download | only in nv50

Lines Matching refs:data_words

632    unsigned data_words = data_size / 4;
665 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words;
666 unsigned nr = nr_data * data_words;
670 PUSH_DATAp(push, data, data_words);