Home
last modified time | relevance | path

Searched refs:mfp (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/linux/drivers/message/fusion/
H A Dmptdebug.h150 DBG_DUMP_FW_DOWNLOAD(MPT_ADAPTER *ioc, u32 *mfp, int numfrags) in DBG_DUMP_FW_DOWNLOAD() argument
158 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_FW_DOWNLOAD()
163 DBG_DUMP_PUT_MSG_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_PUT_MSG_FRAME() argument
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()
183 DBG_DUMP_FW_REQUEST_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_FW_REQUEST_FRAME() argument
192 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_FW_REQUEST_FRAME()
197 DBG_DUMP_REQUEST_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_REQUEST_FRAME() argument
207 printk("%08x ", le32_to_cpu(mfp[i])); in DBG_DUMP_REQUEST_FRAME()
[all …]
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-lantiq.c213 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()
H A Dpinctrl-falcon.c378 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()
H A Dpinctrl-lantiq.h80 const struct ltq_mfp_pin *mfp; member
H A Dpinctrl-xway.c1368 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()
/openbmc/linux/drivers/soc/pxa/
H A Dmfp.c204 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()
H A DMakefile3 obj-$(CONFIG_PXA3xx) += mfp.o
4 obj-$(CONFIG_ARCH_MMP) += mfp.o
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_debug.h157 __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()
/openbmc/linux/Documentation/arch/arm/pxa/
H A Dmfp.rst54 see arch/arm/mach-pxa/mfp-pxa300.h)
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"
97 covered in a single mfp-pxa300.h.
202 - arch/arm/mach-pxa/include/mach/mfp.h
208 - arch/arm/mach-pxa/mfp-pxa3xx.h
213 - arch/arm/mach-pxa/mfp-pxa2xx.h
[all …]
/openbmc/linux/arch/arm/mach-pxa/
H A DMakefile13 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
H A Dmfp-pxa2xx.c121 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()
H A Dmfp-pxa3xx.h145 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()
H A Dmfp-pxa2xx.h141 extern void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm);
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_debug.h164 __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()
/openbmc/linux/arch/m68k/atari/
H A Dataints.c132 volatile struct MFP *mfp; member
138 .mfp = &st_mfp,
/openbmc/linux/include/linux/soc/pxa/
H A Dmfp.h463 unsigned long mfp_read(int mfp);
464 void mfp_write(int mfp, unsigned long mfpr_val);
/openbmc/linux/Documentation/arch/arm/
H A Dindex.rst49 pxa/mfp
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.h46 int wfx_hif_map_link(struct wfx_vif *wvif, bool unmap, u8 *mac_addr, int sta_id, bool mfp);
H A Dsta.c310 wfx_hif_set_mfp(wvif, sta->mfp, sta->mfp); in wfx_sta_add()
319 wfx_hif_map_link(wvif, false, sta->addr, sta_priv->link_id, sta->mfp); in wfx_sta_add()
H A Dhif_tx.c459 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
469 body->mfpc = mfp ? 1 : 0; in wfx_hif_map_link()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h581 __le32 mfp; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c3552 u8 key_offset, bool mfp) in iwl_mvm_send_sta_key() argument
3627 if (mfp) in iwl_mvm_send_sta_key()
3817 bool mfp = false; in __iwl_mvm_set_sta_key() local
3823 mfp = sta->mfp; in __iwl_mvm_set_sta_key()
3847 mfp); in __iwl_mvm_set_sta_key()
3851 0, NULL, 0, key_offset, mfp); in __iwl_mvm_set_sta_key()
4022 bool mfp = sta ? sta->mfp : false; in iwl_mvm_update_tkip_key() local
4031 mfp); in iwl_mvm_update_tkip_key()
H A Dmld-sta.c80 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()
H A Dftm-initiator.c91 if (!IS_ERR_OR_NULL(sta) && sta->mfp) in iwl_mvm_ftm_add_pasn_sta()
550 if (sta->mfp && (peer->ftm.trigger_based || in iwl_mvm_ftm_put_target()
702 WARN_ON(!sta->mfp); in iter()
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch58 MVCC_MPROTECT(bhp->buf, mfp->pagesize,

12