Searched refs:ix (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | gdsys_fpga.h | 26 #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 D | kernel-doc | 2236 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 D | lcd.c | 130 uchar ix = N_BLK_HOR * iy + h / h_step; in test_pattern() local 131 *pix++ = test_colors[ix]; in test_pattern()
|
| H A D | dlmalloc.c | 668 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH)) argument
|
| H A D | dlmalloc.src | 1537 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH))
|