Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dgdsys_fpga.h26 #define FPGA_SET_REG(ix, fld, val) \ argument
27 fpga_set_reg((ix), \
28 &fpga_ptr[ix]->fld, \
32 #define FPGA_GET_REG(ix, fld, val) \ argument
33 fpga_get_reg((ix), \
34 &fpga_ptr[ix]->fld, \
/rk3399_rockchip-uboot/scripts/
H A Dkernel-doc2236 for (my $ix = 0; $ix < $len; $ix++) {
2237 if (substr($prototype, $ix, 1) eq ',') {
2240 substr($prototype, $ix, 1) = ' ';
/rk3399_rockchip-uboot/common/
H A Dlcd.c130 uchar ix = N_BLK_HOR * iy + h / h_step; in test_pattern() local
131 *pix++ = test_colors[ix]; in test_pattern()
H A Ddlmalloc.c668 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH)) argument
H A Ddlmalloc.src1537 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH))