Home
last modified time | relevance | path

Searched refs:p_index (Results 1 – 7 of 7) sorted by relevance

/drivers/media/platform/exynos4-is/
Dfimc-is-param.c177 unsigned long *p_index; in __is_hw_update_params() local
181 p_index = &is->config[id].p_region_index[0]; in __is_hw_update_params()
183 if (test_bit(PARAM_GLOBAL_SHOTMODE, p_index)) in __is_hw_update_params()
186 if (test_bit(PARAM_SENSOR_FRAME_RATE, p_index)) in __is_hw_update_params()
190 if (test_bit(i, p_index)) in __is_hw_update_params()
195 if (test_bit(i, p_index)) in __is_hw_update_params()
200 if (test_bit(i, p_index)) in __is_hw_update_params()
364 unsigned long *p_index; in __is_set_isp_adjust() local
367 p_index = &is->config[index].p_region_index[0]; in __is_set_isp_adjust()
399 if (!test_bit(PARAM_ISP_ADJUST, p_index)) { in __is_set_isp_adjust()
[all …]
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c1040 u32 *p_index; in __mlxsw_sp_dpipe_table_adj_entry_fill() local
1043 p_index = value->value; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1044 *p_index = adj_index; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1047 p_index = value->value; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1048 *p_index = adj_size; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1051 p_index = value->value; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1052 *p_index = adj_hash_index; in __mlxsw_sp_dpipe_table_adj_entry_fill()
Dspectrum_acl_erp.c301 unsigned long *p_index) in mlxsw_sp_acl_erp_table_alloc() argument
317 *p_index = index - MLXSW_SP_ACL_ERP_GENALLOC_OFFSET; in mlxsw_sp_acl_erp_table_alloc()
349 u8 *p_index) in mlxsw_sp_acl_erp_index_get() argument
357 *p_index = index; in mlxsw_sp_acl_erp_index_get()
/drivers/clk/
Dclk.c405 static struct clk_core *clk_core_get(struct clk_core *core, u8 p_index) in clk_core_get() argument
407 const char *name = core->parents[p_index].fw_name; in clk_core_get()
408 int index = core->parents[p_index].index; in clk_core_get()
1910 u8 p_index) in __clk_set_parent() argument
1922 ret = core->ops->set_parent(core->hw, p_index); in __clk_set_parent()
1986 struct clk_core *new_parent, u8 p_index) in clk_calc_subtree() argument
1992 core->new_parent_index = p_index; in clk_calc_subtree()
2017 int p_index = 0; in clk_calc_new_rates() local
2072 p_index = clk_fetch_parent_index(core, parent); in clk_calc_new_rates()
2073 if (p_index < 0) { in clk_calc_new_rates()
[all …]
/drivers/net/ethernet/broadcom/
Dbcmsysport.c749 unsigned int p_index; in bcm_sysport_desc_rx() local
761 p_index = rdma_readl(priv, RDMA_PROD_INDEX); in bcm_sysport_desc_rx()
763 p_index = rdma_readl(priv, RDMA_CONS_INDEX); in bcm_sysport_desc_rx()
764 p_index &= RDMA_PROD_INDEX_MASK; in bcm_sysport_desc_rx()
766 to_process = (p_index - priv->rx_c_index) & RDMA_CONS_INDEX_MASK; in bcm_sysport_desc_rx()
770 p_index, priv->rx_c_index, to_process); in bcm_sysport_desc_rx()
797 p_index, priv->rx_c_index, priv->rx_read_ptr, in bcm_sysport_desc_rx()
/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c2194 unsigned int p_index, mask; in bcmgenet_desc_rx() local
2208 p_index = bcmgenet_rdma_ring_readl(priv, ring->index, RDMA_PROD_INDEX); in bcmgenet_desc_rx()
2210 discards = (p_index >> DMA_P_INDEX_DISCARD_CNT_SHIFT) & in bcmgenet_desc_rx()
2225 p_index &= DMA_P_INDEX_MASK; in bcmgenet_desc_rx()
2226 rxpkttoprocess = (p_index - ring->c_index) & DMA_C_INDEX_MASK; in bcmgenet_desc_rx()
2262 __func__, p_index, ring->c_index, in bcmgenet_desc_rx()
3460 u32 p_index, c_index, intsts, intmsk; in bcmgenet_dump_tx_queue() local
3479 p_index = bcmgenet_tdma_ring_readl(priv, ring->index, TDMA_PROD_INDEX); in bcmgenet_dump_tx_queue()
3495 ring->prod_index, p_index & DMA_P_INDEX_MASK, in bcmgenet_dump_tx_queue()
/drivers/net/ethernet/pensando/ionic/
Dionic_if.h2864 __le16 p_index; member