Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dhe.c977 u32 gen_cntl_0, host_cntl, lb_swap; in he_start() local
1096 lb_swap = he_readl(he_dev, LB_SWAP); in he_start()
1098 lb_swap &= ~XFER_SIZE; /* 4 cells */ in he_start()
1100 lb_swap |= XFER_SIZE; /* 8 cells */ in he_start()
1102 lb_swap |= DESC_WR_SWAP | INTR_SWAP | BIG_ENDIAN_HOST; in he_start()
1104 lb_swap &= ~(DESC_WR_SWAP | INTR_SWAP | BIG_ENDIAN_HOST | in he_start()
1107 he_writel(he_dev, lb_swap, LB_SWAP); in he_start()
1113 lb_swap |= SWAP_RNUM_MAX(0xf); in he_start()
1114 he_writel(he_dev, lb_swap, LB_SWAP); in he_start()