Searched refs:crvalue (Results 1 – 1 of 1) sorted by relevance
333 unsigned long crvalue; member428 mtdx.crvalue = 0xa00; /* rx 128 burst length */ in mtd_reset()432 mtdx.crvalue |= 0x02000000; /* set enhanced bit */ in mtd_reset()451 mtdx.crvalue |= /*TxEnable |*/ RxEnable | TxThreshold; in mtd_reset()545 outl( mtdx.crvalue | TxEnable, mtdx.ioaddr + TCRRCR); in mtd_transmit()553 outl( mtdx.crvalue & (~TxEnable), mtdx.ioaddr + TCRRCR); in mtd_transmit()580 outl( mtdx.crvalue & (~TxEnable) & (~RxEnable), mtdx.ioaddr + TCRRCR ); in mtd_disable()721 mtdx.crvalue = ( mtdx.crvalue & ~RxModeMask ) | rx_mode; in set_rx_mode()722 outb( mtdx.crvalue, mtdx.ioaddr + TCRRCR); in set_rx_mode()1011 mtdx.crvalue &= (~PS10) & (~FD) & (~PS1000); in getlinktype()[all …]