tcq_ed_ptr 1027 drivers/atm/iphase.c u_short tcq_wr_ptr, tcq_st_ptr, tcq_ed_ptr; tcq_ed_ptr 1038 drivers/atm/iphase.c tcq_ed_ptr = readw(iadev->seg_reg+TCQ_ED_ADR); tcq_ed_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_ed_ptr 1041 drivers/atm/iphase.c while (tcq_st_ptr != tcq_ed_ptr) {