Lines Matching defs:xmtfs
962 unsigned char xmtfs;
976 (xmtfs = inb(ioaddr + AM2150_MACE_BASE + MACE_XMTFS)) &
981 if (xmtfs & ~MACE_XMTFS_XMTSV) {
982 if (xmtfs & MACE_XMTFS_UFLO) {
987 if (xmtfs & MACE_XMTFS_LCOL) {
991 if (xmtfs & MACE_XMTFS_MORE) {
995 if (xmtfs & MACE_XMTFS_ONE) {
999 if (xmtfs & MACE_XMTFS_DEFER) {
1003 if (xmtfs & MACE_XMTFS_LCAR) {
1007 if (xmtfs & MACE_XMTFS_RTRY) {
1011 } /* if (xmtfs & ~MACE_XMTFS_XMTSV) */
1013 } /* if (xmtfs & MACE_XMTFS_XMTSV) */