Searched refs:cs461x_pokeBA0 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/char/joystick/ |
D | cs461x.c | 149 static void cs461x_pokeBA0(unsigned long reg, unsigned int val) in cs461x_pokeBA0() function 178 cs461x_pokeBA0(BA0_JSPT, 0xFF); //outb(gameport->io, 0xFF); in cs461x_gameport_trigger() 296 cs461x_pokeBA0(BA0_JSIO, 0xFF); // ? in cs461x_pci_probe() 297 cs461x_pokeBA0(BA0_JSCTL, JSCTL_SP_MEDIUM_SLOW); in cs461x_pci_probe()
|
/linux-2.4.37.9/drivers/sound/ |
D | cs46xx.c | 638 static void cs461x_pokeBA0(struct cs_card *codec, unsigned long reg, unsigned int val) in cs461x_pokeBA0() function 1666 cs461x_pokeBA0(card, BA0_MIDWP,temp1); in cs_handle_midi() 1692 cs461x_pokeBA0(card, BA0_HICR, HICR_CHGM|HICR_IEV); in cs_interrupt() 1712 cs461x_pokeBA0(card, BA0_HICR, HICR_CHGM|HICR_IEV); in cs_interrupt() 1881 cs461x_pokeBA0(card, BA0_MIDCR, 0x0000000f); /* Enable xmit, rcv. */ in cs_midi_open() 1882 cs461x_pokeBA0(card, BA0_HICR, HICR_IEV | HICR_CHGM); /* Enable interrupts */ in cs_midi_open() 3128 cs461x_pokeBA0(card, BA0_EGPIODR, in amp_hercules() 3130 cs461x_pokeBA0(card, BA0_EGPIOPTR, in amp_hercules() 3137 cs461x_pokeBA0(card, BA0_EGPIODR, 0); /* disable */ in amp_hercules() 3138 cs461x_pokeBA0(card, BA0_EGPIOPTR, 0); /* disable */ in amp_hercules() [all …]
|