Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/samsung/
H A Dclk-s3c2412.c26 #define SWRST 0x30 macro
172 __raw_writel(0x533C2412, reg_base + SWRST); in s3c2412_restart()
H A Dclk-s3c2443.c33 #define SWRST 0x44 macro
314 __raw_writel(0x533c2443, reg_base + SWRST); in s3c2443_restart()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/
H A Dmace.h114 #define SWRST 0x01 /* software reset */ macro
H A Dmacmace.c270 mb->biucc = SWRST; in mace_reset()
271 if (mb->biucc & SWRST) { in mace_reset()
H A Dmace.c326 out_8(&mb->biucc, SWRST); in mace_reset()
327 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-atmel.c1504 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_init()
1505 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_init()
1674 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
1675 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
1705 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove()
1706 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dgen_atmel_mci.c441 writel(MMCI_BIT(SWRST), &mci->cr); /* soft reset */