Home
last modified time | relevance | path

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

/u-boot/arch/arm/include/asm/arch-sunxi/
A Dccu.h37 #define GATE(_off, _bit) { \ argument
38 .off = _off, \
55 #define RESET(_off, _bit) { \ argument
56 .off = _off, \
/u-boot/include/
A Dmvmfp.h24 #define MFP(_off, _pull, _drv, _slp, _edge, _sleep, _afn) ( \ argument
25 /* bits 31..16 - MFP Register Offset */ (((_off) & 0xffff) << 16) | \
34 #define MFP(_off, _pull, _drv, _slp, _edge, _sleep, _afn) ( \ argument
35 /* bits 31..16 - MFP Register Offset */ (((_off) & 0xffff) << 16) | \
/u-boot/drivers/clk/kendryte/
A Dclk.c148 #define DIV_FLAGS(id, _off, _shift, _width, _flags) \ argument
150 .off = (_off), \
214 #define GATE(id, _off, _idx) \ argument
216 .off = (_off), \
254 #define MUX_PARENTS(id, parents, _off, _shift, _width) \ argument
258 .off = (_off), \
277 #define PLL(_off, _shift, _width) { \ argument
278 .off = (_off), \
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dspeed.c25 _off, enumerator

Completed in 6 milliseconds