Home
last modified time | relevance | path

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

/linux/arch/arm64/boot/dts/ti/
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-am65-mcu.dtsi448 mcu_esm: esm@40800000 {
449 compatible = "ti,j721e-esm";
453 ti,esm-pins = <104>, <105>;
H A Dk3-j721e-mcu-wakeup.dtsi707 mcu_esm: esm@40800000 {
708 compatible = "ti,j721e-esm";
710 ti,esm-pins = <95>;
H A Dk3-am62a-main.dtsi286 main_esm: esm@420000 {
287 compatible = "ti,j721e-esm";
291 ti,esm-pins = <192>, <193>, <195>, <204>, <209>, <210>;
H A Dk3-am62-main.dtsi254 main_esm: esm@420000 {
256 compatible = "ti,j721e-esm";
259 ti,esm-pins = <160>, <161>, <162>, <163>, <177>, <178>;
/linux/sound/pci/
H A Des1968.c887 static inline void snd_es1968_trigger_apu(struct es1968 *esm, int apu, int mode) in snd_es1968_trigger_apu() argument
890 __apu_set_register(esm, apu, 0, in snd_es1968_trigger_apu()
891 (__apu_get_register(esm, apu, 0) & 0xff0f) | in snd_es1968_trigger_apu()
1735 struct es1968 *esm = pcm->private_data; in snd_es1968_pcm_free() local
1736 snd_es1968_free_dmabuf(esm); in snd_es1968_pcm_free()
1737 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()