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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dataints.c177 st_mfp.vec_adr = 0x48; /* Software EOI-Mode */
179 st_mfp.vec_adr = 0x40; /* Automatic EOI-Mode */
181 st_mfp.int_en_a = 0x00; /* turn off MFP-Ints */
182 st_mfp.int_en_b = 0x00;
183 st_mfp.int_mk_a = 0xff; /* no Masking */
184 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 */
154 st_mfp.trn_stat &= ~0x01; /* disable TX */
155 st_mfp.usart_ctr = parity | csize | 0x88; /* 1:16 clk mode, 1 stop bit */
156 st_mfp.tim_ct_cd &= 0x70; /* stop timer D */
157 st_mfp.tim_dt_d = baud_table[baud];
158 st_mfp.tim_ct_cd |= 0x01; /* start timer D, 1:4 */
159 st_mfp.trn_stat |= 0x01; /* enable TX */
H A Dtime.c30 st_mfp.tim_dt_c = INT_TICKS;
32 st_mfp.tim_ct_cd = (st_mfp.tim_ct_cd & 15) | 0x60;
49 ticks = st_mfp.tim_dt_c;
53 if (st_mfp.int_pn_b & (1 << 5))
H A Datakeyb.c596 } while ((st_mfp.par_dt_reg & 0x10) == 0);
599 st_mfp.active_edge &= ~0x10;
H A Dconfig.c261 if (hwreg_present(&st_mfp.par_dt_reg)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.h116 __asm__ __volatile__ ( "tstb %0" : : "m" (st_mfp.par_dt_reg) : "cc" );
568 # define st_mfp ((*(volatile struct MFP*)MFP_BAS)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_atari.c87 return ((st_mfp.par_dt_reg & 1 ? 0 : PARPORT_STATUS_BUSY) |
187 st_mfp.data_dir &= ~1;
189 st_mfp.active_edge &= ~1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_atari.c850 st_mfp.tim_ct_a = 0; /* ++roman: Stop timer before programming! */
851 st_mfp.tim_dt_a = 1; /* Cause interrupt after first event. */
852 st_mfp.tim_ct_a = 8; /* Turn on event counting. */
857 st_mfp.int_en_a |= 0x20; /* Turn interrupt on. */
858 st_mfp.int_mk_a |= 0x20;
865 st_mfp.tim_ct_a = 0; /* stop timer */
866 st_mfp.int_en_a &= ~0x20; /* turn interrupt off */
1593 if ((st_mfp.int_en_a & st_mfp.int_mk_a & 0x20) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb.c837 mono_moni = (st_mfp.par_dt_reg & 0x80) == 0;
2010 mono_moni = (st_mfp.par_dt_reg & 0x80) == 0;
2061 st_mfp.tim_ct_b = 0x10;
2062 st_mfp.active_edge |= 8;
2063 st_mfp.tim_ct_b = 0;
2064 st_mfp.tim_dt_b = 0xf0;
2065 st_mfp.tim_ct_b = 8;
2066 while (st_mfp.tim_dt_b > 1) /* TOS does it this way, don't ask why */
2068 new = st_mfp.tim_dt_b;
2072 new = st_mfp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dataflop.c1742 if (!(st_mfp.par_dt_reg & 0x20))
1759 while( st_mfp.par_dt_reg & 0x20 )

Completed in 265 milliseconds