Home
last modified time | relevance | path

Searched refs:smi_port (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dspeedstep-smi.c35 static int smi_port; variable
74 command, smi_port); in speedstep_smi_ownership()
83 : "a" (command), "b" (function), "c" (0), "d" (smi_port), in speedstep_smi_ownership()
116 command, smi_port); in speedstep_smi_get_freqs()
129 "d" (smi_port), "S" (0), "D" (0) in speedstep_smi_get_freqs()
168 state, command, smi_port); in speedstep_set_state()
195 "d" (smi_port), "S" (0), "D" (0) in speedstep_set_state()
350 (smi_port == 0) || (smi_cmd == 0))) in speedstep_init()
359 if ((smi_port > 0xff) || (smi_port < 0)) in speedstep_init()
361 else if (smi_port == 0) in speedstep_init()
[all …]
/Linux-v4.19/drivers/media/pci/smipcie/
Dsmipcie-main.c267 static void smi_port_disableInterrupt(struct smi_port *port) in smi_port_disableInterrupt()
275 static void smi_port_enableInterrupt(struct smi_port *port) in smi_port_enableInterrupt()
283 static void smi_port_clearInterrupt(struct smi_port *port) in smi_port_clearInterrupt()
294 struct smi_port *port = (struct smi_port *) data; in smi_dma_xfer()
360 static void smi_port_dma_free(struct smi_port *port) in smi_port_dma_free()
374 static int smi_port_init(struct smi_port *port, int dmaChanUsed) in smi_port_init()
443 static void smi_port_exit(struct smi_port *port) in smi_port_exit()
451 static int smi_port_irq(struct smi_port *port, u32 int_status) in smi_port_irq()
469 struct smi_port *port0 = &dev->ts_port[0]; in smi_irq_handler()
470 struct smi_port *port1 = &dev->ts_port[1]; in smi_irq_handler()
[all …]
Dsmipcie.h250 struct smi_port { struct
295 struct smi_port ts_port[2]; argument