Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dti,j721e-esm.yaml5 $id: http://devicetree.org/schemas/misc/ti,j721e-esm.yaml#
23 const: ti,j721e-esm
28 ti,esm-pins:
39 - ti,esm-pins
48 esm@700000 {
49 compatible = "ti,j721e-esm";
51 ti,esm-pins = <344>, <345>;
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am64-mcu.dtsi156 mcu_esm: esm@4100000 {
157 compatible = "ti,j721e-esm";
159 ti,esm-pins = <0>, <1>;
H A Dk3-am62-mcu.dtsi17 mcu_esm: esm@4100000 {
18 compatible = "ti,j721e-esm";
20 ti,esm-pins = <0>, <1>, <2>, <85>;
H A Dk3-am62-main.dtsi227 main_esm: esm@420000 {
228 compatible = "ti,j721e-esm";
230 ti,esm-pins = <160>, <161>, <162>, <163>, <177>, <178>;
H A Dk3-j7200-main.dtsi1279 main_esm: esm@700000 {
1280 compatible = "ti,j721e-esm";
1282 ti,esm-pins = <656>, <657>;
H A Dk3-am64-main.dtsi367 main_esm: esm@420000 {
368 compatible = "ti,j721e-esm";
370 ti,esm-pins = <160>, <161>;
H A Dk3-j721e-main.dtsi2736 main_esm: esm@700000 {
2737 compatible = "ti,j721e-esm";
2739 ti,esm-pins = <344>, <345>;
/openbmc/linux/drivers/misc/
H A DMakefile68 obj-$(CONFIG_TPS6594_ESM) += tps6594-esm.o
H A DKconfig551 will be called tps6594-esm.
/openbmc/linux/drivers/s390/cio/
H A Dchsc.c1486 u8 esm[8]; member
1517 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid) in chsc_scud() argument
1549 memcpy(esm, scud->cudb[0].esm, sizeof(*esm)); in chsc_scud()
/openbmc/linux/arch/s390/include/asm/
H A Dcio.h376 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid);
/openbmc/linux/sound/pci/
H A Des1968.c923 static inline void snd_es1968_trigger_apu(struct es1968 *esm, int apu, int mode) in snd_es1968_trigger_apu() argument
926 __apu_set_register(esm, apu, 0, in snd_es1968_trigger_apu()
927 (__apu_get_register(esm, apu, 0) & 0xff0f) | in snd_es1968_trigger_apu()
1785 struct es1968 *esm = pcm->private_data; in snd_es1968_pcm_free() local
1786 snd_es1968_free_dmabuf(esm); in snd_es1968_pcm_free()
1787 esm->pcm = NULL; in snd_es1968_pcm_free()
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.c1056 u8 esm[8]; in dasd_eckd_read_fc_security() local
1060 rc = chsc_scud(private->uid.ssid, (u64 *)esm, &esm_valid); in dasd_eckd_read_fc_security()
1069 device->path[chp].fc_security = esm[chp]; in dasd_eckd_read_fc_security()