Home
last modified time | relevance | path

Searched refs:end_index (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppatomctrl.h302 uint16_t end_index, uint32_t mask, uint32_t *efuse);
Dppatomctrl.c1264 uint16_t end_index, uint32_t mask, uint32_t *efuse) in atomctrl_read_efuse() argument
1273 ((end_index - start_index) + 1); in atomctrl_read_efuse()
/drivers/md/persistent-data/
Ddm-array.c438 unsigned end_index) in drop_blocks() argument
442 while (begin_index != end_index) { in drop_blocks()
/drivers/tty/
Dsynclink.c5316 int end_index; in usc_process_rxoverrun_sync() local
5332 frame_start_index = start_index = end_index = info->current_rx_buffer; in usc_process_rxoverrun_sync()
5339 while( !buffer_list[end_index].count ) in usc_process_rxoverrun_sync()
5347 frame_start_index = end_index; in usc_process_rxoverrun_sync()
5351 if ( buffer_list[end_index].status ) in usc_process_rxoverrun_sync()
5364 end_index++; in usc_process_rxoverrun_sync()
5365 if ( end_index == info->rx_buffer_count ) in usc_process_rxoverrun_sync()
5366 end_index = 0; in usc_process_rxoverrun_sync()
5368 if ( start_index == end_index ) in usc_process_rxoverrun_sync()
5400 } while( start_index != end_index ); in usc_process_rxoverrun_sync()
/drivers/video/fbdev/via/
Dhw.c988 int start_index, end_index, cr_index; in viafb_load_reg() local
995 end_index = reg[i].end_bit; in viafb_load_reg()
999 for (j = start_index; j <= end_index; j++) { in viafb_load_reg()
/drivers/mtd/nand/
Dnandsim.c1348 pgoff_t index, start_index, end_index; in get_pages() local
1353 end_index = (pos + count - 1) >> PAGE_SHIFT; in get_pages()
1354 if (end_index - start_index + 1 > NS_MAX_HELD_PAGES) in get_pages()
1357 for (index = start_index; index <= end_index; index++) { in get_pages()
/drivers/gpu/drm/radeon/
Drv6xx_dpm.c242 u32 start_index, u8 *end_index) in rv6xx_generate_steps() argument
293 *end_index = (u8)step_index - 1; in rv6xx_generate_steps()
307 u32 start_index, u32 end_index) in rv6xx_invalidate_intermediate_steps_range() argument
311 for (step_index = start_index + 1; step_index < end_index; step_index++) in rv6xx_invalidate_intermediate_steps_range()
/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1188 pgoff_t end_index; in osc_extent_expand() local
1208 end_index = min(ext->oe_max_end, ((chunk + 1) << ppc_bits) - 1); in osc_extent_expand()
1211 if (next && next->oe_start <= end_index) { in osc_extent_expand()
1219 ext->oe_end = end_index; in osc_extent_expand()
/drivers/net/ethernet/emulex/benet/
Dbe.h263 u16 end_index; /* Completed TXQ Index */ member
Dbe_main.c2619 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()
2766 txcp->end_index); in be_tx_compl_clean()
3187 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()
/drivers/scsi/aic7xxx/
Daic7xxx_core.c3547 u_int end_index; in ahc_sent_msg() local
3549 end_index = index + 1 + ahc->msgout_buf[index + 1]; in ahc_sent_msg()
3554 if (ahc->msgout_index > end_index) in ahc_sent_msg()
3559 index = end_index; in ahc_sent_msg()
Daic79xx_core.c5063 u_int end_index; in ahd_sent_msg() local
5065 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg()
5070 if (ahd->msgout_index > end_index) in ahd_sent_msg()
5075 index = end_index; in ahd_sent_msg()