Searched refs:start_index (Results 1 - 21 of 21) sorted by relevance

/drivers/misc/altera-stapl/
H A Daltera-jtag.h87 int altera_set_dr_pre(struct altera_jtag *js, u32 count, u32 start_index,
89 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index,
91 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index,
93 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index,
102 u8 *tdi_data, u32 start_index);
108 u8 *tdi_data, u32 start_index);
H A Daltera-jtag.c131 u32 count, u32 start_index,
150 j = i + start_index;
169 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index, argument
189 j = i + start_index;
207 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index, argument
228 j = i + start_index;
247 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index, argument
269 j = i + start_index;
408 u32 start_index,
427 j = start_index;
130 altera_set_dr_pre(struct altera_jtag *js, u32 count, u32 start_index, u8 *preamble_data) argument
404 altera_concatenate_data(u8 *buffer, u8 *preamble_data, u32 preamble_count, u8 *target_data, u32 start_index, u32 target_count, u8 *postamble_data, u32 postamble_count) argument
572 altera_extract_target_data(u8 *buffer, u8 *target_data, u32 start_index, u32 preamble_count, u32 target_count) argument
597 altera_irscan(struct altera_state *astate, u32 count, u8 *tdi_data, u32 start_index) argument
800 altera_drscan(struct altera_state *astate, u32 count, u8 *tdi_data, u32 start_index) argument
[all...]
/drivers/video/fbdev/core/
H A Dcfbimgblt.c77 u32 start_index,
96 if (start_index) {
98 start_index, bswapmask);
100 shift = start_index;
131 start_index += pitch_index;
132 start_index &= 32 - 1;
140 u32 start_index,
164 if (start_index) {
166 start_index, bswapmask);
168 shift = start_index;
75 color_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 start_index, u32 pitch_index) argument
137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) argument
267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
[all...]
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index)
70 if (start_index) {
72 start_index));
74 shift = start_index;
105 start_index += pitch_index;
106 start_index &= 32 - 1;
113 u32 start_index, u32 pitch_index)
135 if (start_index) {
137 start_index));
139 shift = start_index;
52 color_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 start_index, u32 pitch_index) argument
111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) argument
242 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
[all...]
/drivers/acpi/acpica/
H A Dnsrepair2.c108 u32 start_index,
777 * start_index - Index of the first subpackage
794 u32 start_index,
820 if (!outer_element_count || start_index >= outer_element_count) {
824 outer_elements = &return_object->package.elements[start_index];
825 outer_element_count -= start_index;
864 elements[start_index],
792 acpi_ns_check_sorted_list(struct acpi_evaluate_info *info, union acpi_operand_object *return_object, u32 start_index, u32 expected_count, u32 sort_index, u8 sort_direction, char *sort_key_name) argument
H A Dnsprepkg.c63 u8 type2, u32 count2, u32 start_index);
618 * start_index - Start of the first group of elements
632 u8 type2, u32 count2, u32 start_index)
645 type1, i + start_index);
655 (i + count1 + start_index));
628 acpi_ns_check_package_elements(struct acpi_evaluate_info *info, union acpi_operand_object **elements, u8 type1, u32 count1, u8 type2, u32 count2, u32 start_index) argument
/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c255 int start_index, u64 *buffer_list, int list_len)
270 start_index * 8);
290 start_index += i;
316 struct mthca_mtt *mtt, int start_index,
323 start_index * sizeof (u64);
330 struct mthca_mtt *mtt, int start_index,
336 int s = start_index * sizeof (u64);
359 int start_index, u64 *buffer_list, int list_len)
366 return __mthca_write_mtt(dev, mtt, start_index, buffer_list, list_len);
371 mthca_arbel_write_mtt_seg(dev, mtt, start_index,
254 __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
315 mthca_tavor_write_mtt_seg(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
329 mthca_arbel_write_mtt_seg(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
358 mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
[all...]
H A Dmthca_dev.h470 int start_index, u64 *buffer_list, int list_len);
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c380 unsigned int start_index, cur_index; local
387 start_index = ring->cur;
488 packet->rdesc_count = cur_index - start_index;
495 while (start_index < cur_index) {
496 rdata = XGBE_GET_DESC_DATA(ring, start_index++);
H A Dxgbe-dev.c891 int start_index = ring->cur; local
922 rdata = XGBE_GET_DESC_DATA(ring, start_index);
968 unsigned int start_index = ring->cur; local
1013 rdata = XGBE_GET_DESC_DATA(ring, start_index);
1020 rdata = XGBE_GET_DESC_DATA(ring, start_index + ring->rdesc_count - 1);
1211 int start_index = ring->cur; local
1317 if (ring->cur != start_index)
1341 for (i = ring->cur - start_index + 1; i < packet->rdesc_count; i++) {
1383 rdata = XGBE_GET_DESC_DATA(ring, start_index);
1388 xgbe_dump_tx_desc(ring, start_index, packe
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c703 int start_index, int npages, u64 *page_list)
711 start_index, &dma_handle);
729 int start_index, int npages, u64 *page_list)
738 max_mtts_first_page = mtts_per_page - (mtt->offset + start_index)
744 err = mlx4_write_mtt_chunk(dev, mtt, start_index, chunk, page_list);
748 start_index += chunk;
757 int start_index, int npages, u64 *page_list)
777 inbox[0] = cpu_to_be64(mtt->offset + start_index);
789 start_index += chunk;
796 return __mlx4_write_mtt(dev, mtt, start_index, npage
702 mlx4_write_mtt_chunk(struct mlx4_dev *dev, struct mlx4_mtt *mtt, int start_index, int npages, u64 *page_list) argument
728 __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, int start_index, int npages, u64 *page_list) argument
756 mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, int start_index, int npages, u64 *page_list) argument
[all...]
H A Dmlx4.h961 int start_index, int npages, u64 *page_list);
/drivers/soc/ti/
H A Dknav_qmss.h81 u32 start_index; member in struct:knav_reg_region
H A Dknav_qmss_queue.c1021 writel_relaxed(region->link_index, &regs->start_index);
/drivers/scsi/
H A D3w-9xxx.c649 unsigned char event_index, start_index; local
798 start_index = tw_dev->error_index;
804 start_index = 0;
806 event_index = (start_index + sequence_id - tw_dev->event_queue[start_index]->sequence_id + 1) % TW_Q_LENGTH;
827 start_index = tw_dev->error_index;
833 start_index = 0;
835 event_index = (start_index + sequence_id - tw_dev->event_queue[start_index]->sequence_id - 1) % TW_Q_LENGTH;
/drivers/video/fbdev/via/
H A Dhw.c988 int start_index, end_index, cr_index; local
994 start_index = reg[i].start_bit;
999 for (j = start_index; j <= end_index; j++) {
1004 data | ((get_bit >> shift_next_reg) << start_index);
/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c242 u32 start_index, u8 *end_index)
247 u32 step_index = start_index;
307 u32 start_index, u32 end_index)
311 for (step_index = start_index + 1; step_index < end_index; step_index++)
240 rv6xx_generate_steps(struct radeon_device *rdev, u32 low, u32 high, u32 start_index, u8 *end_index) argument
306 rv6xx_invalidate_intermediate_steps_range(struct radeon_device *rdev, u32 start_index, u32 end_index) argument
/drivers/mtd/nand/
H A Dnandsim.c1348 pgoff_t index, start_index, end_index; local
1352 start_index = pos >> PAGE_CACHE_SHIFT;
1354 if (end_index - start_index + 1 > NS_MAX_HELD_PAGES)
1357 for (index = start_index; index <= end_index; index++) {
/drivers/tty/
H A Dsynclink.c5339 int start_index; local
5356 frame_start_index = start_index = end_index = info->current_rx_buffer;
5392 if ( start_index == end_index )
5414 start_index = frame_start_index;
5418 *((unsigned long *)&(info->rx_buffer_list[start_index++].count)) = DMABUFFERSIZE;
5421 if ( start_index == info->rx_buffer_count )
5422 start_index = 0;
5424 } while( start_index != end_index );
/drivers/s390/net/
H A Dqeth_core_main.c4035 int start_index; local
4044 start_index = queue->next_buf_to_fill;
4072 qeth_flush_buffers(queue, start_index,
4085 qeth_flush_buffers(queue, start_index, flush_count);
4096 start_index = queue->next_buf_to_fill;
4106 qeth_flush_buffers(queue, start_index, flush_count);
/drivers/net/ethernet/sun/
H A Dniu.c3325 gfp_t mask, int start_index)
3348 __le32 *rbr = &rp->rbr[start_index + i];
3324 niu_rbr_add_page(struct niu *np, struct rx_ring_info *rp, gfp_t mask, int start_index) argument

Completed in 370 milliseconds