Searched +full:0 +full:xfd8 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/remoteproc/ |
| H A D | st_slim_rproc.c | 21 #define SLIM_ID_OFST 0x0 22 #define SLIM_VER_OFST 0x4 24 #define SLIM_EN_OFST 0x8 25 #define SLIM_EN_RUN BIT(0) 27 #define SLIM_CLK_GATE_OFST 0xC 28 #define SLIM_CLK_GATE_DIS BIT(0) 31 #define SLIM_SLIM_PC_OFST 0x20 34 #define SLIM_REV_ID_OFST 0x0 42 #define SLIM_STBUS_SYNC_OFST 0xF88 43 #define SLIM_STBUS_SYNC_DIS BIT(0) [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | aiutils.c | 35 #define SCC_SS_MASK 0x00000007 37 #define SCC_SS_LPO 0x00000000 39 #define SCC_SS_XTAL 0x00000001 41 #define SCC_SS_PCI 0x00000002 42 /* LPOFreqSel, 1: 160Khz, 0: 32KHz */ 43 #define SCC_LF 0x00000200 44 /* LPOPowerDown, 1: LPO is disabled, 0: LPO is enabled */ 45 #define SCC_LP 0x00000400 46 /* ForceSlowClk, 1: sb/cores running on slow clock, 0: power logic control */ 47 #define SCC_FS 0x00000800 [all …]
|
| /linux/drivers/ssb/ |
| H A D | main.c | 104 if (res >= 0) { in ssb_for_each_bus_call() 131 int err = 0; in ssb_device_resume() 148 int err = 0; in ssb_device_suspend() 170 bus->pcicore.setup_done = 0; in ssb_bus_resume() 173 err = ssb_bus_powerup(bus, 0); in ssb_bus_resume() 184 return 0; in ssb_bus_resume() 191 ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0); in ssb_bus_suspend() 193 return 0; in ssb_bus_suspend() 213 memset(ctx, 0, sizeof(*ctx)); in ssb_devices_freeze() 217 for (i = 0; i < bus->nr_devices; i++) { in ssb_devices_freeze() [all …]
|