Searched refs:RESET_REG (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/acpi/
H A Dreboot.c42 printk(KERN_DEBUG "Resetting with ACPI PCI RESET_REG."); acpi_reboot()
50 printk(KERN_DEBUG "ACPI MEMORY or I/O RESET_REG.\n"); acpi_reboot()
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c23 #define RESET_REG(phys_id) (0xfe400008 | (phys_id << 12)) macro
91 __raw_writel(entry_point, RESET_REG(cpu)); shx3_start_cpu()
93 __raw_writel(virt_to_phys(entry_point), RESET_REG(cpu)); shx3_start_cpu()
/linux-4.1.27/drivers/isdn/hisax/
H A Dsaphir.c31 #define RESET_REG 5 macro
208 byteout(cs->hw.saphir.cfg_reg + RESET_REG, 1); saphir_reset()
210 byteout(cs->hw.saphir.cfg_reg + RESET_REG, 0); saphir_reset()
/linux-4.1.27/drivers/phy/
H A Dphy-miphy365x.c36 #define RESET_REG 0x00 macro
317 writeb_relaxed(val, miphy_phy->base + RESET_REG); miphy365x_init_sata_port()
387 writeb_relaxed(RST_RX, miphy_phy->base + RESET_REG); miphy365x_init_sata_port()
407 writeb_relaxed(RST_RX, miphy_phy->base + RESET_REG); miphy365x_init_sata_port()
414 writeb_relaxed(0x00, miphy_phy->base + RESET_REG); miphy365x_init_sata_port()
/linux-4.1.27/drivers/video/fbdev/
H A Dg364fb.c70 #define RESET_REG 0xe4180000 /* Write only */ macro
/linux-4.1.27/include/acpi/
H A Dactbl.h317 #define ACPI_FADT_RESET_REGISTER (1<<10) /* 10: [V2] System reset via the FADT RESET_REG supported */
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.c1559 * 1. Stop master assert (RESET_REG[9]=1) ipw2100_hw_stop_adapter()
1560 * 2. Wait for stop master (RESET_REG[8]==1) ipw2100_hw_stop_adapter()
1561 * 3. S/w reset assert (RESET_REG[7] = 1) ipw2100_hw_stop_adapter()

Completed in 466 milliseconds