Home
last modified time | relevance | path

Searched refs:esm (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62a-mcu.dtsi18 mcu_esm: esm@4100000 {
19 compatible = "ti,j721e-esm";
23 ti,esm-pins = <0>, <1>, <2>, <85>;
H A Dk3-am64-mcu.dtsi157 mcu_esm: esm@4100000 {
159 compatible = "ti,j721e-esm";
162 ti,esm-pins = <0>, <1>, <2>, <85>;
H A Dk3-am62-mcu.dtsi18 mcu_esm: esm@4100000 {
20 compatible = "ti,j721e-esm";
23 ti,esm-pins = <0>, <1>, <2>, <85>;
H A Dk3-am62p-j722s-common-mcu.dtsi26 mcu_esm: esm@4100000 {
27 compatible = "ti,j721e-esm";
31 ti,esm-pins = <0>, <1>, <2>, <85>, <86>;
H A Dk3-j721s2-mcu-wakeup.dtsi725 mcu_esm: esm@40800000 {
726 compatible = "ti,j721e-esm";
728 ti,esm-pins = <95>;
732 wkup_esm: esm@42080000 {
733 compatible = "ti,j721e-esm";
735 ti,esm-pins = <63>;
H A Dk3-am65-mcu.dtsi443 mcu_esm: esm@40800000 {
444 compatible = "ti,j721e-esm";
448 ti,esm-pins = <104>, <105>;
H A Dk3-j721e-mcu-wakeup.dtsi702 mcu_esm: esm@40800000 {
703 compatible = "ti,j721e-esm";
705 ti,esm-pins = <95>;
H A Dk3-am65-main.dtsi57 main_esm: esm@700000 {
58 compatible = "ti,j721e-esm";
62 ti,esm-pins = <224>, <225>, <226>, <227>;
/linux/arch/s390/include/asm/
H A Dcio.h379 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid);
/linux/sound/pci/
H A Des1968.c917 static inline void snd_es1968_trigger_apu(struct es1968 *esm, int apu, int mode) in snd_es1968_trigger_apu() argument
920 __apu_set_register(esm, apu, 0, in snd_es1968_trigger_apu()
921 (__apu_get_register(esm, apu, 0) & 0xff0f) | in snd_es1968_trigger_apu()
1777 struct es1968 *esm = pcm->private_data; in snd_es1968_pcm_free() local
1778 snd_es1968_free_dmabuf(esm); in snd_es1968_pcm_free()
1779 esm->pcm = NULL; in snd_es1968_pcm_free()
/linux/drivers/s390/block/
H A Ddasd_eckd.c1050 u8 esm[8]; in dasd_eckd_read_fc_security() local
1054 rc = chsc_scud(private->uid.ssid, (u64 *)esm, &esm_valid); in dasd_eckd_read_fc_security()
1063 device->path[chp].fc_security = esm[chp]; in dasd_eckd_read_fc_security()