Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsmc91111.h99 word __w = SMC_inw((a),(r)&~1); \
100 __w &= ((r)&1) ? 0x00FF : 0xFF00; \
101 __w |= ((r)&1) ? __d<<8 : __d; \
102 SMC_outw((a),__w,(r)&~1); \
174 word __w = SMC_inw((a),(r)&~1); \
175 __w &= ((r)&1) ? 0x00FF : 0xFF00; \
176 __w |= ((r)&1) ? __d<<8 : __d; \
177 SMC_outw((a),__w,(r)&~1); \
230 word __w = SMC_inw((a), ((r)&(~1))); \
232 __w = (__w & 0x00ff) | (__d << 8); \
[all …]
H A Dlan91c96.h76 word __w = SMC_inw(edev, (r)&~1); \
77 __w &= ((r)&1) ? 0x00FF : 0xFF00; \
78 __w |= ((r)&1) ? __d<<8 : __d; \
79 SMC_outw(edev, __w, (r)&~1); \
142 word __w = SMC_inw(edev, (r)&~1); \
143 __w &= ((r)&1) ? 0x00FF : 0xFF00; \
144 __w |= ((r)&1) ? __d<<8 : __d; \
145 SMC_outw(edev, __w, (r)&~1); \
/openbmc/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)))); })
/openbmc/linux/lib/
H A Dmuldi3.c43 DWunion __w; \
44 umul_ppmm(__w.s.high, __w.s.low, u, v); \
45 __w.ll; \
/openbmc/linux/arch/microblaze/lib/
H A Dmuldi3.c41 DWunion __w; \
42 umul_ppmm(__w.s.high, __w.s.low, u, v); \
43 __w.ll; \
/openbmc/u-boot/arch/m68k/lib/
H A Dmuldi3.c40 ({DIunion __w; \
41 umul_ppmm (__w.s.high, __w.s.low, u, v); \
42 __w.ll; })
/openbmc/u-boot/arch/microblaze/lib/
H A Dmuldi3.c44 ({DIunion __w; \
45 umul_ppmm(__w.s.high, __w.s.low, u, v); \
46 __w.ll; })
/openbmc/linux/arch/m68k/lib/
H A Dmuldi3.c64 ({DIunion __w; \
65 umul_ppmm (__w.s.high, __w.s.low, u, v); \
66 __w.ll; })
/openbmc/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
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h152 ({DWunion __w; \
153 umul_ppmm (__w.s.high, __w.s.low, u, v); \
154 __w.ll; })
/openbmc/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; })
/openbmc/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()
/openbmc/linux/kernel/sched/
H A Dsched.h149 unsigned long __w = (w); \
150 if (__w) \
151 __w = max(2UL, __w >> SCHED_FIXEDPOINT_SHIFT); \
152 __w; \