Home
last modified time | relevance | path

Searched refs:rm (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dtransport_class.h27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument
33 .remove = rm, \
Dmath64.h221 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
228 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
237 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr()
238 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr()
Dparport_pc.h176 const unsigned char rm = (PARPORT_CONTROL_STROBE | in parport_pc_read_control() local
181 return priv->ctr & rm; /* Use soft copy */ in parport_pc_read_control()