Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1268 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_chip()
1394 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) in init_chip()
1397 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in init_chip()
1410 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_chip()
3947 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in hfcmulti_initmode()
4327 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_card()
4379 test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in setup_pci()
5106 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in hfcmulti_init()
5109 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