Home
last modified time | relevance | path

Searched refs:_r (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/xen/interface/io/
A Dring.h171 ((_r)->nr_ents)
175 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))
185 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
189 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
191 ((_r)->req_cons - (_r)->rsp_prod_pvt); \
198 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt))) ? \
200 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt)))
205 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
222 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
226 (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))
[all …]
/u-boot/drivers/clk/mvebu/
A Darmada-37xx-periph.c126 #define CLK_FULL(_n, _d, _mux, _r, _s, _m, _t) \ argument
132 .div_reg_off[0] = _r, \
140 #define CLK_GATE_DIV(_n, _d, _r, _s, _m, _t, _p) \ argument
146 .div_reg_off[0] = _r, \
161 #define CLK_MUX_DIV(_n, _mux, _r, _s, _m, _t) \ argument
166 .div_reg_off[0] = _r, \
/u-boot/include/
A Defi_loader.h91 typeof(ret) _r = ret; \
93 __func__, (u32)((uintptr_t) _r & ~EFI_ERROR_MASK)); \
95 _r; \
104 typeof(exp) _r = exp; \
107 (unsigned long)((uintptr_t)_r & ~EFI_ERROR_MASK), #exp); \
108 _r; \
A Dvirtio.h703 int _r = 0; \
705 _r = -ENOENT; \
708 _r; \

Completed in 10 milliseconds