Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1254 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_chip()
1380 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) in init_chip()
1383 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in init_chip()
1396 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_chip()
3926 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in hfcmulti_initmode()
4306 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_card()
4358 test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in setup_pci()
5085 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in hfcmulti_init()
5088 test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in hfcmulti_init()
Dhfc_multi.h103 #define HFC_CHIP_PCM_SLAVE 3 /* PCM is slave */ macro