Searched refs:regfld (Results 1 – 3 of 3) sorted by relevance
1336 u64 regfld = (regval >> map->shift) & GENMASK(map->width - 1, 0); in idreg_feat_match() local1339 s64 sfld = sign_extend64(regfld, map->width - 1); in idreg_feat_match()1343 return regfld >= map->lo_lim; in idreg_feat_match()
261 static u32 mgr_fld_read(enum omap_channel channel, enum mgr_reg_fields regfld) in mgr_fld_read() argument263 const struct dispc_reg_field rfld = mgr_desc[channel].reg_desc[regfld]; in mgr_fld_read()268 enum mgr_reg_fields regfld, int val) { in mgr_fld_write() argument269 const struct dispc_reg_field rfld = mgr_desc[channel].reg_desc[regfld]; in mgr_fld_write()
367 enum mgr_reg_fields regfld) in mgr_fld_read() argument369 const struct dispc_reg_field *rfld = &mgr_desc[channel].reg_desc[regfld]; in mgr_fld_read()375 enum mgr_reg_fields regfld, int val) in mgr_fld_write() argument377 const struct dispc_reg_field *rfld = &mgr_desc[channel].reg_desc[regfld]; in mgr_fld_write()