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

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c44 static const u32 aux_offset[] = variable
104 tmp = RREG32(AUX_CONTROL + aux_offset[instance]); radeon_dp_aux_transfer_native()
110 WREG32(AUX_CONTROL + aux_offset[instance], tmp); radeon_dp_aux_transfer_native()
113 WREG32(AUX_SW_CONTROL + aux_offset[instance], radeon_dp_aux_transfer_native()
115 WREG32(AUX_SW_CONTROL + aux_offset[instance], radeon_dp_aux_transfer_native()
121 WREG32(AUX_SW_DATA + aux_offset[instance], radeon_dp_aux_transfer_native()
125 WREG32(AUX_SW_DATA + aux_offset[instance], radeon_dp_aux_transfer_native()
129 WREG32(AUX_SW_DATA + aux_offset[instance], radeon_dp_aux_transfer_native()
133 WREG32(AUX_SW_DATA + aux_offset[instance], radeon_dp_aux_transfer_native()
139 WREG32(AUX_SW_DATA + aux_offset[instance], radeon_dp_aux_transfer_native()
145 WREG32(AUX_SW_INTERRUPT_CONTROL + aux_offset[instance], AUX_SW_DONE_ACK); radeon_dp_aux_transfer_native()
148 WREG32(AUX_SW_CONTROL + aux_offset[instance], radeon_dp_aux_transfer_native()
153 tmp = RREG32(AUX_SW_STATUS + aux_offset[instance]); radeon_dp_aux_transfer_native()
179 WREG32(AUX_SW_DATA + aux_offset[instance], radeon_dp_aux_transfer_native()
182 tmp = RREG32(AUX_SW_DATA + aux_offset[instance]); radeon_dp_aux_transfer_native()
186 tmp = RREG32(AUX_SW_DATA + aux_offset[instance]); radeon_dp_aux_transfer_native()
194 WREG32(AUX_SW_INTERRUPT_CONTROL + aux_offset[instance], AUX_SW_DONE_ACK); radeon_dp_aux_transfer_native()
/linux-4.1.27/include/uapi/linux/
H A Dperf_event.h545 * aux_offset >= data_offset + data_size
554 __u64 aux_offset; member in struct:perf_event_mmap_page
784 * u64 aux_offset;
/linux-4.1.27/kernel/events/
H A Dcore.c4598 u64 aux_offset, aux_size; perf_mmap() local
4612 aux_offset = ACCESS_ONCE(rb->user_page->aux_offset); perf_mmap()
4615 if (aux_offset < perf_data_size(rb) + PAGE_SIZE) perf_mmap()
4618 if (aux_offset != vma->vm_pgoff << PAGE_SHIFT) perf_mmap()

Completed in 227 milliseconds