Searched refs:buf_ptr (Results 1 – 14 of 14) sorted by relevance
119 char *buf_ptr; in octeon_pcie_console_read() local123 buf_ptr = (char *)cvmx_phys_to_ptr(cons_ptr->input_base_addr); in octeon_pcie_console_read()150 memcpy(buffer, buf_ptr + cons_ptr->input_read_index, read_size); in octeon_pcie_console_read()170 char *buf_ptr; in octeon_pcie_console_write() local173 buf_ptr = (char *)cvmx_phys_to_ptr(cons_ptr->output_base_addr); in octeon_pcie_console_write()193 memcpy(buf_ptr + cons_ptr->output_write_index, in octeon_pcie_console_write()
161 u8 ddr3_tip_get_buf_min(u8 *buf_ptr);162 u8 ddr3_tip_get_buf_max(u8 *buf_ptr);
2746 u8 ddr3_tip_get_buf_min(u8 *buf_ptr) in ddr3_tip_get_buf_min() argument2752 if (buf_ptr[cnt] < min_val) in ddr3_tip_get_buf_min()2753 min_val = buf_ptr[cnt]; in ddr3_tip_get_buf_min()2762 u8 ddr3_tip_get_buf_max(u8 *buf_ptr) in ddr3_tip_get_buf_max() argument2768 if (buf_ptr[cnt] > max_val) in ddr3_tip_get_buf_max()2769 max_val = buf_ptr[cnt]; in ddr3_tip_get_buf_max()
455 u32 *buf_ptr = NULL; in ddr3_tip_get_buf_ptr() local457 buf_ptr = &training_res in ddr3_tip_get_buf_ptr()461 return buf_ptr; in ddr3_tip_get_buf_ptr()
175 u8 ddr3_tip_get_buf_min(u8 *buf_ptr);176 u8 ddr3_tip_get_buf_max(u8 *buf_ptr);
2509 u8 ddr3_tip_get_buf_min(u8 *buf_ptr) in ddr3_tip_get_buf_min() argument2515 if (buf_ptr[cnt] < min_val) in ddr3_tip_get_buf_min()2516 min_val = buf_ptr[cnt]; in ddr3_tip_get_buf_min()2525 u8 ddr3_tip_get_buf_max(u8 *buf_ptr) in ddr3_tip_get_buf_max() argument2531 if (buf_ptr[cnt] > max_val) in ddr3_tip_get_buf_max()2532 max_val = buf_ptr[cnt]; in ddr3_tip_get_buf_max()
160 u32 *buf_ptr = NULL; in ddr3_tip_get_buf_ptr() local162 buf_ptr = &training_res in ddr3_tip_get_buf_ptr()166 return buf_ptr; in ddr3_tip_get_buf_ptr()
108 u64 buf_ptr; member
53 arg->params[0].u.tmem.buf_ptr = ph_ptr; in cmd_shm_alloc()
650 msg_arg->params->u.tmem.buf_ptr = ph_ptr; in optee_shm_register()
404 p_rx_desc->buf_ptr = dmvgbe->p_rxbuf + i * PKTSIZE_ALIGN; in mvgbe_init_rx_desc_ring()530 p_txdesc->buf_ptr = (u8 *) p; in __mvgbe_send()584 (u32) p_rxdesc_curr->buf_ptr, in __mvgbe_recv()613 data = (p_rxdesc_curr->buf_ptr + RX_BUF_OFFSET); in __mvgbe_recv()
460 u8 *buf_ptr; /* Descriptor buffer pointer */ member468 u8 *buf_ptr; /* Descriptor buffer ptr */ member
757 cvmx_buf_ptr_t buf_ptr; in nic_recv() local795 buf_ptr = cvmx_wqe_get_packet_ptr(work); in nic_recv()796 packet_data = cvmx_phys_to_ptr(buf_ptr.s.addr); in nic_recv()803 buf_ptr = cvmx_wqe_get_packet_ptr(work); in nic_recv()804 packet_data = cvmx_phys_to_ptr(buf_ptr.s.addr); in nic_recv()
523 uint8_t *buf_ptr = buffer; in ehci_submit_async() local537 xfr_bytes -= (unsigned long)buf_ptr & (EHCI_PAGE_SIZE - 1); in ehci_submit_async()570 if (ehci_td_buffer(&qtd[qtd_counter], buf_ptr, in ehci_submit_async()585 buf_ptr += xfr_bytes; in ehci_submit_async()
Completed in 56 milliseconds