Searched refs:wdp (Results 1 – 2 of 2) sorted by relevance
250 int size, off, cont, rdp, wdp; in pdacf_threaded_irq() local259 wdp = inw(chip->port + PDAUDIOCF_REG_WDP); in pdacf_threaded_irq()260 size = wdp - rdp; in pdacf_threaded_irq()
2975 uint32_t rdp, wdp; in r100_debugfs_cp_ring_info_show() local2980 wdp = RREG32(RADEON_CP_RB_WPTR); in r100_debugfs_cp_ring_info_show()2981 count = (rdp + ring->ring_size - wdp) & ring->ptr_mask; in r100_debugfs_cp_ring_info_show()2983 seq_printf(m, "CP_RB_WPTR 0x%08x\n", wdp); in r100_debugfs_cp_ring_info_show()