Searched refs:MRM (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dtulip.h178 MRM = (1 << 21), enumerator in enum:tulip_busconfig_bits
H A Dtulip_core.c1193 /* if we have any cache line size at all, we can do MRM and MWI */
1194 csr0 |= MRM | MWI;
1257 * Chips that have the MRM/reserved bit quirk and the burst quirk. That
1367 csr0 = MRL | MRM | (8 << BurstLenShift) | (1 << CALShift);
1377 /* PNIC doesn't have MWI/MRL/MRM... */
1381 /* DM9102A has troubles with MRM & clear reserved bits 24:22, 20, 16, 7:1 */
/linux-master/drivers/atm/
H A Diphase.h806 #define MRM 3 macro
H A Diphase.c427 f_abr_vc->f_nrmexp =(((srv_p->nrm +1) & 0x0f) << 12)|(MRM << 8) | trm;

Completed in 105 milliseconds