Searched refs:r_val (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/isdn/hisax/ |
D | netjet.c | 405 register u_char r_val = bcs->hw.tiger.r_val; in read_raw() local 451 r_val = 0; in read_raw() 465 r_val >>= 1; in read_raw() 466 r_val |= 0x80; in read_raw() 472 r_val = 0; in read_raw() 477 r_val >>= 1; in read_raw() 478 r_val &= 0x7f; in read_raw() 487 bcs->hw.tiger.rcvbuf[0] = r_val; in read_raw() 488 bcs->hw.tiger.r_fcs = PPP_FCS(bcs->hw.tiger.r_fcs, r_val); in read_raw() 491 bcs->hw.tiger.r_tot, i, j, r_val, val, in read_raw() [all …]
|
D | hisax.h | 455 u_char r_val; member
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | pcmplc.c | 916 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm() 1280 DB_PCMN(1,"SIG rec %x %x:\n", bit,phy->r_val[bit] ) ; in pc_rcode_actions() 1289 if (phy->r_val[1] == 0 && phy->r_val[2] == 0) in pc_rcode_actions() 1291 else if (phy->r_val[1] == 0 && phy->r_val[2] == 1) in pc_rcode_actions() 1293 else if (phy->r_val[1] == 1 && phy->r_val[2] == 0) in pc_rcode_actions() 1295 else if (phy->r_val[1] == 1 && phy->r_val[2] == 1) in pc_rcode_actions() 1306 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions() 1339 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions() 1341 (phy->r_val[4] && phy->r_val[5]) ) in pc_rcode_actions() 1346 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions() [all …]
|
/linux-4.1.27/drivers/media/tuners/ |
D | fc2580.c | 145 unsigned int r_val, n_val, k_val, k_val_reg, f_ref; in fc2580_set_params() local 186 r_val = 1; in fc2580_set_params() 189 r_val = 2; in fc2580_set_params() 192 r_val = 4; in fc2580_set_params() 196 f_ref = 2UL * priv->cfg->clock / r_val; in fc2580_set_params()
|
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 73 #define r_val MIPS_R_V0 macro 76 #define r_val MIPS_R_V1 macro 80 #define r_val MIPS_R_V0 macro 814 emit_dsrl32(r_s0, r_val, 0, ctx); in build_body() 826 emit_jit_reg_move(r_A, r_val, ctx); in build_body() 881 emit_dsrl32(r_s0, r_val, 0, ctx); in build_body() 891 emit_andi(r_X, r_val, 0xf, ctx); in build_body() 971 emit_load_imm(r_val, 0, ctx); /* delay slot */ in build_body() 980 emit_load_imm(r_val, 0, ctx); /* delay slot */ in build_body()
|
/linux-4.1.27/drivers/ata/ |
D | libata-pmp.c | 39 static unsigned int sata_pmp_read(struct ata_link *link, int reg, u32 *r_val) in sata_pmp_read() argument 58 *r_val = tf.nsect | tf.lbal << 8 | tf.lbam << 16 | tf.lbah << 24; in sata_pmp_read() 142 int sata_pmp_scr_read(struct ata_link *link, int reg, u32 *r_val) in sata_pmp_scr_read() argument 149 err_mask = sata_pmp_read(link, reg, r_val); in sata_pmp_scr_read()
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | smc.h | 226 u_char r_val[NUMBITS] ; /* receive bits for signaling */ member
|