Home
last modified time | relevance | path

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

/u-boot/include/
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, \
/u-boot/scripts/
A Dkernel-doc1910 for (my $ix = 0; $ix < $len; $ix++) {
1911 if (substr($prototype, $ix, 1) eq ',') {
1914 substr($prototype, $ix, 1) = ' ';
/u-boot/common/
A Dlcd.c134 uchar ix = N_BLK_HOR * iy + h / h_step; in test_pattern() local
135 *pix++ = test_colors[ix]; in test_pattern()
A Ddlmalloc.c679 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH)) argument
A Ddlmalloc.src1537 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH))
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c1499 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 Dvsc9953.c2507 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