Home
last modified time | relevance | path

Searched refs:p_map (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
A Dqed_cxt.c1062 if (!p_map->cid_map) in qed_cid_map_alloc_single()
1065 p_map->max_count = cid_count; in qed_cid_map_alloc_single()
1066 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()
1070 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()
1086 p_map = &p_mngr->acquired[type]; in qed_cid_map_alloc()
1223 bitmap_zero(p_map->cid_map, p_map->max_count); in qed_cxt_mngr_setup()
1231 bitmap_zero(p_map->cid_map, p_map->max_count); in qed_cxt_mngr_setup()
1816 p_map = &p_mngr->acquired[type]; in _qed_cxt_acquire_cid()
1820 if (!p_map->cid_map) { in _qed_cxt_acquire_cid()
1825 rel_cid = find_first_zero_bit(p_map->cid_map, p_map->max_count); in _qed_cxt_acquire_cid()
[all …]
/drivers/hwmon/
A Dmr75203.c171 struct regmap *p_map; member
394 struct regmap *p_map = pvt->p_map; in pvt_init() local
488 ret = regmap_write(p_map, SDIF_HALT, 0x0); in pvt_init()
492 ret = regmap_write(p_map, SDIF_DISABLE, BIT(p_num) - 1); in pvt_init()
496 ret = regmap_write(p_map, CLK_SYNTH, clk_synth); in pvt_init()
594 reg_map = &pvt->p_map; in pvt_get_regmap()

Completed in 12 milliseconds