Searched refs:p_index (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.c | 180 unsigned long *p_index; in __is_hw_update_params() local 184 p_index = &is->config[id].p_region_index[0]; in __is_hw_update_params() 186 if (test_bit(PARAM_GLOBAL_SHOTMODE, p_index)) in __is_hw_update_params() 189 if (test_bit(PARAM_SENSOR_FRAME_RATE, p_index)) in __is_hw_update_params() 193 if (test_bit(i, p_index)) in __is_hw_update_params() 198 if (test_bit(i, p_index)) in __is_hw_update_params() 203 if (test_bit(i, p_index)) in __is_hw_update_params() 367 unsigned long *p_index; in __is_set_isp_adjust() local 370 p_index = &is->config[index].p_region_index[0]; in __is_set_isp_adjust() 402 if (!test_bit(PARAM_ISP_ADJUST, p_index)) { in __is_set_isp_adjust() [all …]
|
/linux-4.4.14/fs/udf/ |
D | super.c | 1090 struct partitionDesc *p, int p_index) in udf_fill_partdesc_info() argument 1096 map = &sbi->s_partmaps[p_index]; in udf_fill_partdesc_info() 1111 p_index, map->s_partition_type, in udf_fill_partdesc_info() 1123 .partitionReferenceNum = p_index, in udf_fill_partdesc_info() 1130 p_index); in udf_fill_partdesc_info() 1136 p_index, map->s_uspace.s_table->i_ino); in udf_fill_partdesc_info() 1140 struct udf_bitmap *bitmap = udf_sb_alloc_bitmap(sb, p_index); in udf_fill_partdesc_info() 1148 p_index, bitmap->s_extPosition); in udf_fill_partdesc_info() 1152 udf_debug("partitionIntegrityTable (part %d)\n", p_index); in udf_fill_partdesc_info() 1158 .partitionReferenceNum = p_index, in udf_fill_partdesc_info() [all …]
|
/linux-4.4.14/drivers/clk/ |
D | clk.c | 1196 u8 p_index) in __clk_set_parent() argument 1208 ret = core->ops->set_parent(core->hw, p_index); in __clk_set_parent() 1272 struct clk_core *new_parent, u8 p_index) in clk_calc_subtree() argument 1278 core->new_parent_index = p_index; in clk_calc_subtree() 1303 int p_index = 0; in clk_calc_new_rates() local 1369 p_index = clk_fetch_parent_index(core, parent); in clk_calc_new_rates() 1370 if (p_index < 0) { in clk_calc_new_rates() 1382 clk_calc_subtree(core, new_rate, parent, p_index); in clk_calc_new_rates() 1767 int p_index = 0; in clk_core_set_parent() local 1793 p_index = clk_fetch_parent_index(core, parent); in clk_core_set_parent() [all …]
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 594 unsigned int p_index; in bcm_sysport_desc_rx() local 599 p_index = rdma_readl(priv, RDMA_PROD_INDEX); in bcm_sysport_desc_rx() 600 p_index &= RDMA_PROD_INDEX_MASK; in bcm_sysport_desc_rx() 602 if (p_index < priv->rx_c_index) in bcm_sysport_desc_rx() 604 priv->rx_c_index + p_index; in bcm_sysport_desc_rx() 606 to_process = p_index - priv->rx_c_index; in bcm_sysport_desc_rx() 610 p_index, priv->rx_c_index, to_process); in bcm_sysport_desc_rx() 637 p_index, priv->rx_c_index, priv->rx_read_ptr, in bcm_sysport_desc_rx() 743 ring->p_index = (hw_ind & RING_PROD_INDEX_MASK); in __bcm_sysport_tx_reclaim()
|
D | bcmsysport.h | 641 unsigned int p_index; /* Current producer index */ member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 1576 unsigned int p_index; in bcmgenet_desc_rx() local 1580 p_index = bcmgenet_rdma_ring_readl(priv, ring->index, RDMA_PROD_INDEX); in bcmgenet_desc_rx() 1582 discards = (p_index >> DMA_P_INDEX_DISCARD_CNT_SHIFT) & in bcmgenet_desc_rx() 1598 p_index &= DMA_P_INDEX_MASK; in bcmgenet_desc_rx() 1600 if (likely(p_index >= ring->c_index)) in bcmgenet_desc_rx() 1601 rxpkttoprocess = p_index - ring->c_index; in bcmgenet_desc_rx() 1604 p_index; in bcmgenet_desc_rx() 1637 __func__, p_index, ring->c_index, in bcmgenet_desc_rx() 2967 u32 p_index, c_index, intsts, intmsk; in bcmgenet_dump_tx_queue() local 2987 p_index = bcmgenet_tdma_ring_readl(priv, ring->index, TDMA_PROD_INDEX); in bcmgenet_dump_tx_queue() [all …]
|