pcq_rd           1107 drivers/atm/iphase.c 	if (iadev->rfL.pcq_rd == (readw(iadev->reass_reg+PCQ_WR_PTR)&0xffff)) 
pcq_rd           1113 drivers/atm/iphase.c 	desc = readw(iadev->reass_ram+iadev->rfL.pcq_rd) & 0x1fff;  
pcq_rd           1115 drivers/atm/iphase.c                                     iadev->reass_ram, iadev->rfL.pcq_rd, desc);
pcq_rd           1119 drivers/atm/iphase.c 	if ( iadev->rfL.pcq_rd== iadev->rfL.pcq_ed) 
pcq_rd           1120 drivers/atm/iphase.c 		iadev->rfL.pcq_rd = iadev->rfL.pcq_st;  
pcq_rd           1122 drivers/atm/iphase.c 		iadev->rfL.pcq_rd += 2;
pcq_rd           1123 drivers/atm/iphase.c 	writew(iadev->rfL.pcq_rd, iadev->reass_reg+PCQ_RD_PTR);  
pcq_rd           1535 drivers/atm/iphase.c 	iadev->rfL.pcq_rd = readw(iadev->reass_reg+PCQ_RD_PTR) & 0xffff;
pcq_rd           1539 drivers/atm/iphase.c               iadev->rfL.pcq_st, iadev->rfL.pcq_ed, iadev->rfL.pcq_rd, 
pcq_rd            867 drivers/atm/iphase.h         u32  pcq_rd;     /* Packet Complete queue read pointer   */