Lines Matching +full:charge +full:- +full:integration

9  * Copyright (c) 2014-2016 Advanced Micro Devices, Inc.
34 * granted, free of charge, to any person obtaining a copy of this software
59 * Copyright (c) 2014-2016 Advanced Micro Devices, Inc.
94 * granted, free of charge, to any person obtaining a copy of this software
910 /* SerDes integration register offsets */
915 /* SerDes integration register entry bit positions and sizes */
1449 (((_var) >> (_index)) & ((0x1 << (_width)) - 1))
1453 (_var) &= ~(((0x1 << (_width)) - 1) << (_index)); \
1454 (_var) |= (((_val) & ((0x1 << (_width)) - 1)) << (_index)); \
1458 ((le32_to_cpu((_var)) >> (_index)) & ((0x1 << (_width)) - 1))
1462 (_var) &= cpu_to_le32(~(((0x1 << (_width)) - 1) << (_index))); \
1464 ((0x1 << (_width)) - 1)) << (_index))); \
1503 ioread32((_pdata)->xgmac_regs + _reg)
1511 iowrite32((_val), (_pdata)->xgmac_regs + _reg)
1527 ioread32((_pdata)->xgmac_regs + \
1536 iowrite32((_val), (_pdata)->xgmac_regs + \
1553 ioread32((_channel)->dma_regs + _reg)
1561 iowrite32((_val), (_channel)->dma_regs + _reg)
1586 iowrite32(_val, (_pdata)->xpcs_regs + (_off))
1589 ioread32((_pdata)->xpcs_regs + (_off))
1592 iowrite16(_val, (_pdata)->xpcs_regs + (_off))
1595 ioread16((_pdata)->xpcs_regs + (_off))
1598 * within the register values of SerDes integration registers.
1611 ioread16((_pdata)->sir0_regs + _reg)
1619 iowrite16((_val), (_pdata)->sir0_regs + _reg)
1631 ioread16((_pdata)->sir1_regs + _reg)
1639 iowrite16((_val), (_pdata)->sir1_regs + _reg)
1654 ioread16((_pdata)->rxtx_regs + _reg)
1662 iowrite16((_val), (_pdata)->rxtx_regs + _reg)
1687 ioread32((_pdata)->xprop_regs + (_reg))
1695 iowrite32((_val), (_pdata)->xprop_regs + (_reg))
1720 ioread32((_pdata)->xi2c_regs + (_reg))
1728 iowrite32((_val), (_pdata)->xi2c_regs + (_reg))
1746 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \
1753 ((_pdata)->hw_if.write_mmd_regs((_pdata), 0, \