Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dpl080.h86 #define PL080_CONTROL_SWIDTH_MASK GENMASK(20, 18) macro
/openbmc/linux/drivers/dma/
H A Damba-pl08x.c687 val &= PL080_CONTROL_SWIDTH_MASK; in get_bytes_in_phy_channel()
694 val &= PL080_CONTROL_SWIDTH_MASK; in get_bytes_in_phy_channel()
728 val &= PL080_CONTROL_SWIDTH_MASK; in get_bytes_in_lli()
735 val &= PL080_CONTROL_SWIDTH_MASK; in get_bytes_in_lli()
982 val = (cctl & PL080_CONTROL_SWIDTH_MASK) >> in pl08x_get_bytes_for_lli()
1060 retbits &= ~PL080_CONTROL_SWIDTH_MASK; in pl08x_lli_control_bits()