Searched refs:lac (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/powerpc/boot/dts/fsl/ |
D | interlaken-lac-portals.dtsi | 36 compatible = "fsl,interlaken-lac-portals"; 38 lportal0: lac-portal@0 { 39 compatible = "fsl,interlaken-lac-portal-v1.0"; 43 lportal1: lac-portal@1000 { 44 compatible = "fsl,interlaken-lac-portal-v1.0"; 48 lportal2: lac-portal@2000 { 49 compatible = "fsl,interlaken-lac-portal-v1.0"; 53 lportal3: lac-portal@3000 { 54 compatible = "fsl,interlaken-lac-portal-v1.0"; 58 lportal4: lac-portal@4000 { [all …]
|
D | interlaken-lac.dtsi | 35 lac: lac@229000 { label 36 compatible = "fsl,interlaken-lac"; 41 lac-hv@228000 { 42 compatible = "fsl,interlaken-lac-hv"; 44 fsl,non-hv-node = <&lac>;
|
/linux-6.1.9/Documentation/devicetree/bindings/powerpc/fsl/ |
D | interlaken-lac.txt | 42 Definition: Must include "fsl,interlaken-lac". This represents only 54 "fsl,interlaken-lac-hv". This node represents the protected 59 Usage: required in "fsl,interlaken-lac-hv" 76 lac: lac@229000 { 77 compatible = "fsl,interlaken-lac" 82 lac-hv@228000 { 83 compatible = "fsl,interlaken-lac-hv" 85 fsl,non-hv-node = <&lac>; 113 Definition: Must include "fsl,interlaken-lac-portals" 134 Definition: Must include "fsl,interlaken-lac-portal-vX.Y" where X is [all …]
|
/linux-6.1.9/drivers/iommu/ |
D | fsl_pamu.c | 587 void __iomem *lac = NULL; /* Local Access Control registers */ in create_csd() local 612 lac = of_iomap(np, 0); in create_csd() 613 if (!lac) { in create_csd() 619 law = lac + 0xC00; in create_csd() 704 if (lac) in create_csd() 705 iounmap(lac); in create_csd()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | stp.h | 18 u32 lac : 1; /* Link availability change */ member
|
/linux-6.1.9/arch/s390/kernel/ |
D | time.c | 495 if (intparm->tsc || intparm->lac || intparm->tcpc) in stp_timing_alert()
|