Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dpl022_spi.c28 #define SSP_DMACR 0x024 macro
/openbmc/linux/drivers/spi/
H A Dspi-pl022.c74 #define SSP_DMACR(r) (r + 0x024) macro
561 writew(chip->dmacr, SSP_DMACR(pl022->virtbase)); in restore_state()
654 writew(DEFAULT_SSP_REG_DMACR, SSP_DMACR(pl022->virtbase)); in load_ssp_default_config()
1484 read_dmacr = readw(SSP_DMACR(pl022->virtbase)); in print_current_status()