Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1223 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_chip()
1349 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) in init_chip()
1352 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in init_chip()
1365 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_chip()
3900 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in hfcmulti_initmode()
4280 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_card()
4332 test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in setup_pci()
5059 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in hfcmulti_init()
5062 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