Home
last modified time | relevance | path

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

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