Searched refs:SWRST (Results 1 – 7 of 7) sorted by relevance
/drivers/mtd/nand/ |
D | nuc900_nand.c | 36 #define SWRST 0x01 macro 232 val &= ~(SWRST|PSIZE|DMARWEN|BUSWID|ECC4EN|NANDCS); in nuc900_nand_enable()
|
/drivers/clk/samsung/ |
D | clk-s3c2412.c | 28 #define SWRST 0x30 macro 220 __raw_writel(0x533C2412, reg_base + SWRST); in s3c2412_restart()
|
D | clk-s3c2443.c | 35 #define SWRST 0x44 macro 360 __raw_writel(0x533c2443, reg_base + SWRST); in s3c2443_restart()
|
/drivers/net/ethernet/apple/ |
D | mace.h | 118 #define SWRST 0x01 /* software reset */ macro
|
D | macmace.c | 275 mb->biucc = SWRST; in mace_reset() 276 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()
|
/drivers/spi/ |
D | spi-atmel.c | 1603 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe() 1604 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe() 1645 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe() 1646 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe() 1672 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove() 1673 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
|