Home
last modified time | relevance | path

Searched defs:mpu (Results 1 – 15 of 15) sorted by relevance

/linux/sound/drivers/mpu401/
H A Dmpu401_uart.c38 #define snd_mpu401_input_avail(mpu) \ argument
40 #define snd_mpu401_output_ready(mpu) \ argument
44 static void mpu401_write_port(struct snd_mpu401 *mpu, unsigned char data, in mpu401_write_port()
50 static unsigned char mpu401_read_port(struct snd_mpu401 *mpu, in mpu401_read_port()
56 static void mpu401_write_mmio(struct snd_mpu401 *mpu, unsigned char data, in mpu401_write_mmio()
62 static unsigned char mpu401_read_mmio(struct snd_mpu401 *mpu, in mpu401_read_mmio()
69 static void snd_mpu401_uart_clear_rx(struct snd_mpu401 *mpu) in snd_mpu401_uart_clear_rx()
82 static void uart_interrupt_tx(struct snd_mpu401 *mpu) in uart_interrupt_tx()
91 static void _snd_mpu401_uart_interrupt(struct snd_mpu401 *mpu) in _snd_mpu401_uart_interrupt()
117 struct snd_mpu401 *mpu = dev_id; in snd_mpu401_uart_interrupt() local
[all …]
/linux/sound/pci/emu10k1/
H A Demu10k1x.c1140 static inline unsigned char mpu401_read(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int idx) in mpu401_read()
1145 static inline void mpu401_write(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int data, int idx) in mpu401_write()
1150 #define mpu401_write_data(emu, mpu, data) mpu401_write(emu, mpu, data, 0) argument
1151 #define mpu401_write_cmd(emu, mpu, data) mpu401_write(emu, mpu, data, 1) argument
1152 #define mpu401_read_data(emu, mpu) mpu401_read(emu, mpu, 0) argument
1153 #define mpu401_read_stat(emu, mpu) mpu401_read(emu, mpu, 1) argument
1155 #define mpu401_input_avail(emu,mpu) (!(mpu401_read_stat(emu,mpu) & 0x80)) argument
1156 #define mpu401_output_ready(emu,mpu) (!(mpu401_read_stat(emu,mpu) & 0x40)) argument
1162 static void mpu401_clear_rx(struct emu10k1x *emu, struct emu10k1x_midi *mpu) in mpu401_clear_rx()
/linux/drivers/macintosh/
H A Dwindfarm_ad7417_sensor.c31 const struct mpu_data *mpu; member
235 const struct mpu_data *mpu; in wf_ad7417_probe() local
H A Dwindfarm_rm31.c296 const struct mpu_data *mpu = cpu_mpu_data[cpu]; in cpu_setup_pid() local
H A Dwindfarm_fcu_controls.c286 const struct mpu_data *mpu = wf_get_mpu(0); in wf_fcu_get_pump_minmax() local
H A Dwindfarm_pm72.c395 const struct mpu_data *mpu = cpu_mpu_data[cpu]; in cpu_setup_pid() local
/linux/sound/pci/au88x0/
H A Dau88x0_mpu401.c34 struct snd_mpu401 *mpu; in snd_vortex_midi() local
/linux/include/sound/
H A Dmpu401.h90 #define MPU401C(mpu) (mpu)->cport argument
91 #define MPU401D(mpu) (mpu)->port argument
H A Dsnd_wavefront.h107 struct pnp_dev *mpu; member
/linux/arch/arm/mach-omap2/
H A Dcm2xxx.c270 void omap2xxx_cm_set_mod_dividers(u32 mpu, u32 dsp, u32 gfx, u32 core, u32 mdm) in omap2xxx_cm_set_mod_dividers()
/linux/sound/isa/wavefront/
H A Dwavefront.c276 snd_wavefront_mpu_id mpu) in snd_wavefront_new_midi()
/linux/sound/isa/cs423x/
H A Dcs4236.c82 struct pnp_dev *mpu; member
/linux/sound/pci/
H A Dals300.c206 u8 general, mpu, dram; in snd_als300plus_interrupt() local
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h95 unsigned short mpu; member
107 unsigned int mpu; member
/linux/include/net/
H A Dsch_generic.h1399 u16 mpu; member