Lines Matching refs:want
20 * If you do, I don't want to know about it, and you can probably write
937 int want = (dma == 3) ? 2 : (dma == 1) ? 1 : 3;
941 if (want & 1) {
943 want &= ~1;
955 if (want & 2) {
957 want &= ~2;
994 if ((want & 2) && (get_dma_residue(3)==sizeof(struct lt_mem))) {
995 want &= ~2;
999 if ((want & 1) && (get_dma_residue(1)==sizeof(struct lt_mem))) {
1000 want &= ~1;
1004 if (!want)
1007 return (want & 2) ? 3 : 1;
1127 /* the card will want to send a result at this point */