Searched refs:ring2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/dma/
H A Dapple-admac.c346 u32 ring1, ring2; local
353 ring2 = readl_relaxed(ad->base + REG_REPORT_RING(channo));
363 /* No descriptor load between the two reads, ring2 is safe to use */
364 nreports = admac_ring_noccupied_slots(ring2);
/linux-master/drivers/dma/ti/
H A Dk3-udma.c729 struct k3_ring *ring2 = NULL; local
735 ring2 = uc->rflow->r_ring;
742 ring2 = uc->tchan->tc_ring;
752 if (ring2)
753 k3_ringacc_ring_reset(ring2);
/linux-master/drivers/hid/
H A Dwacom_wac.c521 int ring1 = 0, ring2 = 0; local
542 ring2 = data[2];
641 (ring1 & 0x80) | (ring2 & 0x80) | strip1 | strip2;
664 input_report_abs(input, ABS_THROTTLE, (ring2 & 0x80) ? (ring2 & 0x7f) : 0);

Completed in 108 milliseconds