Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c1012 u32 gen_cntl_0, host_cntl, lb_swap; in he_start() local
1138 lb_swap = he_readl(he_dev, LB_SWAP); in he_start()
1140 lb_swap &= ~XFER_SIZE; /* 4 cells */ in he_start()
1142 lb_swap |= XFER_SIZE; /* 8 cells */ in he_start()
1144 lb_swap |= DESC_WR_SWAP | INTR_SWAP | BIG_ENDIAN_HOST; in he_start()
1146 lb_swap &= ~(DESC_WR_SWAP | INTR_SWAP | BIG_ENDIAN_HOST | in he_start()
1149 he_writel(he_dev, lb_swap, LB_SWAP); in he_start()
1155 lb_swap |= SWAP_RNUM_MAX(0xf); in he_start()
1156 he_writel(he_dev, lb_swap, LB_SWAP); in he_start()