Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/spi/
Dspi-atmel.c1422 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init()
1423 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()