/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | fsl_liodn.h | 34 .reg_offset[0] = offsetof(struct ccsr_rio, liodn) \ 91 #define SET_GUTS_LIODN(compat, liodn, name, compatoff) \ argument 92 SET_LIODN_ENTRY_1(compat, liodn, \ 96 #define SET_USB_LIODN(usbNum, compat, liodn) \ argument 97 SET_GUTS_LIODN(compat, liodn, usb##usbNum##liodnr,\ 100 #define SET_SATA_LIODN(sataNum, liodn) \ argument 101 SET_GUTS_LIODN("fsl,pq-sata-v2", liodn, sata##sataNum##liodnr,\ 104 #define SET_PCI_LIODN(compat, pciNum, liodn) \ argument 105 SET_GUTS_LIODN(compat, liodn, pex##pciNum##liodnr,\ 108 #define SET_PCI_LIODN_BASE(compat, pciNum, liodn) \ argument [all …]
|
/openbmc/linux/drivers/iommu/ |
H A D | fsl_pamu_domain.c | 58 static int update_liodn_stash(int liodn, struct fsl_dma_domain *dma_domain, in update_liodn_stash() argument 65 ret = pamu_update_paace_stash(liodn, val); in update_liodn_stash() 67 pr_debug("Failed to update SPAACE for liodn %d\n ", liodn); in update_liodn_stash() 77 /* Set the geometry parameters for a LIODN */ 79 int liodn) in pamu_set_liodn() argument 93 ret = pamu_disable_liodn(liodn); in pamu_set_liodn() 96 ret = pamu_config_ppaace(liodn, omi_index, dma_domain->stash_id, 0); in pamu_set_liodn() 99 ret = pamu_config_ppaace(liodn, ~(u32)0, dma_domain->stash_id, in pamu_set_liodn() 104 pr_debug("PAACE configuration failed for liodn %d\n", in pamu_set_liodn() 105 liodn); in pamu_set_liodn() [all …]
|
H A D | fsl_pamu.c | 66 /* maximum subwindows permitted per liodn */ 71 * @liodn: liodn PAACT index for desired PAACE 76 static struct paace *pamu_get_ppaace(int liodn) in pamu_get_ppaace() argument 78 if (!ppaact || liodn >= PAACE_NUMBER_ENTRIES) { in pamu_get_ppaace() 83 return &ppaact[liodn]; in pamu_get_ppaace() 88 * @liodn: liodn PAACT index for desired PAACE 92 int pamu_enable_liodn(int liodn) in pamu_enable_liodn() argument 96 ppaace = pamu_get_ppaace(liodn); in pamu_enable_liodn() 103 pr_debug("liodn %d not configured\n", liodn); in pamu_enable_liodn() 118 * @liodn: liodn PAACT index for desired PAACE [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/ |
H A D | qman-portals.txt | 36 - fsl,liodn 39 Definition: Two LIODN(s). DQRR LIODN (DLIODN) and Frame LIODN 45 Definition: PAMU property used for dynamic LIODN assignment 47 For additional details about the PAMU/LIODN binding(s) see pamu.txt 68 - fsl,liodn 71 Definition: PAMU property used for static LIODN assignment 76 Definition: PAMU property used for dynamic LIODN assignment 98 fsl,liodn = <1 2>; 102 fsl,liodn = <0x21>; 106 fsl,liodn = <0xa1>; [all …]
|
H A D | bman.txt | 44 - fsl,liodn 47 Definition: PAMU property used for static LIODN assignment 52 Definition: PAMU property used for dynamic LIODN assignment 54 For additional details about the PAMU/LIODN binding(s) see pamu.txt 128 fsl,liodn = <0x17>;
|
H A D | guts.txt | 25 - fsl,liodn-bits : Indicates the number of defined bits in the LIODN 43 fsl,liodn-bits = <12>;
|
H A D | qman.txt | 46 - fsl,liodn 49 Definition: PAMU property used for static LIODN assignment 54 Definition: PAMU property used for dynamic LIODN assignment 56 For additional details about the PAMU/LIODN binding(s) see pamu.txt 177 fsl,liodn = <0x16>;
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | liodn.c | 48 u32 liodn; in set_liodn() local 50 liodn = (tbl[i].id[0] << 16) | tbl[i].id[1]; in set_liodn() 52 liodn = tbl[i].id[0]; in set_liodn() 55 out_be32((volatile u32 *)(tbl[i].reg_offset), liodn); in set_liodn() 65 u32 liodn; in set_fman_liodn() local 67 liodn = (tbl[i].id[0] << 16) | tbl[i].id[1]; in set_fman_liodn() 69 liodn = tbl[i].id[0]; in set_fman_liodn() 71 out_be32((volatile u32 *)(tbl[i].reg_offset), liodn); in set_fman_liodn() 145 /* setup raid engine liodn base for data/desc ; both set to 47 */ in setup_raide_liodn_base() 162 /* write the liodn offset corresponding to the block */ in set_rman_liodn() [all …]
|
H A D | p4080_ids.c | 12 /* dqrr liodn, frame data liodn, liodn off, sdest */ 80 * and as such they need to represent the same LIODN due to 82 * or from another DECO have the two Non-SEQ LIODN values equal
|
H A D | p3041_ids.c | 12 /* dqrr liodn, frame data liodn, liodn off, sdest */ 91 /* Set RMan block 0-3 liodn offset */
|
H A D | p2041_ids.c | 12 /* dqrr liodn, frame data liodn, liodn off, sdest */ 92 /* Set RMan block 0-3 liodn offset */
|
H A D | p5020_ids.c | 12 /* dqrr liodn, frame data liodn, liodn off, sdest */ 101 /* Set RMan block 0-3 liodn offset */
|
H A D | b4860_ids.c | 12 /* dqrr liodn, frame data liodn, liodn off, sdest */ 113 /* Set RMan block 0-3 liodn offset */
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | interlaken-lac.txt | 150 - fsl,liodn 152 Definition: The logical I/O device number (LIODN) for this device. The 153 LIODN is a number expressed by this device and used to perform 168 fsl,liodn = <0x204>; 174 fsl,liodn = <0x205>; 180 fsl,liodn = <0x206>; 186 fsl,liodn = <0x207>; 192 fsl,liodn = <0x208>; 198 fsl,liodn = <0x209>; 204 fsl,liodn = <0x20A>; [all …]
|
H A D | srio.txt | 56 - fsl,liodn 63 For HW (ie, the P4080) that only supports a LIODN for both 64 memory and maintenance transactions then a single LIODN is 67 For HW (ie, the P304x/P5020, etc) that supports an LIODN for 68 memory transactions and a unique LIODN for maintenance 71 LIODN associated with memory transactions and the second element 72 represents the LIODN associated with maintenance transactions 93 fsl,liodn = <34>; 101 fsl,liodn = <48>;
|
H A D | pamu.txt | 74 the LIODN register, if applicable. 81 best LIODN values to minimize PAMU cache thrashing. 83 - fsl,liodn-reg : <prop-encoded-array> 84 Two cells that specify the location of the LIODN register 86 LIODN. The first cell is a phandle to a node that contains 87 the registers where the LIODN is to be set. The second is 89 the specific LIODN register is located. 141 fsl,liodn-bits = <12>; 147 fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */
|
H A D | raideng.txt | 60 - fsl,liodn: Specifies the LIODN to be used for Job Ring. This 62 is of 12-bits which is the LIODN number for this JR. 79 fsl,liodn = <0x41>;
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fsl_pamu.c | 58 /** Sets up PPAACE entry for specified liodn 60 * @param[in] liodn Logical IO device number 73 static int pamu_config_ppaace(uint32_t liodn, uint64_t win_addr, in pamu_config_ppaace() argument 86 if (liodn > NUM_PPAACT_ENTRIES) { in pamu_config_ppaace() 91 ppaace = &ppaact[liodn]; in pamu_config_ppaace() 142 static int pamu_config_spaace(uint32_t liodn, in pamu_config_spaace() argument 161 if (liodn > NUM_PPAACT_ENTRIES) { in pamu_config_spaace() 162 printf("LIODN No programmed %d > no. of PPAACT entries %d\n", in pamu_config_spaace() 163 liodn, NUM_PPAACT_ENTRIES); in pamu_config_spaace() 170 paace = &ppaact[liodn]; in pamu_config_spaace() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | fsl,sec-v4.0.yaml | 111 fsl,liodn: 113 Specifies the LIODN to be used in conjunction with the ppid-to-liodn 114 table that specifies the PPID to LIODN mapping. Needed if the PAMU is 115 used. Value is a 12 bit value where value is a LIODN ID for this JR. 179 fsl,liodn: 181 Specifies the LIODN to be used in conjunction with the 182 ppid-to-liodn table that specifies the PPID to LIODN mapping. 184 is a LIODN ID for this JR. This property is normally set by boot
|
/openbmc/u-boot/board/freescale/common/ |
H A D | ls102xa_stream_id.c | 25 u32 liodn; in ls1021x_config_caam_stream_id() local 29 liodn = (tbl[i].id[0] << 16) | tbl[i].id[1]; in ls1021x_config_caam_stream_id() 31 liodn = tbl[i].id[0]; in ls1021x_config_caam_stream_id() 33 out_le32((u32 *)(tbl[i].reg_offset), liodn); in ls1021x_config_caam_stream_id()
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p5020si-post.dtsi | 67 fsl,liodn-reg = <&guts 0x500>; /* PEX1LIODNR */ 96 fsl,liodn-reg = <&guts 0x504>; /* PEX2LIODNR */ 125 fsl,liodn-reg = <&guts 0x508>; /* PEX3LIODNR */ 154 fsl,liodn-reg = <&guts 0x50c>; /* PEX4LIODNR */ 185 fsl,liodn-reg = <&guts 0x510>; /* RIO1LIODNR */ 192 fsl,liodn-reg = <&guts 0x514>; /* RIO2LIODNR */ 350 fsl,liodn-bits = <12>; 383 fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */ 389 fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */ 401 fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */ [all …]
|
H A D | p3041si-post.dtsi | 67 fsl,liodn-reg = <&guts 0x500>; /* PEX1LIODNR */ 96 fsl,liodn-reg = <&guts 0x504>; /* PEX2LIODNR */ 125 fsl,liodn-reg = <&guts 0x508>; /* PEX3LIODNR */ 183 fsl,liodn-reg = <&guts 0x510>; /* RIO1LIODNR */ 190 fsl,liodn-reg = <&guts 0x514>; /* RIO2LIODNR */ 345 fsl,liodn-bits = <12>; 378 fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */ 384 fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */ 396 fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */ 410 fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */ [all …]
|
H A D | p2041si-post.dtsi | 67 fsl,liodn-reg = <&guts 0x500>; /* PEX1LIODNR */ 96 fsl,liodn-reg = <&guts 0x504>; /* PEX2LIODNR */ 125 fsl,liodn-reg = <&guts 0x508>; /* PEX3LIODNR */ 156 fsl,liodn-reg = <&guts 0x510>; /* RIO1LIODNR */ 163 fsl,liodn-reg = <&guts 0x514>; /* RIO2LIODNR */ 318 fsl,liodn-bits = <12>; 351 fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */ 357 fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */ 369 fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */ 399 fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */ [all …]
|
H A D | p4080si-post.dtsi | 67 fsl,liodn-reg = <&guts 0x500>; /* PEX1LIODNR */ 96 fsl,liodn-reg = <&guts 0x504>; /* PEX2LIODNR */ 125 fsl,liodn-reg = <&guts 0x508>; /* PEX3LIODNR */ 157 fsl,liodn-reg = <&guts 0x510>; /* RIO1LIODNR */ 164 fsl,liodn-reg = <&guts 0x514>; /* RIO2LIODNR */ 355 fsl,liodn-reg = <&guts 0x540>; /* RMULIODNR */ 365 fsl,liodn-bits = <12>; 398 fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */ 404 fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */ 416 fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */ [all …]
|
/openbmc/u-boot/include/ |
H A D | fsl_sec.h | 82 u32 ms; /* Job Ring LIODN Register, MS */ 83 u32 ls; /* Job Ring LIODN Register, LS */ 88 u32 ms; /* RTIC LIODN Register, MS */ 89 u32 ls; /* RTIC LIODN Register, LS */ 94 u32 ms; /* DECO LIODN Register, MS */ 95 u32 ls; /* DECO LIODN Register, LS */ 110 u32 falr; /* Fault Address LIODN Register */ 129 u32 qilcr_ms; /* Queue Interface LIODN CFG Register, MS */ 130 u32 qilcr_ls; /* Queue Interface LIODN CFG Register, LS */
|