Lines Matching defs:xmtfs
963 unsigned char xmtfs;
977 (xmtfs = inb(ioaddr + AM2150_MACE_BASE + MACE_XMTFS)) &
982 if (xmtfs & ~MACE_XMTFS_XMTSV) {
983 if (xmtfs & MACE_XMTFS_UFLO) {
988 if (xmtfs & MACE_XMTFS_LCOL) {
992 if (xmtfs & MACE_XMTFS_MORE) {
996 if (xmtfs & MACE_XMTFS_ONE) {
1000 if (xmtfs & MACE_XMTFS_DEFER) {
1004 if (xmtfs & MACE_XMTFS_LCAR) {
1008 if (xmtfs & MACE_XMTFS_RTRY) {
1012 } /* if (xmtfs & ~MACE_XMTFS_XMTSV) */
1014 } /* if (xmtfs & MACE_XMTFS_XMTSV) */