Home
last modified time | relevance | path

Searched refs:wden (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/keymile/kmp204x/
H A Dqrio.c93 void qrio_wdmask(u8 bit, bool wden) in qrio_wdmask() argument
100 if (wden) in qrio_wdmask()
110 void qrio_prst(u8 bit, bool en, bool wden) in qrio_prst() argument
115 qrio_wdmask(bit, wden); in qrio_prst()
H A Dkmp204x.h21 void qrio_prst(u8 bit, bool en, bool wden);
22 void qrio_wdmask(u8 bit, bool wden);
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c732 u8 offset, wden; in hal_ReadEFuse_WiFi() local
767 wden = (efuseExtHdr & 0x0F); in hal_ReadEFuse_WiFi()
770 wden = (efuseHeader & 0x0f); in hal_ReadEFuse_WiFi()
780 if (!(wden & (0x01<<i))) { in hal_ReadEFuse_WiFi()
790 eFuse_Addr += Efuse_CalculateWordCnts(wden)*2; in hal_ReadEFuse_WiFi()
832 u8 offset, wden; in hal_ReadEFuse_BT() local
873 wden = (efuseExtHdr & 0x0F); in hal_ReadEFuse_BT()
876 wden = (efuseHeader & 0x0f); in hal_ReadEFuse_BT()
885 if (!(wden & (0x01<<i))) { in hal_ReadEFuse_BT()
895 eFuse_Addr += Efuse_CalculateWordCnts(wden)*2; in hal_ReadEFuse_BT()