Searched refs:lb_swap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 980 u32 gen_cntl_0, host_cntl, lb_swap; in he_start() local 1099 lb_swap = he_readl(he_dev, LB_SWAP); in he_start() 1101 lb_swap &= ~XFER_SIZE; /* 4 cells */ in he_start() 1103 lb_swap |= XFER_SIZE; /* 8 cells */ in he_start() 1105 lb_swap |= DESC_WR_SWAP | INTR_SWAP | BIG_ENDIAN_HOST; in he_start() 1107 lb_swap &= ~(DESC_WR_SWAP | INTR_SWAP | BIG_ENDIAN_HOST | in he_start() 1110 he_writel(he_dev, lb_swap, LB_SWAP); in he_start() 1116 lb_swap |= SWAP_RNUM_MAX(0xf); in he_start() 1117 he_writel(he_dev, lb_swap, LB_SWAP); in he_start()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 977 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()
|
Completed in 6 milliseconds