Lines Matching full:adi
1 Spreadtrum ADI controller
3 ADI is the abbreviation of Anolog-Digital interface, which is used to access
4 analog chip (such as PMIC) from digital chip. ADI controller follows the SPI
8 ADI controller has 50 channels including 2 software read/write channels and
10 users should set ADI registers to access analog chip. For hardware channels,
14 triggered by hardware components instead of ADI software channels.
21 Since we have multi-subsystems will use unique ADI to access analog chip, when
22 one system is reading/writing data by ADI software channels, that should be under
24 data by ADI software channels at the same time, or two parallel routine of setting
25 ADI registers will make ADI controller registers chaos to lead incorrect results.
28 The new version ADI controller supplies multiple master channels for different
34 - compatible: Should be "sprd,sc9860-adi".
35 - reg: Offset and length of ADI-SPI controller register space.
37 on the ADI-SPI bus. Should be set to 1.
39 on the ADI-SPI bus. Should be set to 0.
44 as the hwlocks, should be "adi".
56 compatible = "sprd,sc9860-adi";
59 hwlock-names = "adi";