Home
last modified time | relevance | path

Searched refs:row_offset (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/tools/perf/util/ui/browsers/
Dhists.c353 h->row_offset, h->nr_rows); in hist_browser__run()
393 off_t *row_offset, in hist_browser__show_callchain_node_rb_tree() argument
430 if (*row_offset != 0) { in hist_browser__show_callchain_node_rb_tree()
431 --*row_offset; in hist_browser__show_callchain_node_rb_tree()
471 new_level, row, row_offset, in hist_browser__show_callchain_node_rb_tree()
485 off_t *row_offset, in hist_browser__show_callchain_node() argument
500 if (*row_offset != 0) { in hist_browser__show_callchain_node()
501 --*row_offset; in hist_browser__show_callchain_node()
527 row_offset, in hist_browser__show_callchain_node()
536 off_t *row_offset, in hist_browser__show_callchain() argument
[all …]
/linux-3.4.99/tools/perf/util/
Dsort.h67 u16 row_offset; member
Dhist.c1224 h->row_offset = 0; in hists__remove_entry_filter()
/linux-3.4.99/arch/arm/mach-msm/include/mach/
Ddma.h148 uint32_t row_offset; member
/linux-3.4.99/drivers/atm/
Dhe.c454 unsigned row_offset = he_dev->r0_startrow * he_dev->bytes_per_row; in he_init_rx_lbfp0() local
463 lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32; in he_init_rx_lbfp0()
470 row_offset += he_dev->bytes_per_row; in he_init_rx_lbfp0()
485 unsigned row_offset = he_dev->r1_startrow * he_dev->bytes_per_row; in he_init_rx_lbfp1() local
494 lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32; in he_init_rx_lbfp1()
501 row_offset += he_dev->bytes_per_row; in he_init_rx_lbfp1()
516 unsigned row_offset = he_dev->tx_startrow * he_dev->bytes_per_row; in he_init_tx_lbfp() local
525 lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32; in he_init_tx_lbfp()
532 row_offset += he_dev->bytes_per_row; in he_init_tx_lbfp()
/linux-3.4.99/drivers/isdn/hardware/eicon/
Dos_pri.c960 dword row_offset[7] = { in diva_pri_detect_dsps() local
992 dsp_data_port += row_offset[dsp_row]; in diva_pri_detect_dsps()
993 dsp_addr_port += row_offset[dsp_row]; in diva_pri_detect_dsps()
/linux-3.4.99/drivers/mmc/host/
Dmsm_sdcc.c415 box->row_offset = MCI_FIFOSIZE; in msmsdcc_config_dma()
425 box->row_offset = (MCI_FIFOSIZE << 16); in msmsdcc_config_dma()
/linux-3.4.99/drivers/tty/serial/
Dmsm_serial_hs.c1458 tx->command_ptr->row_offset = (MSM_UARTDM_BURST_SIZE << 16); in msm_hs_startup()
1473 rx->command_ptr->row_offset = MSM_UARTDM_BURST_SIZE; in msm_hs_startup()