Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dnuc900_nand.c36 #define SWRST 0x01 macro
226 val &= ~(SWRST|PSIZE|DMARWEN|BUSWID|ECC4EN|NANDCS); in nuc900_nand_enable()
/Linux-v4.19/drivers/clk/samsung/
Dclk-s3c2412.c28 #define SWRST 0x30 macro
213 __raw_writel(0x533C2412, reg_base + SWRST); in s3c2412_restart()
Dclk-s3c2443.c35 #define SWRST 0x44 macro
355 __raw_writel(0x533c2443, reg_base + SWRST); in s3c2443_restart()
/Linux-v4.19/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.c325 out_8(&mb->biucc, SWRST); in mace_reset()
326 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
/Linux-v4.19/drivers/spi/
Dspi-atmel.c1513 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init()
1514 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_init()
1695 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
1696 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
1727 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove()
1728 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()