Searched refs:ix (Results 1 – 7 of 7) sorted by relevance
/u-boot/include/ |
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, \
|
/u-boot/scripts/ |
A D | kernel-doc | 1910 for (my $ix = 0; $ix < $len; $ix++) { 1911 if (substr($prototype, $ix, 1) eq ',') { 1914 substr($prototype, $ix, 1) = ' ';
|
/u-boot/common/ |
A D | lcd.c | 134 uchar ix = N_BLK_HOR * iy + h / h_step; in test_pattern() local 135 *pix++ = test_colors[ix]; in test_pattern()
|
A D | dlmalloc.c | 679 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH)) argument
|
A D | dlmalloc.src | 1537 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH))
|
/u-boot/drivers/ram/octeon/ |
A D | octeon3_lmc.c | 1499 int ix, ic; in find_wl_majority() local 1506 for (ix = 0; ix < 4; ix++) { in find_wl_majority() 1507 ic = bc->bitcnt[ix]; in find_wl_majority() 1511 *mc |= (1 << ix); in find_wl_majority() 1518 *mx = ix; // set its index in find_wl_majority() 4700 int ix; in lmc_write_leveling_loop() local 4737 int ix, alts; in lmc_write_leveling_loop() local 4762 for (ix = 0; ix < 4; ix++) { in lmc_write_leveling_loop() 4771 ix << 1; in lmc_write_leveling_loop() 4780 ix << 1, in lmc_write_leveling_loop() [all …]
|
/u-boot/drivers/net/ |
A D | vsc9953.c | 2507 static int vcap_cmd(u32 target, u16 ix, int cmd, int sel, int entry_count) in vcap_cmd() argument 2511 VSC9953_VCAP_UPDATE_CTRL_UPDATE_ADDR(ix) | in vcap_cmd() 2514 if ((sel & TCAM_SEL_ENTRY) && ix >= entry_count) in vcap_cmd()
|
Completed in 36 milliseconds