Searched refs:flag0 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/regulator/ |
H A D | lp8755.c | 275 unsigned int flag0, flag1; in lp8755_irq_handler() local 278 /* read flag0 register */ in lp8755_irq_handler() 279 ret = regmap_read(pchip->regmap, 0x0D, &flag0); in lp8755_irq_handler() 289 if ((flag0 & (0x4 << icnt)) in lp8755_irq_handler()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_parser.h | 202 bool flag0; 216 bool flag0;
|
H A D | ice_parser_rt.c | 206 rt->pg_key.flag0 = ice_flag_get(rt, imem->pg_kb.flag0_idx); in ice_imem_pgk_init() 217 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Generate Parse Graph Key: node_id(%d), flag0-3(%d,%d,%d,%d), boost_idx(%d), alu_reg(0x%04x), next_proto(0x%08x)\n", in ice_imem_pgk_init() 219 rt->pg_key.flag0, in ice_imem_pgk_init() 272 rt->pg_key.flag0 = ice_flag_get(rt, bst->pg_kb.flag0_idx); in ice_bst_pgk_init() 283 ice_debug(rt->psr->hw, ICE_DBG_PARSER, "Generate Parse Graph Key: node_id(%d), flag0-3(%d,%d,%d,%d), boost_idx(%d), alu_reg(0x%04x), next_proto(0x%08x)\n", in ice_bst_pgk_init() 285 rt->pg_key.flag0, in ice_bst_pgk_init()
|
H A D | ice_parser.c | 636 dev_info(dev, "\tflag0 = %d\n", key->flag0); in ice_pg_cam_key_dump() 653 dev_info(dev, "\tflag0 = %d\n", key->flag0); in ice_pg_nm_cam_key_dump() 750 key->flag0 = FIELD_GET(ICE_PGNCK_F0, data); in ice_pg_nm_cam_key_init() 789 key->flag0 = FIELD_GET(ICE_PGCK_F0, d64); in ice_pg_cam_key_init()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | tda998x_drv.c | 794 u8 sta, cec, lvl, flag0, flag1, flag2; in tda998x_irq_thread() local 801 flag0 = reg_read(priv, REG_INT_FLAGS_0); in tda998x_irq_thread() 806 sta, cec, lvl, flag0, flag1, flag2); in tda998x_irq_thread()
|