Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.h1088 #define MB25_IS_GSB 0x40 /* GOOD Symbol Bit */ macro
H A Diphase.c838 iadev->carrier_detect = (status & MB25_IS_GSB) ? 1 : 0;
865 (ia_phy_read32(iadev, MB25_INTR_STATUS) & MB25_IS_GSB) ? 1 : 0;
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.h1087 #define MB25_IS_GSB 0x40 /* GOOD Symbol Bit */ macro
H A Diphase.c837 iadev->carrier_detect = (status & MB25_IS_GSB) ? 1 : 0;
864 (ia_phy_read32(iadev, MB25_INTR_STATUS) & MB25_IS_GSB) ? 1 : 0;

Completed in 18 milliseconds