Searched refs:fsl (Results 1 – 8 of 8) sorted by relevance
/qemu/hw/arm/ |
H A D | meson.build | 39 arm_common_ss.add(when: 'CONFIG_FSL_IMX25', if_true: files('fsl-imx25.c', 'imx25_pdk.c')) 40 arm_common_ss.add(when: 'CONFIG_FSL_IMX31', if_true: files('fsl-imx31.c', 'kzm.c')) 41 arm_common_ss.add(when: 'CONFIG_FSL_IMX6', if_true: files('fsl-imx6.c')) 60 arm_common_ss.add(when: 'CONFIG_FSL_IMX7', if_true: files('fsl-imx7.c', 'mcimx7d-sabre.c')) 61 arm_common_ss.add(when: 'CONFIG_FSL_IMX8MP', if_true: files('fsl-imx8mp.c')) 64 arm_common_ss.add(when: 'CONFIG_FSL_IMX6UL', if_true: files('fsl-imx6ul.c', 'mcimx6ul-evk.c'))
|
/qemu/pc-bios/dtb/ |
H A D | petalogix-s3adsp1800.dts | 59 xlnx,dcache-use-fsl = <0x01>; 67 xlnx,fsl-data-size = <0x20>; 68 xlnx,fsl-exception = <0x00>; 69 xlnx,fsl-links = <0x00>; 75 xlnx,icache-use-fsl = <0x01>; 100 xlnx,use-extended-fsl-instr = <0x00>; 255 xlnx,write-fsl-ports = <0x00>;
|
H A D | petalogix-ml605.dts | 68 xlnx,dcache-use-fsl = < 0x00 >; 81 xlnx,fsl-data-size = < 0x20 >; 82 xlnx,fsl-exception = < 0x00 >; 83 xlnx,fsl-links = < 0x00 >; 93 xlnx,icache-use-fsl = < 0x00 >; 122 xlnx,use-extended-fsl-instr = < 0x00 >;
|
/qemu/include/hw/ppc/ |
H A D | openpic.h | 137 FslMpicInfo *fsl; member
|
/qemu/target/ppc/ |
H A D | kvm.c | 1149 env->spr[SPR_E500_SVR] = sregs.u.e.impl.fsl.svr; in kvmppc_get_booke_sregs() 1150 env->spr[SPR_Exxx_MCAR] = sregs.u.e.impl.fsl.mcar; in kvmppc_get_booke_sregs() 1151 env->spr[SPR_HID0] = sregs.u.e.impl.fsl.hid0; in kvmppc_get_booke_sregs() 1153 if (sregs.u.e.impl.fsl.features & KVM_SREGS_E_FSL_PIDn) { in kvmppc_get_booke_sregs() 1154 env->spr[SPR_BOOKE_PID1] = sregs.u.e.impl.fsl.pid1; in kvmppc_get_booke_sregs() 1155 env->spr[SPR_BOOKE_PID2] = sregs.u.e.impl.fsl.pid2; in kvmppc_get_booke_sregs()
|
/qemu/hw/intc/ |
H A D | openpic.c | 1348 for (i = 0; i < opp->fsl->max_ext; i++) { in fsl_common_init() 1545 opp->fsl = &fsl_mpic_20; in openpic_realize() 1558 opp->fsl = &fsl_mpic_42; in openpic_realize()
|
/qemu/linux-headers/asm-powerpc/ |
H A D | kvm.h | 202 } fsl; member
|
/qemu/ |
H A D | MAINTAINERS | 798 F: hw/arm/fsl-imx25.c 802 F: include/hw/arm/fsl-imx25.h 834 F: hw/arm/fsl-imx6ul.c 836 F: include/hw/arm/fsl-imx6ul.h 846 F: hw/arm/fsl-imx7.c 848 F: include/hw/arm/fsl-imx7.h 859 F: hw/arm/fsl-imx8mp.c 863 F: include/hw/arm/fsl-imx8mp.h 965 F: hw/arm/fsl-imx6.c 970 F: include/hw/arm/fsl-imx6.h
|