Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/mach-at32ap/
Dhmatrix.c66 value = __hmatrix_read_reg(HMATRIX_SFR(slave_id)); in hmatrix_sfr_set_bits()
68 __hmatrix_write_reg(HMATRIX_SFR(slave_id), value); in hmatrix_sfr_set_bits()
69 __hmatrix_read_reg(HMATRIX_SFR(slave_id)); in hmatrix_sfr_set_bits()
83 value = __hmatrix_read_reg(HMATRIX_SFR(slave_id)); in hmatrix_sfr_clear_bits()
85 __hmatrix_write_reg(HMATRIX_SFR(slave_id), value); in hmatrix_sfr_clear_bits()
86 __hmatrix_read_reg(HMATRIX_SFR(slave_id)); in hmatrix_sfr_clear_bits()
/linux-4.4.14/arch/avr32/mach-at32ap/include/mach/
Dhmatrix.h53 #define HMATRIX_SFR(s) (0x0110 + 4 * (s)) macro