Searched refs:rbyte (Results 1 – 6 of 6) sorted by relevance
125 u_int32_t rbyte;140 rbyte = 0;144 rbyte |= (((NICSTAR_REG_READ(base, NICSTAR_REG_GENERAL_PURPOSE)152 return rbyte;
1036 unsigned char rbyte; in kvmppc_clear_ref_hpte() local1046 rbyte = (be64_to_cpu(hptep[1]) & ~HPTE_R_R) >> 8; in kvmppc_clear_ref_hpte()1048 *((char *)hptep + 14) = rbyte; in kvmppc_clear_ref_hpte()
3091 uint8_t do_next, rbyte, *vbyte; in qla2x00_get_fcode_version() local3136 rbyte = qla2x00_read_flash_byte(ha, iter); in qla2x00_get_fcode_version()3137 if (rbyte == ' ' || rbyte == 0xd || rbyte == 0x10) in qla2x00_get_fcode_version()
8144 unsigned char rbyte = 0; in flashgchar() local8154 rbyte = 0xff & rchar; in flashgchar()8156 if ((rbyte == matchbyte) && (0x8000 & rchar)) { in flashgchar()8160 if (rbyte == 0x81 || rbyte == 0x82 || rbyte == 0x83 || rbyte == 0x1a || 0xffff == rchar) in flashgchar()
1797 p_common->rx_mac_bytes += port_stats.eth.rbyte; in __qed_get_vport_port_stats()
11713 u64 rbyte; member