Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dnuc900_nand.c36 #define SWRST 0x01 macro
232 val &= ~(SWRST|PSIZE|DMARWEN|BUSWID|ECC4EN|NANDCS); in nuc900_nand_enable()
/linux-4.1.27/drivers/clk/samsung/
Dclk-s3c2412.c30 #define SWRST 0x30 macro
222 __raw_writel(0x533C2412, reg_base + SWRST); in s3c2412_restart()
Dclk-s3c2443.c37 #define SWRST 0x44 macro
362 __raw_writel(0x533c2443, reg_base + SWRST); in s3c2443_restart()
/linux-4.1.27/drivers/net/ethernet/apple/
Dmace.h118 #define SWRST 0x01 /* software reset */ macro
Dmacmace.c275 mb->biucc = SWRST; in mace_reset()
276 if (mb->biucc & SWRST) { in mace_reset()
Dmace.c326 out_8(&mb->biucc, SWRST); in mace_reset()
327 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
/linux-4.1.27/drivers/spi/
Dspi-atmel.c1370 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
1371 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
1405 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
1406 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
1432 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove()
1433 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
/linux-4.1.27/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h25 #define SWRST 0xFFC00100 /* Software Reset Register (16-bit) */ macro
DcdefBF532.h22 #define bfin_read_SWRST() bfin_read16(SWRST)
23 #define bfin_write_SWRST(val) bfin_write16(SWRST,val)
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h23 #define SWRST 0xFFC00100 /* Software Reset Register */ macro
DcdefBF512.h24 #define bfin_read_SWRST() bfin_read16(SWRST)
25 #define bfin_write_SWRST(val) bfin_write16(SWRST, val)
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h26 #define SWRST 0xFFC00100 /* Software Reset Register */ macro
DcdefBF522.h24 #define bfin_read_SWRST() bfin_read16(SWRST)
25 #define bfin_write_SWRST(val) bfin_write16(SWRST, val)
/linux-4.1.27/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h30 #define SWRST 0xFFC00100 /* Software Reset register */ macro
DcdefBF561.h26 #define bfin_read_SWRST() bfin_read16(SWRST)
27 #define bfin_write_SWRST(val) bfin_write16(SWRST,val)
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h22 #define SWRST 0xFFC00100 /* Software Reset Register */ macro
DcdefBF534.h22 #define bfin_read_SWRST() bfin_read16(SWRST)
23 #define bfin_write_SWRST(val) bfin_write16(SWRST,val)
/linux-4.1.27/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h24 #define SWRST 0xFFC00100 /* Software Reset Register (16-bit) */ macro
DcdefBF538.h22 #define bfin_read_SWRST() bfin_read16(SWRST)
23 #define bfin_write_SWRST(val) bfin_write16(SWRST, val)
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h33 #define SWRST 0xffc00100 /* Software Reset Register */ macro
DcdefBF54x_base.h32 #define bfin_read_SWRST() bfin_read16(SWRST)
33 #define bfin_write_SWRST(val) bfin_write16(SWRST, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1460 D16(SWRST); in bfin_debug_mmrs_init()