Searched refs:SCCread (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dscc.h427 * normal circumstances. The macros SCCread[_ND] and SCCwrite[_ND] are
608 #define SCCread(reg) _SCCread(port,_scc_shadow,scc_del,(reg),1) macro
611 #define SCCmod(reg,and,or) SCCwrite((reg),(SCCread(reg)&(and))|(or))
H A Dvme_scc.c550 if (SCCread(INT_PENDING_REG) &
579 stat = SCCread(SPCOND_STATUS_REG);
599 } while(SCCread(INT_PENDING_REG) & int_pending_mask);
844 return (SCCread (SPCOND_STATUS_REG) & SCSR_ALL_SENT) ? 0 : 1;
882 t = SCCread(TX_CTRL_REG);
986 scc_last_status_reg[channel] = SCCread(STATUS_REG);

Completed in 113 milliseconds