Searched refs:SSP_CR1 (Results 1 – 1 of 1) sorted by relevance
66 #define SSP_CR1(r) (r + 0x004) macro478 writew(chip->cr1, SSP_CR1(pl022->virtbase)); in restore_state()564 writew(DEFAULT_SSP_REG_CR1_ST_PL023, SSP_CR1(pl022->virtbase)); in load_ssp_default_config()567 writew(DEFAULT_SSP_REG_CR1_ST, SSP_CR1(pl022->virtbase)); in load_ssp_default_config()570 writew(DEFAULT_SSP_REG_CR1, SSP_CR1(pl022->virtbase)); in load_ssp_default_config()1172 writew((readw(SSP_CR1(pl022->virtbase)) & in pl022_interrupt_handler()1173 (~SSP_CR1_MASK_SSE)), SSP_CR1(pl022->virtbase)); in pl022_interrupt_handler()1267 writew((readw(SSP_CR1(pl022->virtbase)) | SSP_CR1_MASK_SSE), in do_interrupt_dma_transfer()1268 SSP_CR1(pl022->virtbase)); in do_interrupt_dma_transfer()1282 read_cr1 = readw(SSP_CR1(pl022->virtbase)); in print_current_status()[all …]