Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wan/
Dpc300_drv.c678 u8 tshf = card->chan[ch].falc.offset; in falc_open_timeslot() local
680 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() local
696 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()