Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A 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()
3901 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in hfcmulti_initmode()
4281 if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { in init_card()
4333 test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in setup_pci()
5060 test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); in hfcmulti_init()
5063 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