Home
last modified time | relevance | path

Searched refs:readbyte (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c263 u8 readbyte; in efuse_OneByteRead() local
285 readbyte = rtw_read8(padapter, EFUSE_CTRL+3); in efuse_OneByteRead()
286 rtw_write8(padapter, EFUSE_CTRL+3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/efuse/
H A Drtw_efuse.c196 u8 readbyte; in ReadEFuseByte() local
213 readbyte = rtw_read8(Adapter, EFUSE_CTRL+2); in ReadEFuseByte()
214 rtw_write8(Adapter, EFUSE_CTRL+2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
217 readbyte = rtw_read8(Adapter, EFUSE_CTRL+3); in ReadEFuseByte()
218 rtw_write8(Adapter, EFUSE_CTRL+3, (readbyte & 0x7f)); in ReadEFuseByte()
438 u8 readbyte; in efuse_OneByteRead() local
469 readbyte = rtw_read8(pAdapter, EFUSE_CTRL+3); in efuse_OneByteRead()
470 rtw_write8(pAdapter, EFUSE_CTRL+3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/efuse/
H A Drtw_efuse.c196 u8 readbyte; in ReadEFuseByte() local
213 readbyte = rtw_read8(Adapter, EFUSE_CTRL+2); in ReadEFuseByte()
214 rtw_write8(Adapter, EFUSE_CTRL+2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
217 readbyte = rtw_read8(Adapter, EFUSE_CTRL+3); in ReadEFuseByte()
218 rtw_write8(Adapter, EFUSE_CTRL+3, (readbyte & 0x7f)); in ReadEFuseByte()
438 u8 readbyte; in efuse_OneByteRead() local
469 readbyte = rtw_read8(pAdapter, EFUSE_CTRL+3); in efuse_OneByteRead()
470 rtw_write8(pAdapter, EFUSE_CTRL+3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/efuse/
H A Drtw_efuse.c1209 u8 readbyte; in efuse_OneByteRead() local
1230 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
1231 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
1515 u8 readbyte; in ReadEFuseByte() local
1530 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
1531 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
1534 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
1535 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
1747 u8 readbyte; in efuse_OneByteRead() local
1776 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p1.patch25 + * (single exception: see readbyte()'s "G.csize <= 0" handling) !!
H A DCVE-2015-7696.patch29 + * fileio.c:readbyte()).
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/efuse/
H A Drtw_efuse.c1541 u8 readbyte; in efuse_OneByteRead() local
1562 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
1563 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
1890 u8 readbyte; in ReadEFuseByte() local
1905 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
1906 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
1909 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
1910 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
1996 u8 readbyte; in efuse_OneByteRead() local
2025 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c166 u8 readbyte; in read_efuse_byte() local
171 readbyte = rtl_read_byte(rtlpriv, rtlpriv->cfg->maps[EFUSE_CTRL] + 2); in read_efuse_byte()
173 ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in read_efuse_byte()
175 readbyte = rtl_read_byte(rtlpriv, rtlpriv->cfg->maps[EFUSE_CTRL] + 3); in read_efuse_byte()
177 (readbyte & 0x7f)); in read_efuse_byte()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/efuse/
H A Drtw_efuse.c2192 u8 readbyte; in ReadEFuseByte() local
2207 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2208 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2211 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2212 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2298 u8 readbyte; in efuse_OneByteRead() local
2335 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2336 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/efuse/
H A Drtw_efuse.c1991 u8 readbyte; in ReadEFuseByte() local
2006 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2007 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2010 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2011 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2097 u8 readbyte; in efuse_OneByteRead() local
2134 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2135 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/efuse/
H A Drtw_efuse.c2164 u8 readbyte; in ReadEFuseByte() local
2179 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2180 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2183 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2184 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2270 u8 readbyte; in efuse_OneByteRead() local
2307 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2308 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/efuse/
H A Drtw_efuse.c2192 u8 readbyte; in ReadEFuseByte() local
2207 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2208 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2211 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2212 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2298 u8 readbyte; in efuse_OneByteRead() local
2335 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2336 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/efuse/
H A Drtw_efuse.c1991 u8 readbyte; in ReadEFuseByte() local
2006 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2007 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2010 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2011 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2097 u8 readbyte; in efuse_OneByteRead() local
2134 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2135 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/efuse/
H A Drtw_efuse.c2181 u8 readbyte; in ReadEFuseByte() local
2196 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2197 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2200 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2201 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2287 u8 readbyte; in efuse_OneByteRead() local
2324 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2325 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/efuse/
H A Drtw_efuse.c2151 u8 readbyte; in ReadEFuseByte() local
2166 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2167 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2170 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2171 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2257 u8 readbyte; in efuse_OneByteRead() local
2294 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2295 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/efuse/
H A Drtw_efuse.c2246 u8 readbyte; in ReadEFuseByte() local
2261 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2262 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2265 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2266 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2352 u8 readbyte; in efuse_OneByteRead() local
2389 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2390 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/efuse/
H A Drtw_efuse.c2246 u8 readbyte; in ReadEFuseByte() local
2261 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2262 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2265 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2266 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2352 u8 readbyte; in efuse_OneByteRead() local
2389 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2390 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/efuse/
H A Drtw_efuse.c2246 u8 readbyte; in ReadEFuseByte() local
2261 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2262 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2265 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2266 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2352 u8 readbyte; in efuse_OneByteRead() local
2389 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2390 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/efuse/
H A Drtw_efuse.c2216 u8 readbyte; in ReadEFuseByte() local
2231 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2232 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2235 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2236 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2322 u8 readbyte; in efuse_OneByteRead() local
2359 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2360 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/efuse/
H A Drtw_efuse.c2217 u8 readbyte; in ReadEFuseByte() local
2232 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 2); in ReadEFuseByte()
2233 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte()
2236 readbyte = rtw_read8(Adapter, EFUSE_CTRL + 3); in ReadEFuseByte()
2237 rtw_write8(Adapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in ReadEFuseByte()
2323 u8 readbyte; in efuse_OneByteRead() local
2360 readbyte = rtw_read8(pAdapter, EFUSE_CTRL + 3); in efuse_OneByteRead()
2361 rtw_write8(pAdapter, EFUSE_CTRL + 3, (readbyte & 0x7f)); in efuse_OneByteRead()