Searched refs:r_val (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/rtl8723bs/core/ |
D | rtw_io.c | 52 u16 r_val; in _rtw_read16() local 60 r_val = _read16(pintfhdl, addr); in _rtw_read16() 61 return rtw_le16_to_cpu(r_val); in _rtw_read16() 66 u32 r_val; in _rtw_read32() local 74 r_val = _read32(pintfhdl, addr); in _rtw_read32() 75 return rtw_le32_to_cpu(r_val); in _rtw_read32() 123 u8 r_val = 0x00; in _rtw_sd_f0_read8() local 131 r_val = _sd_f0_read8(pintfhdl, addr); in _rtw_sd_f0_read8() 135 return r_val; in _rtw_sd_f0_read8()
|
/drivers/net/fddi/skfp/ |
D | pcmplc.c | 909 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm() 1262 DB_PCMN(1, "SIG rec %x %x:", bit, phy->r_val[bit]); in pc_rcode_actions() 1271 if (phy->r_val[1] == 0 && phy->r_val[2] == 0) in pc_rcode_actions() 1273 else if (phy->r_val[1] == 0 && phy->r_val[2] == 1) in pc_rcode_actions() 1275 else if (phy->r_val[1] == 1 && phy->r_val[2] == 0) in pc_rcode_actions() 1277 else if (phy->r_val[1] == 1 && phy->r_val[2] == 1) in pc_rcode_actions() 1288 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions() 1321 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions() 1323 (phy->r_val[4] && phy->r_val[5]) ) in pc_rcode_actions() 1328 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions() [all …]
|
/drivers/ata/ |
D | libata-pmp.c | 38 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()
|
/drivers/regulator/ |
D | helpers.c | 131 unsigned int r_val; in regulator_get_voltage_sel_pickable_regmap() local 145 ret = regmap_read(rdev->regmap, rdev->desc->vsel_range_reg, &r_val); in regulator_get_voltage_sel_pickable_regmap() 152 range = regulator_range_selector_to_index(rdev, r_val); in regulator_get_voltage_sel_pickable_regmap()
|
/drivers/net/fddi/skfp/h/ |
D | smc.h | 222 u_char r_val[NUMBITS] ; /* receive bits for signaling */ member
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.h | 655 u8 r_val; member
|
D | rvu_nix.c | 1241 (((u32)req->r_mask & 0xF) << 4) | ((u32)req->r_val & 0xF); in rvu_mbox_handler_nix_mark_format_cfg()
|