HomeSort by relevance Sort by last modified time
    Searched defs:liodn (Results 1 - 4 of 4) sorted by null

  /external/u-boot/board/freescale/common/
ls102xa_stream_id.c 25 u32 liodn; local
29 liodn = (tbl[i].id[0] << 16) | tbl[i].id[1];
31 liodn = tbl[i].id[0];
33 out_le32((u32 *)(tbl[i].reg_offset), liodn);
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
liodn.c 48 u32 liodn; local
50 liodn = (tbl[i].id[0] << 16) | tbl[i].id[1];
52 liodn = tbl[i].id[0];
55 out_be32((volatile u32 *)(tbl[i].reg_offset), liodn);
65 u32 liodn; local
67 liodn = (tbl[i].id[0] << 16) | tbl[i].id[1];
69 liodn = tbl[i].id[0];
71 out_be32((volatile u32 *)(tbl[i].reg_offset), liodn);
145 /* setup raid engine liodn base for data/desc ; both set to 47 */
162 /* write the liodn offset corresponding to the block *
    [all...]
  /external/u-boot/drivers/crypto/fsl/
jr.h 61 int liodn; member in struct:jobring
  /external/u-boot/arch/powerpc/include/asm/
immap_85xx.h 187 u32 liodn_base; /* PCIX LIODN base register */
1490 struct rio_liodn liodn[CONFIG_SYS_FSL_SRIO_MAX_PORTS]; member in struct:ccsr_rio
    [all...]

Completed in 781 milliseconds