Home
last modified time | relevance | path

Searched refs:CE_DEBUG_SEL_LSB (Results 1 – 19 of 19) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_reg.h209 #define CE_DEBUG_SEL_LSB (scn->target_ce_def->d_CE_DEBUG_SEL_LSB) macro
271 #define CE_DEBUG_SEL_GET(x) (((x) & CE_DEBUG_SEL_MASK) >> CE_DEBUG_SEL_LSB)
272 #define CE_DEBUG_SEL_SET(x) (((x) << CE_DEBUG_SEL_LSB) & CE_DEBUG_SEL_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dqcn9160def.c198 #define CE_DEBUG_SEL_LSB MISSING macro
Dkiwidef.c203 #define CE_DEBUG_SEL_LSB MISSING macro
Dqcn9224def.c210 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca6490def.c202 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca6018def.c213 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca6390def.c197 #define CE_DEBUG_SEL_LSB MISSING macro
Dqcn6432def.c210 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca9574def.c211 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca8074v2def.c213 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca5018def.c212 #define CE_DEBUG_SEL_LSB MISSING macro
Dqcn9000def.c210 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca8074def.c213 #define CE_DEBUG_SEL_LSB MISSING macro
Dqcn6122def.c213 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca6290def.c197 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca5332def.c211 #define CE_DEBUG_SEL_LSB MISSING macro
Dqca6750def.c195 #define CE_DEBUG_SEL_LSB MISSING macro
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dregtable_usb.h634 #define CE_DEBUG_SEL_LSB \ macro
837 (((x) & CE_DEBUG_SEL_MASK) >> CE_DEBUG_SEL_LSB)
839 (((x) << CE_DEBUG_SEL_LSB) & CE_DEBUG_SEL_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dtarget_reg_init.h468 .d_CE_DEBUG_SEL_LSB = CE_DEBUG_SEL_LSB,