Home
last modified time | relevance | path

Searched refs:cvmx_phys_to_ptr (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/octeon/
Dethernet-rx.c99 cvmx_phys_to_ptr(work->packet_ptr.s.addr); in cvm_oct_check_rcv_error()
153 cvmx_phys_to_ptr(segment_ptr.s.addr - 8); in copy_segments_to_skb()
175 skb_put_data(skb, cvmx_phys_to_ptr(segment_ptr.s.addr), in copy_segments_to_skb()
Dethernet-util.h16 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
Dethernet.c183 cvmx_phys_to_ptr(segment_ptr.s.addr - 8); in cvm_oct_free_work()
Docteon-stubs.h1210 static inline void *cvmx_phys_to_ptr(uint64_t physical_address) in cvmx_phys_to_ptr() function
/drivers/usb/host/
Docteon-hcd.c1179 ptr = cvmx_phys_to_ptr(address); in cvmx_usb_poll_rx_fifo()
1212 const u32 *ptr = cvmx_phys_to_ptr(fifo->entry[i].address); in cvmx_usb_fill_tx_hw()
1358 cvmx_phys_to_ptr(transaction->control_header); in cvmx_usb_start_channel_control()
2241 struct usb_ctrlrequest *header = cvmx_phys_to_ptr(control_header); in cvmx_usb_submit_control()
2416 cvmx_phys_to_ptr(transaction->control_header); in cvmx_usb_transfer_control()
2426 cvmx_phys_to_ptr(transaction->control_header); in cvmx_usb_transfer_control()