Searched refs:ICB1 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | pc300_falc-lh.h | 1167 #define ICB1 0x30 /* Idle Channel Reg 1 */ macro
|
D | pc300_drv.c | 486 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch), in falc_open_timeslot() 487 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) & in falc_open_timeslot() 502 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch), in falc_close_timeslot() 503 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) | in falc_close_timeslot() 519 cpc_writeb(falcbase + F_REG(ICB1, ch), 0xff); in falc_close_all_timeslots() 541 cpc_writeb(falcbase + F_REG(ICB1, ch), 0); in falc_open_all_timeslots()
|