Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/amba/
Dpl080.h89 #define PL080_CONTROL_SWIDTH_MASK GENMASK(20, 18) macro
/Linux-v4.19/drivers/dma/
Damba-pl08x.c697 val &= PL080_CONTROL_SWIDTH_MASK; in get_bytes_in_phy_channel()
704 val &= PL080_CONTROL_SWIDTH_MASK; in get_bytes_in_phy_channel()
738 val &= PL080_CONTROL_SWIDTH_MASK; in get_bytes_in_lli()
745 val &= PL080_CONTROL_SWIDTH_MASK; in get_bytes_in_lli()
984 val = (cctl & PL080_CONTROL_SWIDTH_MASK) >> in pl08x_get_bytes_for_lli()
1062 retbits &= ~PL080_CONTROL_SWIDTH_MASK; in pl08x_lli_control_bits()