Searched refs:SWRST (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/clk/samsung/ |
| D | clk-s3c2412.c | 25 #define SWRST 0x30 macro 171 __raw_writel(0x533C2412, reg_base + SWRST); in s3c2412_restart()
|
| D | clk-s3c2443.c | 32 #define SWRST 0x44 macro 313 __raw_writel(0x533c2443, reg_base + SWRST); in s3c2443_restart()
|
| /Linux-v5.4/drivers/net/ethernet/apple/ |
| D | mace.h | 114 #define SWRST 0x01 /* software reset */ macro
|
| D | macmace.c | 270 mb->biucc = SWRST; in mace_reset() 271 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()
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-atmel.c | 1475 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init() 1476 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_init() 1659 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe() 1660 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe() 1691 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove() 1692 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
|