Searched refs:SWRST (Results 1 – 5 of 5) sorted by relevance
/drivers/spi/ |
D | spi-atmel.c | 974 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/ |
D | nuc900_nand.c | 37 #define SWRST 0x01 macro 257 val &= ~(SWRST|PSIZE|DMARWEN|BUSWID|ECC4EN|NANDCS); in nuc900_nand_enable()
|
/drivers/net/ethernet/apple/ |
D | mace.h | 118 #define SWRST 0x01 /* software reset */ macro
|
D | macmace.c | 274 mb->biucc = SWRST; in mace_reset() 275 if (mb->biucc & SWRST) { in mace_reset()
|
D | mace.c | 326 out_8(&mb->biucc, SWRST); in mace_reset() 327 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
|