Home
last modified time | relevance | path

Searched refs:r_val (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/fddi/skfp/
H A Dpcmplc.c905 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()
1258 DB_PCMN(1, "SIG rec %x %x:", bit, phy->r_val[bit]); in pc_rcode_actions()
1267 if (phy->r_val[1] == 0 && phy->r_val[2] == 0) in pc_rcode_actions()
1269 else if (phy->r_val[1] == 0 && phy->r_val[2] == 1) in pc_rcode_actions()
1271 else if (phy->r_val[1] == 1 && phy->r_val[2] == 0) in pc_rcode_actions()
1273 else if (phy->r_val[1] == 1 && phy->r_val[2] == 1) in pc_rcode_actions()
1284 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()
1317 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()
1319 (phy->r_val[4] && phy->r_val[5]) ) in pc_rcode_actions()
1324 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()
[all …]
/linux/drivers/ata/
H A Dlibata-pmp.c38 static unsigned int sata_pmp_read(struct ata_link *link, int reg, u32 *r_val) in sata_pmp_read() argument
57 *r_val = tf.nsect | tf.lbal << 8 | tf.lbam << 16 | tf.lbah << 24; in sata_pmp_read()
141 int sata_pmp_scr_read(struct ata_link *link, int reg, u32 *r_val) in sata_pmp_scr_read() argument
148 err_mask = sata_pmp_read(link, reg, r_val); in sata_pmp_scr_read()
/linux/drivers/hte/
H A Dhte-tegra194.c102 u32 r_val; member
828 gs->sl[i].r_val); in tegra_hte_resume_early()
846 gs->sl[i].r_val = tegra_hte_readl(gs, in tegra_hte_suspend_late()
/linux/drivers/regulator/
H A Dhelpers.c133 unsigned int r_val; in regulator_get_voltage_sel_pickable_regmap() local
147 ret = regmap_read(rdev->regmap, rdev->desc->vsel_range_reg, &r_val); in regulator_get_voltage_sel_pickable_regmap()
154 range = regulator_range_selector_to_index(rdev, r_val); in regulator_get_voltage_sel_pickable_regmap()
/linux/sound/soc/codecs/
H A Drt715.c106 unsigned int *r_val, unsigned int *l_val) in rt715_get_gain() argument
110 *r_val = val_h << 8; in rt715_get_gain()
111 ret = regmap_read(rt715->regmap, addr_l, r_val); in rt715_get_gain()
H A Drt700.c347 unsigned int *r_val, unsigned int *l_val) in rt700_get_gain()
350 *r_val = (val_h << 8); in rt700_get_gain()
351 regmap_read(rt700->regmap, addr_l, r_val); in rt700_get_gain()
348 rt700_get_gain(struct rt700_priv * rt700,unsigned int addr_h,unsigned int addr_l,unsigned int val_h,unsigned int * r_val,unsigned int * l_val) rt700_get_gain() argument
H A Drt711.c489 unsigned int *r_val, unsigned int *l_val) in rt711_get_gain()
492 *r_val = (val_h << 8); in rt711_get_gain()
493 regmap_read(rt711->regmap, addr_l, r_val); in rt711_get_gain()
490 rt711_get_gain(struct rt711_priv * rt711,unsigned int addr_h,unsigned int addr_l,unsigned int val_h,unsigned int * r_val,unsigned int * l_val) rt711_get_gain() argument
H A Dwcd9335.c3306 u8 l_val, r_val; in wcd9335_codec_hph_mode_gain_opt()
3318 r_val = (hph_r_en & 0xC0) | 0x20 | gain; in wcd9335_codec_hph_mode_gain_opt()
3331 if ((r_val != hph_r_en) && !is_hphr_pa) { in wcd9335_codec_hph_mode_gain_opt()
3332 snd_soc_component_write(component, WCD9335_HPH_R_EN, r_val);
3302 u8 l_val, r_val; wcd9335_codec_hph_mode_gain_opt() local
/linux/drivers/net/fddi/skfp/h/
H A Dsmc.h222 u_char r_val[NUMBITS] ; /* receive bits for signaling */ member