Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/spi/
Dspi-atmel.c974 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
975 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
991 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_probe()
992 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_probe()
1015 spi_writel(as, CR, SPI_BIT(SWRST)); in atmel_spi_remove()
1016 spi_writel(as, CR, SPI_BIT(SWRST)); /* AT91SAM9263 Rev B workaround */ in atmel_spi_remove()
/linux-3.4.99/drivers/net/ethernet/apple/
Dmace.h118 #define SWRST 0x01 /* software reset */ macro
Dmacmace.c274 mb->biucc = SWRST; in mace_reset()
275 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-3.4.99/drivers/mtd/nand/
Dnuc900_nand.c37 #define SWRST 0x01 macro
257 val &= ~(SWRST|PSIZE|DMARWEN|BUSWID|ECC4EN|NANDCS); in nuc900_nand_enable()
/linux-3.4.99/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-3.4.99/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-3.4.99/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-3.4.99/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-3.4.99/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-3.4.99/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-3.4.99/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-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1456 D16(SWRST); in bfin_debug_mmrs_init()