Lines Matching full:indirect
13 /* Indirect status register */
28 /* Indirect address register */
31 * Address of indirect internal register to be accessed. A write to this
32 * register initiates read or write access to the indirect registers in the
33 * HAL2. Note that there af four indirect data registers for write access to
44 /* blockin which the indirect */
71 * The HAL2 has "indirect registers" (idr) which are accessed by writing to the
72 * Indirect Data registers. Write the address to the Indirect Address register
78 * When we write to indirect registers which are larger than one word (16 bit)
79 * we have to fill more than one indirect register before writing. When we read
194 u32 iar; /* 0x30 Indirect Address Register */
196 u32 idr0; /* 0x40 Indirect Data Register 0 */
198 u32 idr1; /* 0x50 Indirect Data Register 1 */
200 u32 idr2; /* 0x60 Indirect Data Register 2 */
202 u32 idr3; /* 0x70 Indirect Data Register 3 */