Searched refs:st_mfp (Results 1 - 7 of 7) sorted by relevance

/arch/m68k/atari/
H A Dataints.c144 st_mfp.vec_adr = 0x48; /* Software EOI-Mode */
146 st_mfp.vec_adr = 0x40; /* Automatic EOI-Mode */
148 st_mfp.int_en_a = 0x00; /* turn off MFP-Ints */
149 st_mfp.int_en_b = 0x00;
150 st_mfp.int_mk_a = 0xff; /* no Masking */
151 st_mfp.int_mk_b = 0xff;
H A Ddebug.c37 while (!(st_mfp.trn_stat & 0x80)) /* wait for tx buf empty */
39 st_mfp.usart_dta = c;
94 while ((st_mfp.par_dt_reg & 1) && --i) /* wait for BUSY == L */
134 while (!(st_mfp.rcv_stat & 0x80)) /* wait for rx buf filled */
136 return st_mfp.usart_dta;
178 st_mfp.trn_stat &= ~0x01; /* disable TX */
179 st_mfp.usart_ctr = parity | csize | 0x88; /* 1:16 clk mode, 1 stop bit */
180 st_mfp.tim_ct_cd &= 0x70; /* stop timer D */
181 st_mfp.tim_dt_d = baud_table[baud];
182 st_mfp
[all...]
H A Dtime.c31 st_mfp.tim_dt_c = INT_TICKS;
33 st_mfp.tim_ct_cd = (st_mfp.tim_ct_cd & 15) | 0x60;
50 ticks = st_mfp.tim_dt_c;
54 if (st_mfp.int_pn_b & (1 << 5))
H A Datakeyb.c609 } while ((st_mfp.par_dt_reg & 0x10) == 0);
612 st_mfp.active_edge &= ~0x10;
H A Dconfig.c260 if (hwreg_present(&st_mfp.par_dt_reg)) {
/arch/m68k/include/asm/
H A Datariints.h116 reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
126 reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
137 reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
H A Datarihw.h118 __asm__ __volatile__ ( "tstb %0" : : "m" (st_mfp.par_dt_reg) : "cc" );
570 # define st_mfp ((*(volatile struct MFP*)MFP_BAS)) macro

Completed in 71 milliseconds