Searched +full:0 +full:xfd4 (Results 1 – 4 of 4) 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/net/wireless/realtek/rtl818x/rtl8180/ |
| H A D | rtl8225.c | 29 bangdata = (data << 4) | (addr & 0xf); in rtl8225_write() 31 reg80 = rtl818x_ioread16(priv, &priv->map->RFPinsOutput) & 0xfff3; in rtl8225_write() 34 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7); in rtl8225_write() 37 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, reg84 | 0x7 | 0x400); in rtl8225_write() 48 for (i = 15; i >= 0; i--) { in rtl8225_write() 69 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, reg84 | 0x400); in rtl8225_write() 70 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_write() 81 reg84 = rtl818x_ioread16(priv, &priv->map->RFPinsSelect) | 0x400; in rtl8225_read() 83 reg80 &= ~0xF; in rtl8225_read() 85 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x000F); in rtl8225_read() [all …]
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | rtl8225.c | 28 usb_control_msg(priv->udev, usb_rcvctrlpipe(priv->udev, 0), in rtl818x_ioread8_idx() 30 (unsigned long)addr, idx & 0x03, in rtl818x_ioread8_idx() 45 usb_control_msg(priv->udev, usb_rcvctrlpipe(priv->udev, 0), in rtl818x_ioread16_idx() 47 (unsigned long)addr, idx & 0x03, in rtl818x_ioread16_idx() 62 usb_control_msg(priv->udev, usb_rcvctrlpipe(priv->udev, 0), in rtl818x_ioread32_idx() 64 (unsigned long)addr, idx & 0x03, in rtl818x_ioread32_idx() 79 usb_control_msg(priv->udev, usb_sndctrlpipe(priv->udev, 0), in rtl818x_iowrite8_idx() 81 (unsigned long)addr, idx & 0x03, in rtl818x_iowrite8_idx() 93 usb_control_msg(priv->udev, usb_sndctrlpipe(priv->udev, 0), in rtl818x_iowrite16_idx() 95 (unsigned long)addr, idx & 0x03, in rtl818x_iowrite16_idx() [all …]
|