Home
last modified time | relevance | path

Searched refs:esm (Results 1 – 24 of 24) 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-am62a-mcu.dtsi17 mcu_esm: esm@4100000 {
18 compatible = "ti,j721e-esm";
22 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.dtsi18 mcu_esm: esm@4100000 {
19 compatible = "ti,j721e-esm";
23 ti,esm-pins = <0>, <1>, <2>, <85>, <86>;
H A Dk3-j721s2-mcu-wakeup.dtsi730 mcu_esm: esm@40800000 {
731 compatible = "ti,j721e-esm";
733 ti,esm-pins = <95>;
737 wkup_esm: esm@42080000 {
738 compatible = "ti,j721e-esm";
740 ti,esm-pins = <63>;
H A Dk3-j784s4-j742s2-mcu-wakeup-common.dtsi726 mcu_esm: esm@40800000 {
727 compatible = "ti,j721e-esm";
729 ti,esm-pins = <95>;
733 wkup_esm: esm@42080000 {
734 compatible = "ti,j721e-esm";
736 ti,esm-pins = <63>;
H A Dk3-am65-mcu.dtsi448 mcu_esm: esm@40800000 {
449 compatible = "ti,j721e-esm";
453 ti,esm-pins = <104>, <105>;
H A Dk3-j7200-mcu-wakeup.dtsi680 mcu_esm: esm@40800000 {
681 compatible = "ti,j721e-esm";
683 ti,esm-pins = <95>;
H A Dk3-j721e-mcu-wakeup.dtsi707 mcu_esm: esm@40800000 {
708 compatible = "ti,j721e-esm";
710 ti,esm-pins = <95>;
H A Dk3-am62p-j722s-common-main.dtsi287 main_esm: esm@420000 {
288 compatible = "ti,j721e-esm";
292 ti,esm-pins = <224>, <225>, <227>, <241>, <242>, <248>;
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>;
H A Dk3-am65-main.dtsi57 main_esm: esm@700000 {
58 compatible = "ti,j721e-esm";
62 ti,esm-pins = <224>, <225>, <226>, <227>;
H A Dk3-am64-main.dtsi393 main_esm: esm@420000 {
395 compatible = "ti,j721e-esm";
398 ti,esm-pins = <160>, <161>, <162>, <163>, <164>, <165>;
H A Dk3-j7200-main.dtsi1554 main_esm: esm@700000 {
1555 compatible = "ti,j721e-esm";
1558 ti,esm-pins = <656>, <657>;
H A Dk3-j721s2-main.dtsi2002 main_esm: esm@700000 {
2003 compatible = "ti,j721e-esm";
2005 ti,esm-pins = <688>, <689>;
H A Dk3-j784s4-j742s2-main-common.dtsi2337 main_esm: esm@700000 {
2338 compatible = "ti,j721e-esm";
2340 ti,esm-pins = <688>, <689>, <690>, <691>, <692>, <693>, <694>,
H A Dk3-j721e-main.dtsi2925 main_esm: esm@700000 {
2926 compatible = "ti,j721e-esm";
2929 ti,esm-pins = <344>, <345>;
/linux/drivers/s390/cio/
H A Dchsc.c1537 u8 esm[8]; member
1568 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid) in chsc_scud() argument
1600 memcpy(esm, scud->cudb[0].esm, sizeof(*esm)); in chsc_scud()
/linux/drivers/misc/
H A DMakefile68 obj-$(CONFIG_TPS6594_ESM) += tps6594-esm.o
H A DKconfig582 will be called tps6594-esm.
/linux/arch/s390/include/asm/
H A Dcio.h381 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid);
/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()