| /linux/drivers/message/fusion/ |
| A D | mptdebug.h | 158 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_FW_DOWNLOAD() 170 ioc->name, mfp); in DBG_DUMP_PUT_MSG_FRAME() 172 while (mfp[n] == 0) in DBG_DUMP_PUT_MSG_FRAME() 177 printk(" %08x", le32_to_cpu(mfp[ii])); in DBG_DUMP_PUT_MSG_FRAME() 192 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_FW_REQUEST_FRAME() 207 printk("%08x ", le32_to_cpu(mfp[i])); in DBG_DUMP_REQUEST_FRAME() 222 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_REPLY_FRAME() 236 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_REQUEST_FRAME_HDR() 252 printk("%08x ", le32_to_cpu(mfp[i])); in DBG_DUMP_TM_REQUEST_FRAME() 269 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_TM_REPLY_FRAME() [all …]
|
| /linux/net/mac80211/tests/ |
| A D | mfp.c | 64 .mfp = true, 74 .mfp = true, 119 .mfp = true, 129 .mfp = true, 140 .mfp = true, 151 .mfp = true, 159 .mfp = true, 167 .mfp = true, 186 .mfp = true, 196 .mfp = false, [all …]
|
| A D | Makefile | 1 mac80211-tests-y += module.o elems.o mfp.o tpe.o
|
| /linux/drivers/pinctrl/ |
| A D | pinctrl-lantiq.c | 213 static int match_mux(const struct ltq_mfp_pin *mfp, unsigned mux) in match_mux() argument 217 if (mfp->func[i] == mux) in match_mux() 230 if (info->mfp[i].pin == pin) in match_mfp() 249 ret = match_mux(&info->mfp[pin], mux); in match_group_mux() 280 pin_func = match_mux(&info->mfp[pin], pin_grp->mux); in ltq_pmx_set() 297 int mfp = match_mfp(info, pin); in ltq_pmx_gpio_request_enable() local 300 if (mfp < 0) { in ltq_pmx_gpio_request_enable() 305 pin_func = match_mux(&info->mfp[mfp], 0); in ltq_pmx_gpio_request_enable() 307 dev_err(info->dev, "No GPIO function on pin%d\n", mfp); in ltq_pmx_gpio_request_enable() 311 return info->apply_mux(pctrldev, mfp, pin_func); in ltq_pmx_gpio_request_enable()
|
| A D | pinctrl-falcon.c | 378 int mfp, int mux) in falcon_mux_apply() argument 381 int port = PORT(info->mfp[mfp].pin); in falcon_mux_apply() 387 LTQ_PADC_MUX(PORT_PIN(info->mfp[mfp].pin))); in falcon_mux_apply() 481 falcon_info.mfp = falcon_mfp; in pinctrl_falcon_probe()
|
| A D | pinctrl-lantiq.h | 80 const struct ltq_mfp_pin *mfp; member
|
| A D | pinctrl-xway.c | 1368 const struct ltq_mfp_pin *mfp; member 1380 .mfp = ase_mfp, 1392 .mfp = danube_mfp, 1404 .mfp = xrx100_mfp, 1416 .mfp = xrx200_mfp, 1428 .mfp = xrx300_mfp, 1493 xway_info.mfp = xway_soc->mfp; in pinmux_xway_probe()
|
| /linux/drivers/soc/pxa/ |
| A D | mfp.c | 204 unsigned long mfp_read(int mfp) in mfp_read() argument 208 BUG_ON(mfp < 0 || mfp >= MFP_PIN_MAX); in mfp_read() 211 val = mfpr_readl(mfp_table[mfp].mfpr_off); in mfp_read() 217 void mfp_write(int mfp, unsigned long val) in mfp_write() argument 221 BUG_ON(mfp < 0 || mfp >= MFP_PIN_MAX); in mfp_write() 224 mfpr_writel(mfp_table[mfp].mfpr_off, val); in mfp_write()
|
| A D | Makefile | 3 obj-$(CONFIG_PXA3xx) += mfp.o 4 obj-$(CONFIG_ARCH_MMP) += mfp.o
|
| /linux/drivers/scsi/mpt3sas/ |
| A D | mpt3sas_debug.h | 157 __le32 *mfp = (__le32 *)mpi_request; in _debug_dump_mf() local 163 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_mf() 176 __le32 *mfp = (__le32 *)mpi_request; in _debug_dump_reply() local 182 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_reply() 195 __le32 *mfp = (__le32 *)mpi_request; in _debug_dump_config() local 201 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_config()
|
| /linux/Documentation/arch/arm/pxa/ |
| A D | mfp.rst | 81 - #include "mfp-pxa25x.h" 82 - #include "mfp-pxa27x.h" 83 - #include "mfp-pxa300.h" 84 - #include "mfp-pxa320.h" 85 - #include "mfp-pxa930.h" 208 - arch/arm/mach-pxa/mfp-pxa3xx.h 213 - arch/arm/mach-pxa/mfp-pxa2xx.h 217 - arch/arm/mach-pxa/mfp-pxa25x.h 218 arch/arm/mach-pxa/mfp-pxa27x.h 219 arch/arm/mach-pxa/mfp-pxa300.h [all …]
|
| /linux/arch/arm/mach-pxa/ |
| A D | Makefile | 13 obj-$(CONFIG_PXA25x) += mfp-pxa2xx.o pxa2xx.o pxa25x.o 14 obj-$(CONFIG_PXA27x) += mfp-pxa2xx.o pxa2xx.o pxa27x.o 15 obj-$(CONFIG_PXA3xx) += mfp-pxa3xx.o pxa3xx.o smemc.o
|
| A D | mfp-pxa2xx.c | 121 static inline int __mfp_validate(int mfp) in __mfp_validate() argument 123 int gpio = mfp_to_gpio(mfp); in __mfp_validate() 125 if ((mfp > MFP_PIN_GPIO127) || !gpio_desc[gpio].valid) { in __mfp_validate() 154 void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm) in pxa2xx_mfp_set_lpm() argument 159 gpio = __mfp_validate(mfp); in pxa2xx_mfp_set_lpm()
|
| A D | mfp-pxa3xx.h | 145 static inline unsigned long pxa3xx_mfp_read(int mfp) in pxa3xx_mfp_read() argument 147 return mfp_read(mfp); in pxa3xx_mfp_read() 150 static inline void pxa3xx_mfp_write(int mfp, unsigned long val) in pxa3xx_mfp_write() argument 152 mfp_write(mfp, val); in pxa3xx_mfp_write()
|
| A D | mfp-pxa2xx.h | 141 extern void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm);
|
| /linux/drivers/scsi/mpi3mr/ |
| A D | mpi3mr_debug.h | 164 __le32 *mfp = (__le32 *)req; in dprint_dump() local 174 pr_info("%08x ", le32_to_cpu(mfp[i])); in dprint_dump() 188 __le32 *mfp = (__le32 *)req; in dprint_dump_req() local 194 pr_info("%08x ", le32_to_cpu(mfp[i])); in dprint_dump_req()
|
| /linux/arch/m68k/atari/ |
| A D | ataints.c | 131 volatile struct MFP *mfp; member 137 .mfp = &st_mfp,
|
| /linux/Documentation/arch/arm/ |
| A D | index.rst | 49 pxa/mfp
|
| /linux/include/linux/soc/pxa/ |
| A D | mfp.h | 463 unsigned long mfp_read(int mfp); 464 void mfp_write(int mfp, unsigned long mfpr_val);
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| A D | hif_tx.h | 46 int wfx_hif_map_link(struct wfx_vif *wvif, bool unmap, u8 *mac_addr, int sta_id, bool mfp);
|
| A D | sta.c | 292 wfx_hif_set_mfp(wvif, sta->mfp, sta->mfp); in wfx_sta_add() 301 wfx_hif_map_link(wvif, false, sta->addr, sta_priv->link_id, sta->mfp); in wfx_sta_add()
|
| A D | hif_tx.c | 502 int wfx_hif_map_link(struct wfx_vif *wvif, bool unmap, u8 *mac_addr, int sta_id, bool mfp) in wfx_hif_map_link() argument 512 body->mfpc = mfp ? 1 : 0; in wfx_hif_map_link()
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| A D | mrvl,intc.yaml | 91 mrvl,clr-mfp-irq:
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | mac-cfg.h | 608 __le32 mfp; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | mld-sta.c | 80 cmd.mfp = cpu_to_le32(1); in iwl_mvm_mld_add_int_sta_to_fw() 461 (sta->mfp || mvm_sta->sta_state < IEEE80211_STA_AUTHORIZED)) in iwl_mvm_mld_cfg_sta() 462 cmd.mfp = cpu_to_le32(1); in iwl_mvm_mld_cfg_sta()
|