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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300_drv.c469 u8 tshf = card->chan[ch].falc.offset; local
471 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch),
472 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) &
473 ~(0x80 >> ((timeslot - tshf) & 0x07)));
485 u8 tshf = card->chan[ch].falc.offset; local
487 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch),
488 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) |
489 (0x80 >> ((timeslot - tshf) & 0x07)));

Completed in 57 milliseconds