Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-pl022.c66 #define SSP_CR0(r) (r + 0x000) macro
476 writel(chip->cr0, SSP_CR0(pl022->virtbase)); in restore_state()
478 writew(chip->cr0, SSP_CR0(pl022->virtbase)); in restore_state()
564 writel(DEFAULT_SSP_REG_CR0_ST_PL023, SSP_CR0(pl022->virtbase)); in load_ssp_default_config()
567 writel(DEFAULT_SSP_REG_CR0_ST, SSP_CR0(pl022->virtbase)); in load_ssp_default_config()
570 writew(DEFAULT_SSP_REG_CR0, SSP_CR0(pl022->virtbase)); in load_ssp_default_config()
1276 read_cr0 = readl(SSP_CR0(pl022->virtbase)); in print_current_status()
1278 read_cr0 = readw(SSP_CR0(pl022->virtbase)); in print_current_status()