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

/linux-4.4.14/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.4.14/include/uapi/linux/
H A Dperf_event.h551 * aux_offset >= data_offset + data_size
560 __u64 aux_offset; member in struct:perf_event_mmap_page
796 * u64 aux_offset;
/linux-4.4.14/tools/perf/util/
H A Devent.h343 u64 aux_offset; member in struct:aux_event
H A Dsession.c443 event->aux.aux_offset = bswap_64(event->aux.aux_offset); perf_event__aux_swap()
H A Dauxtrace.c79 pc->aux_offset = mp->offset; auxtrace_mmap__mmap()
H A Devent.c828 event->aux.aux_offset, event->aux.aux_size, perf_event__fprintf_aux()
/linux-4.4.14/kernel/events/
H A Dcore.c4764 u64 aux_offset, aux_size; perf_mmap() local
4778 aux_offset = ACCESS_ONCE(rb->user_page->aux_offset); perf_mmap()
4781 if (aux_offset < perf_data_size(rb) + PAGE_SIZE) perf_mmap()
4784 if (aux_offset != vma->vm_pgoff << PAGE_SHIFT) perf_mmap()

Completed in 310 milliseconds