Home
last modified time | relevance | path

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

/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1224 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_chip()
1350 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) in init_chip()
1353 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in init_chip()
1366 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_chip()
3902 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in hfcmulti_initmode()
4282 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_card()
4334 test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in setup_pci()
5061 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in hfcmulti_init()
5064 test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in hfcmulti_init()
H A Dhfc_multi.h103 #define HFC_CHIP_PCM_SLAVE 3 /* PCM is slave */ macro