Searched refs:tshf (Results 1 – 1 of 1) sorted by relevance
678 u8 tshf = card->chan[ch].falc.offset; in falc_open_timeslot() local680 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch), in falc_open_timeslot()681 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) & in falc_open_timeslot()682 ~(0x80 >> ((timeslot - tshf) & 0x07))); in falc_open_timeslot()694 u8 tshf = card->chan[ch].falc.offset; in falc_close_timeslot() local696 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch), in falc_close_timeslot()697 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) | in falc_close_timeslot()698 (0x80 >> ((timeslot - tshf) & 0x07))); in falc_close_timeslot()