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

/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) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dconfig.c261 if (hwreg_present(&st_mfp.par_dt_reg)) {
265 if (hwreg_present(&tt_mfp.par_dt_reg)) {
H A Ddebug.c94 while ((st_mfp.par_dt_reg & 1) && --i) /* wait for BUSY == L */
H A Datakeyb.c596 } while ((st_mfp.par_dt_reg & 0x10) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datarihw.h116 __asm__ __volatile__ ( "tstb %0" : : "m" (st_mfp.par_dt_reg) : "cc" );
520 u_char par_dt_reg; member in struct:MFP
/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 )
/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;

Completed in 224 milliseconds