Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/samsung/
Dclk-s3c2412.c26 #define SWRST 0x30 macro
172 __raw_writel(0x533C2412, reg_base + SWRST); in s3c2412_restart()
Dclk-s3c2443.c33 #define SWRST 0x44 macro
314 __raw_writel(0x533c2443, reg_base + SWRST); in s3c2443_restart()
/linux-6.1.9/drivers/net/ethernet/apple/
Dmace.h114 #define SWRST 0x01 /* software reset */ macro
Dmacmace.c272 mb->biucc = SWRST; in mace_reset()
273 if (mb->biucc & SWRST) { in mace_reset()
Dmace.c327 out_8(&mb->biucc, SWRST); in mace_reset()
328 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
/linux-6.1.9/drivers/spi/
Dspi-atmel.c1418 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init()
1419 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_init()
1590 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
1591 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
1621 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove()
1622 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()