Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptdebug.h149 DBG_DUMP_FW_DOWNLOAD(MPT_ADAPTER *ioc, u32 *mfp, int numfrags) in DBG_DUMP_FW_DOWNLOAD() argument
157 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_FW_DOWNLOAD()
162 DBG_DUMP_PUT_MSG_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_PUT_MSG_FRAME() argument
169 ioc->name, mfp); in DBG_DUMP_PUT_MSG_FRAME()
171 while (mfp[n] == 0) in DBG_DUMP_PUT_MSG_FRAME()
176 printk(" %08x", le32_to_cpu(mfp[ii])); in DBG_DUMP_PUT_MSG_FRAME()
182 DBG_DUMP_FW_REQUEST_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_FW_REQUEST_FRAME() argument
191 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_FW_REQUEST_FRAME()
196 DBG_DUMP_REQUEST_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_REQUEST_FRAME() argument
206 printk("%08x ", le32_to_cpu(mfp[i])); in DBG_DUMP_REQUEST_FRAME()
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-lantiq.c212 static int match_mux(const struct ltq_mfp_pin *mfp, unsigned mux) in match_mux() argument
216 if (mfp->func[i] == mux) in match_mux()
229 if (info->mfp[i].pin == pin) in match_mfp()
248 ret = match_mux(&info->mfp[pin], mux); in match_group_mux()
279 pin_func = match_mux(&info->mfp[pin], pin_grp->mux); in ltq_pmx_set()
296 int mfp = match_mfp(info, pin); in ltq_pmx_gpio_request_enable() local
299 if (mfp < 0) { in ltq_pmx_gpio_request_enable()
304 pin_func = match_mux(&info->mfp[mfp], 0); in ltq_pmx_gpio_request_enable()
306 dev_err(info->dev, "No GPIO function on pin%d\n", mfp); in ltq_pmx_gpio_request_enable()
310 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.h79 const struct ltq_mfp_pin *mfp; member
H A Dpinctrl-xway.c1605 const struct ltq_mfp_pin *mfp; member
1617 .mfp = xway_mfp,
1629 .mfp = ase_mfp,
1641 .mfp = danube_mfp,
1653 .mfp = xrx100_mfp,
1665 .mfp = xrx200_mfp,
1677 .mfp = xrx300_mfp,
1748 xway_info.mfp = xway_soc->mfp; in pinmux_xway_probe()
/OK3568_Linux_fs/kernel/arch/arm/plat-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 DMakefile7 obj-$(CONFIG_PXA3xx) += mfp.o
8 obj-$(CONFIG_ARCH_MMP) += mfp.o
/OK3568_Linux_fs/kernel/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()
H A Dmpt3sas_base.c3853 __le32 *mfp = (__le32 *)mpt3sas_base_get_msg_frame(ioc, smid); in _base_put_smid_mpi_ep_scsi_io() local
3855 _clone_sg_entries(ioc, (void *) mfp, smid); in _base_put_smid_mpi_ep_scsi_io()
3858 _base_clone_mpi_to_sys_mem(mpi_req_iomem, (void *)mfp, in _base_put_smid_mpi_ep_scsi_io()
3929 __le32 *mfp = (__le32 *)mpt3sas_base_get_msg_frame(ioc, smid); in _base_put_smid_hi_priority() local
3935 _base_clone_mpi_to_sys_mem(mpi_req_iomem, (void *)mfp, in _base_put_smid_hi_priority()
3991 __le32 *mfp = (__le32 *)mpt3sas_base_get_msg_frame(ioc, smid); in _base_put_smid_default() local
3993 _clone_sg_entries(ioc, (void *) mfp, smid); in _base_put_smid_default()
3997 _base_clone_mpi_to_sys_mem(mpi_req_iomem, (void *)mfp, in _base_put_smid_default()
5980 __le32 *mfp; in _base_handshake_req_reply_wait() local
6068 mfp = (__le32 *)reply; in _base_handshake_req_reply_wait()
[all …]
/OK3568_Linux_fs/kernel/Documentation/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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/
H A Dpp_arity_loop.hpp35 # define BOOST_FT_AL_FILE(base_path,max_arity,mfp) \ argument
36 BOOST_FT_AL_FILE_I(base_path,max_arity,mfp)
37 # define BOOST_FT_AL_FILE_I(base_path,max_arity,mfp) \ argument
38 <base_path/arity ## max_arity ## _ ## mfp.hpp>
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c119 static inline int __mfp_validate(int mfp) in __mfp_validate() argument
121 int gpio = mfp_to_gpio(mfp); in __mfp_validate()
123 if ((mfp > MFP_PIN_GPIO127) || !gpio_desc[gpio].valid) { in __mfp_validate()
152 void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm) in pxa2xx_mfp_set_lpm() argument
157 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 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 pxa3xx-ulpi.o
H A Dmfp-pxa2xx.h141 extern void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm);
/OK3568_Linux_fs/kernel/arch/m68k/atari/
H A Dataints.c132 volatile struct MFP *mfp; member
138 .mfp = &st_mfp,
/OK3568_Linux_fs/kernel/arch/arm/plat-pxa/include/plat/
H A Dmfp.h465 unsigned long mfp_read(int mfp);
466 void mfp_write(int mfp, unsigned long mfpr_val);
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dindex.rst45 pxa/mfp
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dhif_tx.h57 bool unmap, u8 *mac_addr, int sta_id, bool mfp);
H A Dsta.c295 hif_set_mfp(wvif, sta->mfp, sta->mfp); in wfx_sta_add()
304 hif_map_link(wvif, false, sta->addr, sta_priv->link_id, sta->mfp); in wfx_sta_add()
H A Dhif_tx.c488 int hif_map_link(struct wfx_vif *wvif, bool unmap, u8 *mac_addr, int sta_id, bool mfp) in hif_map_link() argument
498 body->mfpc = mfp ? 1 : 0; in hif_map_link()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c3250 u8 key_offset, bool mfp) in iwl_mvm_send_sta_key() argument
3323 if (mfp) in iwl_mvm_send_sta_key()
3470 bool mfp = false; in __iwl_mvm_set_sta_key() local
3476 mfp = sta->mfp; in __iwl_mvm_set_sta_key()
3495 mfp); in __iwl_mvm_set_sta_key()
3503 0, NULL, 0, key_offset, mfp); in __iwl_mvm_set_sta_key()
3507 0, NULL, 0, key_offset, mfp); in __iwl_mvm_set_sta_key()
3681 bool mfp = sta ? sta->mfp : false; in iwl_mvm_update_tkip_key() local
3690 mfp); in iwl_mvm_update_tkip_key()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c1856 u32 mfp = 0; in wl_get_mfp_capability() local
1859 mfp = WL_MFP_REQUIRED; in wl_get_mfp_capability()
1870 mfp = WL_MFP_CAPABLE; in wl_get_mfp_capability()
1874 if ((*wpa_auth == WPA3_AUTH_SAE_PSK) && (mfp != WL_MFP_REQUIRED)) { in wl_get_mfp_capability()
1875 WL_ERR(("MFPR should be set for SAE PSK. mfp:%d\n", mfp)); in wl_get_mfp_capability()
1878 (mfp != WL_MFP_CAPABLE)) { in wl_get_mfp_capability()
1880 mfp, WL_MFP_CAPABLE)); in wl_get_mfp_capability()
1884 *mfp_val = mfp; in wl_get_mfp_capability()
1905 u32 mfp = 0; in wl_validate_wpa2ie() local
2039 if (wl_get_mfp_capability(rsn_cap[0], &wpa_auth, &mfp) != BCME_OK) { in wl_validate_wpa2ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvif.c1849 u32 mfp = 0; in wl_get_mfp_capability() local
1852 mfp = WL_MFP_REQUIRED; in wl_get_mfp_capability()
1863 mfp = WL_MFP_CAPABLE; in wl_get_mfp_capability()
1867 if ((*wpa_auth == WPA3_AUTH_SAE_PSK) && (mfp != WL_MFP_REQUIRED)) { in wl_get_mfp_capability()
1868 WL_ERR(("MFPR should be set for SAE PSK. mfp:%d\n", mfp)); in wl_get_mfp_capability()
1871 (mfp != WL_MFP_CAPABLE)) { in wl_get_mfp_capability()
1873 mfp, WL_MFP_CAPABLE)); in wl_get_mfp_capability()
1877 *mfp_val = mfp; in wl_get_mfp_capability()
1898 u32 mfp = 0; in wl_validate_wpa2ie() local
2032 if (wl_get_mfp_capability(rsn_cap[0], &wpa_auth, &mfp) != BCME_OK) { in wl_validate_wpa2ie()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/db/db/
H A D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch58 MVCC_MPROTECT(bhp->buf, mfp->pagesize,

123