Home
last modified time | relevance | path

Searched defs:txt (Results 1 – 7 of 7) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_hwconfig.c33 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
34 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
37 #define READ_AND_CONFIG(ic, txt) \ argument
48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
49 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_efuse.h82 #define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) argument
83 #define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) argument
84 #define GET_MASK_ARRAY_LEN_MP(ic, txt) (EFUSE_GetArrayLen_MP_##ic##txt()) argument
85 #define GET_MASK_ARRAY_LEN_TC(ic, txt) (EFUSE_GetArrayLen_TC_##ic##txt()) argument
86 #define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) argument
87 #define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) argument
90 #define IS_MASKED(ic, txt, offset) (IS_MASKED_MP(ic, txt, offset)) argument
91 #define GET_MASK_ARRAY_LEN(ic, txt) (GET_MASK_ARRAY_LEN_MP(ic, txt)) argument
92 #define GET_MASK_ARRAY(ic, txt, out) do { GET_MASK_ARRAY_MP(ic, txt, out); } while (0) argument
95 #define IS_BT_MASKED_MP(ic, txt, offset) (EFUSE_IsBTAddressMasked_MP_##ic##txt(offset)) argument
[all …]
Drtw_pwrctrl.h406 u8 txt[MAX_MDNS_TXT_LEN]; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat.c380 void at_printf_encode(char *txt, size_t maxlen, const hi_u8 *data, size_t len) in at_printf_encode()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_rm.c2278 static char * hwaddr_parse(char *txt, u8 *addr) in hwaddr_parse()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c3773 int hwaddr_aton_i(const char *txt, u8 *addr) in hwaddr_aton_i()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dwlioctl.h13285 wog_txt_record_t txt; member