Home
last modified time | relevance | path

Searched refs:__w (Results 1 – 10 of 10) sorted by relevance

/linux/arch/m68k/include/asm/
H A Draw_io.h83 (void)({u8 __maybe_unused __w, __v = (b); u32 _addr = ((u32) (addr)); \
84 __w = ((*(__force volatile u8 *) ((_addr | 0x10000) + (__v<<1)))); })
86 (void)({u16 __maybe_unused __w, __v = (w); u32 _addr = ((u32) (addr)); \
87 __w = ((*(__force volatile u16 *) ((_addr & 0xFFFF0000UL) + ((__v & 0xFF)<<1)))); \
88 __w = ((*(__force volatile u16 *) ((_addr | 0x10000) + ((__v >> 8)<<1)))); })
90 (void)({u16 __maybe_unused __w, __v = (w); u32 _addr = ((u32) (addr)); \
91 __w = ((*(__force volatile u16 *) ((_addr & 0xFFFF0000UL) + ((__v >> 8)<<1)))); \
92 __w = ((*(__force volatile u16 *) ((_addr | 0x10000) + ((__v & 0xFF)<<1)))); })
/linux/arch/microblaze/lib/
H A Dmuldi3.c41 DWunion __w; \
42 umul_ppmm(__w.s.high, __w.s.low, u, v); \
43 __w.ll; \
/linux/lib/
H A Dmuldi3.c43 DWunion __w; \
44 umul_ppmm(__w.s.high, __w.s.low, u, v); \
45 __w.ll; \
/linux/arch/m68k/lib/
H A Dmuldi3.c65 ({DIunion __w; \
66 umul_ppmm (__w.s.high, __w.s.low, u, v); \
67 __w.ll; })
/linux/arch/sparc/include/asm/
H A Dio.h19 #define writel_be(__w, __addr) __raw_writel(__w, __addr) argument
H A Dupa.h105 #define upa_writew(__w, __addr) (_upa_writew((__w), (unsigned long)(__addr))) argument
H A Dio_64.h236 #define outw_p(__w, __addr) outw(__w, __addr) argument
/linux/lib/crypto/mpi/
H A Dlonglong.h251 ({UDItype __w; \
253 : "=r" (__w) \
256 __w; })
480 ({UDItype __w; \
482 : "=d" (__w) \
485 __w; })
699 ({UDItype __w; \
701 : "=g" (__w) \
704 __w; })
/linux/drivers/infiniband/hw/hfi1/
H A Drc.c646 struct rvt_swqe *__w; in hfi1_make_rc_req() local
649 __w = rvt_get_swqe_ptr(qp, priv->s_tid_cur); in hfi1_make_rc_req()
650 __r = wqe_to_tid_req(__w); in hfi1_make_rc_req()
672 if (__w->wr.opcode != IB_WR_TID_RDMA_WRITE || in hfi1_make_rc_req()
2081 struct rvt_swqe *__w = NULL; in do_rc_ack() local
2084 __w = rvt_get_swqe_ptr(qp, qpriv->s_tid_cur); in do_rc_ack()
2090 if (__w && __w->wr.opcode == IB_WR_TID_RDMA_WRITE && in do_rc_ack()
2115 __w->psn, in do_rc_ack()
2116 __w->lpsn); in do_rc_ack()
/linux/kernel/sched/
H A Dsched.h156 unsigned long __w = (w); \
158 if (__w) \
159 __w = max(2UL, __w >> SCHED_FIXEDPOINT_SHIFT); \
160 __w; \