tcq_st_ptr       1027 drivers/atm/iphase.c   u_short tcq_wr_ptr, tcq_st_ptr, tcq_ed_ptr;
tcq_st_ptr       1037 drivers/atm/iphase.c   tcq_st_ptr =  readw(iadev->seg_reg+TCQ_ST_ADR);
tcq_st_ptr       1039 drivers/atm/iphase.c   printk("tcq_st_ptr = 0x%x    tcq_ed_ptr = 0x%x \n", tcq_st_ptr, tcq_ed_ptr);
tcq_st_ptr       1041 drivers/atm/iphase.c   while (tcq_st_ptr != tcq_ed_ptr) {
tcq_st_ptr       1042 drivers/atm/iphase.c       tmp = iadev->seg_ram+tcq_st_ptr;
tcq_st_ptr       1044 drivers/atm/iphase.c       tcq_st_ptr += 2;