Home
last modified time | relevance | path

Searched refs:carrier_detect (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/atm/
H A Diphase.c837 iadev->carrier_detect = (status & MB25_IS_GSB) ? 1 : 0;
841 iadev->carrier_detect = (status & SUNI_DS3_LOSV) ? 0 : 1;
845 iadev->carrier_detect = (status & SUNI_E3_LOS) ? 0 : 1;
848 iadev->carrier_detect = (status & SUNI_LOSV) ? 0 : 1;
852 iadev->carrier_detect ? "detected" : "lost signal");
863 iadev->carrier_detect =
894 iadev->carrier_detect = (status & SUNI_DS3_LOSV) ? 0 : 1;
915 iadev->carrier_detect = (status & SUNI_E3_LOS) ? 0 : 1;
2428 if (!iadev->carrier_detect)
H A Diphase.h960 u32 carrier_detect; // GPIN input member
1036 unsigned char carrier_detect; member