Searched refs:SUNI_MRI_TYPE (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/atm/ | ||
D | suni.h | 100 #define SUNI_MRI_TYPE 0x70 /* R, SUNI type (lite is 011) */ macro |
D | suni.c | 375 PRIV(dev)->type = (mri & SUNI_MRI_TYPE) >> SUNI_MRI_TYPE_SHIFT; in suni_init() |