Searched refs:SWRST (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
H A D | clk-s3c2412.c | 26 #define SWRST 0x30 macro 172 __raw_writel(0x533C2412, reg_base + SWRST); in s3c2412_restart()
|
H A D | clk-s3c2443.c | 33 #define SWRST 0x44 macro 314 __raw_writel(0x533c2443, reg_base + SWRST); in s3c2443_restart()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
H A D | mace.h | 114 #define SWRST 0x01 /* software reset */ macro
|
H A D | macmace.c | 270 mb->biucc = SWRST; in mace_reset() 271 if (mb->biucc & SWRST) { in mace_reset()
|
H A D | mace.c | 326 out_8(&mb->biucc, SWRST); in mace_reset() 327 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/ |
H A D | mace.h | 114 #define SWRST 0x01 /* software reset */ macro
|
H A D | macmace.c | 272 mb->biucc = SWRST; in mace_reset() 273 if (mb->biucc & SWRST) { in mace_reset()
|
H A D | mace.c | 327 out_8(&mb->biucc, SWRST); in mace_reset() 328 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-atmel.c | 1439 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init() 1440 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_init() 1611 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe() 1612 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe() 1642 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove() 1643 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-atmel.c | 1500 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init() 1501 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_init() 1668 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe() 1669 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe() 1699 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove() 1700 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
|
Completed in 12 milliseconds