Home
last modified time | relevance | path

Searched refs:tcq_ed_ptr (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/atm/
Diphase.c1025 u_short tcq_wr_ptr, tcq_st_ptr, tcq_ed_ptr; local
1036 tcq_ed_ptr = readw(iadev->seg_reg+TCQ_ED_ADR);
1037 printk("tcq_st_ptr = 0x%x tcq_ed_ptr = 0x%x \n", tcq_st_ptr, tcq_ed_ptr);
1039 while (tcq_st_ptr != tcq_ed_ptr) {