Lines Matching refs:reg_address
84 * @reg_address: the address of the lower of the two registers, which should be
85 * an even address, the second register's address is reg_address + 1.
89 u8 reg_address,
109 tx = ADXRS450_READ_DATA | (reg_address << 17);
118 reg_address);
132 * @reg_address: the address of the lower of the two registers,which should be
133 * an even address, the second register's address is reg_address + 1.
137 u8 reg_address,
145 tx = ADXRS450_WRITE_DATA | (reg_address << 17) | (val << 1);
154 reg_address);