SchedTbl          468 drivers/atm/iphase.c    u16  *SchedTbl, *TstSchedTbl;
SchedTbl          529 drivers/atm/iphase.c       SchedTbl = (u16*)(dev->seg_ram+CBR_SCHED_TABLE*dev->memSize); 
SchedTbl          532 drivers/atm/iphase.c       TstSchedTbl = (u16*)(SchedTbl+testSlot);  //set index and read in value
SchedTbl          543 drivers/atm/iphase.c                                                        SchedTbl,testSlot);)
SchedTbl          545 drivers/atm/iphase.c           TstSchedTbl = (u16 *)(SchedTbl + testSlot);  // set table index
SchedTbl          557 drivers/atm/iphase.c           TstSchedTbl = (u16*)(SchedTbl + testSlot);
SchedTbl          578 drivers/atm/iphase.c    u16 *SchedTbl, NullVci = 0;
SchedTbl          583 drivers/atm/iphase.c    SchedTbl = (u16*)(iadev->seg_ram+CBR_SCHED_TABLE*iadev->memSize);
SchedTbl          591 drivers/atm/iphase.c       if (*SchedTbl == vcc->vci) {
SchedTbl          593 drivers/atm/iphase.c          *SchedTbl = NullVci;
SchedTbl          596 drivers/atm/iphase.c       SchedTbl++;