Searched refs:p_index (Results 1 – 8 of 8) sorted by relevance
/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.c | 177 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/ |
D | spectrum_dpipe.c | 1040 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()
|
D | spectrum_acl_erp.c | 301 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/ |
D | clk.c | 405 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() 1931 u8 p_index) in __clk_set_parent() argument 1943 ret = core->ops->set_parent(core->hw, p_index); in __clk_set_parent() 2007 struct clk_core *new_parent, u8 p_index) in clk_calc_subtree() argument 2013 core->new_parent_index = p_index; in clk_calc_subtree() 2038 int p_index = 0; in clk_calc_new_rates() local 2093 p_index = clk_fetch_parent_index(core, parent); in clk_calc_new_rates() 2094 if (p_index < 0) { in clk_calc_new_rates() [all …]
|
/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 754 unsigned int p_index; in bcm_sysport_desc_rx() local 766 p_index = rdma_readl(priv, RDMA_PROD_INDEX); in bcm_sysport_desc_rx() 768 p_index = rdma_readl(priv, RDMA_CONS_INDEX); in bcm_sysport_desc_rx() 769 p_index &= RDMA_PROD_INDEX_MASK; in bcm_sysport_desc_rx() 771 to_process = (p_index - priv->rx_c_index) & RDMA_CONS_INDEX_MASK; in bcm_sysport_desc_rx() 775 p_index, priv->rx_c_index, to_process); in bcm_sysport_desc_rx() 802 p_index, priv->rx_c_index, priv->rx_read_ptr, in bcm_sysport_desc_rx()
|
/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 2198 unsigned int p_index, mask; in bcmgenet_desc_rx() local 2212 p_index = bcmgenet_rdma_ring_readl(priv, ring->index, RDMA_PROD_INDEX); in bcmgenet_desc_rx() 2214 discards = (p_index >> DMA_P_INDEX_DISCARD_CNT_SHIFT) & in bcmgenet_desc_rx() 2229 p_index &= DMA_P_INDEX_MASK; in bcmgenet_desc_rx() 2230 rxpkttoprocess = (p_index - ring->c_index) & DMA_C_INDEX_MASK; in bcmgenet_desc_rx() 2266 __func__, p_index, ring->c_index, in bcmgenet_desc_rx() 3464 u32 p_index, c_index, intsts, intmsk; in bcmgenet_dump_tx_queue() local 3483 p_index = bcmgenet_tdma_ring_readl(priv, ring->index, TDMA_PROD_INDEX); in bcmgenet_dump_tx_queue() 3499 ring->prod_index, p_index & DMA_P_INDEX_MASK, in bcmgenet_dump_tx_queue()
|
/drivers/scsi/smartpqi/ |
D | smartpqi.h | 1040 u32 p_index; member
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_if.h | 3059 __le16 p_index; member
|