Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dspeedstep-smi.c33 static int smi_port; variable
72 command, smi_port); in speedstep_smi_ownership()
81 : "a" (command), "b" (function), "c" (0), "d" (smi_port), in speedstep_smi_ownership()
114 command, smi_port); in speedstep_smi_get_freqs()
127 "d" (smi_port), "S" (0), "D" (0) in speedstep_smi_get_freqs()
166 state, command, smi_port); in speedstep_set_state()
193 "d" (smi_port), "S" (0), "D" (0) in speedstep_set_state()
344 (smi_port == 0) || (smi_cmd == 0))) in speedstep_init()
353 if ((smi_port > 0xff) || (smi_port < 0)) in speedstep_init()
355 else if (smi_port == 0) in speedstep_init()
[all …]
/drivers/media/pci/smipcie/
Dsmipcie-main.c258 static void smi_port_disableInterrupt(struct smi_port *port) in smi_port_disableInterrupt()
266 static void smi_port_enableInterrupt(struct smi_port *port) in smi_port_enableInterrupt()
274 static void smi_port_clearInterrupt(struct smi_port *port) in smi_port_clearInterrupt()
285 struct smi_port *port = from_tasklet(port, t, tasklet); in smi_dma_xfer()
351 static void smi_port_dma_free(struct smi_port *port) in smi_port_dma_free()
365 static int smi_port_init(struct smi_port *port, int dmaChanUsed) in smi_port_init()
434 static void smi_port_exit(struct smi_port *port) in smi_port_exit()
442 static int smi_port_irq(struct smi_port *port, u32 int_status) in smi_port_irq()
460 struct smi_port *port0 = &dev->ts_port[0]; in smi_irq_handler()
461 struct smi_port *port1 = &dev->ts_port[1]; in smi_irq_handler()
[all …]
Dsmipcie.h239 struct smi_port { struct
284 struct smi_port ts_port[2]; argument