dle_lp           1279 drivers/atm/iphase.c   u_int dle_lp;  
dle_lp           1289 drivers/atm/iphase.c   dle_lp = readl(iadev->dma+IPHASE5575_RX_LIST_ADDR) & (sizeof(struct dle)*DLE_ENTRIES - 1);  
dle_lp           1290 drivers/atm/iphase.c   cur_dle = (struct dle*)(iadev->rx_dle_q.start + (dle_lp >> 4));  
dle_lp           1690 drivers/atm/iphase.c         u_int dle_lp;
dle_lp           1696 drivers/atm/iphase.c         dle_lp = readl(iadev->dma+IPHASE5575_TX_LIST_ADDR) & 
dle_lp           1698 drivers/atm/iphase.c         cur_dle = (struct dle*)(iadev->tx_dle_q.start + (dle_lp >> 4));