Searched refs:tt_microwire (Results 1 - 3 of 3) sorted by relevance

/arch/m68k/atari/
H A Datasound.c39 tt_microwire.mask = 0x7ff;
40 tt_microwire.data = MW_LM1992_ADDR | cmd;
43 while( tt_microwire.mask != 0x7ff)
H A Dconfig.c344 if (!MACH_IS_MEDUSA && hwreg_present(&tt_microwire.data) &&
345 hwreg_present(&tt_microwire.mask) &&
346 (tt_microwire.mask = 0x7ff,
348 tt_microwire.data = MW_LM1992_PSG_HIGH | MW_LM1992_ADDR,
350 tt_microwire.data != 0)) {
352 while (tt_microwire.mask != 0x7ff)
/arch/m68k/include/asm/
H A Datarihw.h751 # define tt_microwire ((*(volatile struct TT_MICROWIRE *)TT_MICROWIRE_BAS)) macro

Completed in 74 milliseconds