Searched refs:SWRST (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/apple/ |
| H A D | mace.h | 114 #define SWRST 0x01 /* software reset */ macro
|
| H A D | mace.c | 325 out_8(&mb->biucc, SWRST); in mace_reset() 326 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
|
| /linux/drivers/spi/ |
| H A D | spi-atmel.c | 1486 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init() 1487 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_init() 1675 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe() 1676 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe() 1708 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove() 1709 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nuvoton-ma35d1-nand-controller.c | 32 #define SWRST BIT(0) macro 517 writel(readl(nand->regs + MA35_NFI_REG_NANDCTL) | SWRST, in ma35_nand_do_read() 716 reg |= SWRST; in ma35_hw_init()
|