Searched refs:liodnr (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dfsl_qbman.h44 u32 liodnr; /* LIODN Register */ member in struct:ccsr_qman
70 u32 liodnr; /* LIODN Register */ member in struct:ccsr_bman
/u-boot/arch/powerpc/include/asm/
H A Dfsl_liodn.h20 .reg_offset[0] = offsetof(ccsr_gur_t, rio##port##liodnr) \
26 .reg_offset[0] = offsetof(ccsr_gur_t, rio##port##liodnr) \
97 SET_GUTS_LIODN(compat, liodn, usb##usbNum##liodnr,\
101 SET_GUTS_LIODN("fsl,pq-sata-v2", liodn, sata##sataNum##liodnr,\
105 SET_GUTS_LIODN(compat, liodn, pex##pciNum##liodnr,\
115 SET_GUTS_LIODN(compat, liodn, dma##dmaNum##liodnr,\
119 SET_GUTS_LIODN("fsl,esdhc", liodn, sdmmc##sdhcNum##liodnr,\
132 offsetof(struct ccsr_qman, liodnr) + \
138 offsetof(struct ccsr_bman, liodnr) + \
143 SET_LIODN_ENTRY_1("fsl,pme", liodn, offsetof(ccsr_pme_t, liodnr)
[all...]
H A Dimmap_85xx.h2357 u32 liodnr; /* LIODN Register */ member in struct:ccsr_pme
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dfsl_icid.h104 offsetof(struct ccsr_qman, liodnr) + \
110 offsetof(struct ccsr_bman, liodnr) + \
/u-boot/drivers/crypto/fsl/
H A Djr.c720 uint32_t liodnr; local
764 liodnr = sec_in32(&sec->jrliodnr[caam->jrid].ls) &
766 liodnr = liodnr |
769 sec_out32(&sec->jrliodnr[caam->jrid].ls, liodnr);
771 liodnr = sec_in32(&sec->jrliodnr[caam->jrid].ls);
772 liodn_ns = (liodnr & JRNSLIODN_MASK) >> JRNSLIODN_SHIFT;
773 liodn_s = (liodnr & JRSLIODN_MASK) >> JRSLIODN_SHIFT;

Completed in 90 milliseconds