Lines Matching refs:sound_ym
103 sound_ym.rd_data_reg_sel = 15; /* select port B */ in ata_par_out()
104 sound_ym.wd_data = c; /* put char onto port */ in ata_par_out()
105 sound_ym.rd_data_reg_sel = 14; /* select port A */ in ata_par_out()
106 tmp = sound_ym.rd_data_reg_sel; in ata_par_out()
107 sound_ym.wd_data = tmp & ~0x20; /* set strobe L */ in ata_par_out()
109 sound_ym.wd_data = tmp | 0x20; /* set strobe H */ in ata_par_out()
330 sound_ym.rd_data_reg_sel = 7; /* select mixer control */ in atari_debug_init()
331 sound_ym.wd_data = 0xff; /* sound off, ports are output */ in atari_debug_init()
332 sound_ym.rd_data_reg_sel = 15; /* select port B */ in atari_debug_init()
333 sound_ym.wd_data = 0; /* no char */ in atari_debug_init()
334 sound_ym.rd_data_reg_sel = 14; /* select port A */ in atari_debug_init()
335 sound_ym.wd_data = sound_ym.rd_data_reg_sel | 0x20; /* strobe H */ in atari_debug_init()