Searched refs:SWRST (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/apple/ |
D | mace.h | 114 #define SWRST 0x01 /* software reset */ macro
|
D | macmace.c | 272 mb->biucc = SWRST; in mace_reset() 273 if (mb->biucc & SWRST) { in mace_reset()
|
D | mace.c | 325 out_8(&mb->biucc, SWRST); in mace_reset() 326 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
|
/linux-6.12.1/drivers/spi/ |
D | spi-atmel.c | 1493 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init() 1494 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_init() 1661 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe() 1662 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe() 1692 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove() 1693 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
|