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

/linux-4.4.14/drivers/net/phy/
H A Ddp83848.c29 /* MISR Register Fields */
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dregs-ac97.h89 #define MISR __REG(0x40500118) /* Modem In Status Register */ macro
/linux-4.4.14/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c110 while (MISR & (1 << 2)) wm97xx_acc_pen_up()
/linux-4.4.14/drivers/net/ethernet/rdc/
H A Dr6040.c92 #define MISR 0x3C /* Status register */ macro
436 ioread16(ioaddr + MISR)); r6040_tx_timeout()
666 /* Read MISR status and clear */ r6040_interrupt()
667 status = ioread16(ioaddr + MISR); r6040_interrupt()
/linux-4.4.14/sound/arm/
H A Dpxa2xx-ac97-lib.c287 MISR = MISR_EOC; pxa2xx_ac97_irq()
/linux-4.4.14/drivers/tty/
H A Dsynclink.c353 #define MISR 0x1c /* Misc Interrupt status Register */ macro
575 #define usc_UnlatchIostatusBits(a,b) usc_OutReg((a),MISR,(u16)((b) & 0xaaa0))
576 #define usc_UnlatchMiscstatusBits(a,b) usc_OutReg((a),MISR,(u16)((b) & 0x000f))
1274 * interrupt is indicated by bits in the MISR
1282 u16 status = usc_InReg( info, MISR ); mgsl_isr_io_pin()
1535 u16 status = usc_InReg( info, MISR ); mgsl_isr_misc()
6229 /* Read the Misc Interrupt status Register (MISR) to get */ usc_get_serial_signals()
6232 status = usc_InReg( info, MISR ); usc_get_serial_signals()
6234 /* set serial signal bits to reflect MISR */ usc_get_serial_signals()
H A Dsynclinkmp.c4746 /* set serial signal bits to reflect MISR */ get_signals()

Completed in 306 milliseconds