Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-atmel.c974 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
975 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
991 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
992 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
1015 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove()
1016 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
/drivers/mtd/nand/
Dnuc900_nand.c37 #define SWRST 0x01 macro
257 val &= ~(SWRST|PSIZE|DMARWEN|BUSWID|ECC4EN|NANDCS); in nuc900_nand_enable()
/drivers/net/ethernet/apple/
Dmace.h118 #define SWRST 0x01 /* software reset */ macro
Dmacmace.c274 mb->biucc = SWRST; in mace_reset()
275 if (mb->biucc & SWRST) { in mace_reset()
Dmace.c326 out_8(&mb->biucc, SWRST); in mace_reset()
327 if (in_8(&mb->biucc) & SWRST) { in mace_reset()