| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/speex/speex/ |
| H A D | CVE-2020-23903.patch | 23 stmp = le_short(stmp); 24 *channels = stmp; 26 - if (stmp>2) 27 + if (stmp>2 || stmp<1)
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_eeprom.c | 194 u16 reg, stmp, i = 0, idx = 0; in eeprom_read() local 201 stmp = eeprom_read16(padapter, reg); in eeprom_read() 202 rbuf[idx++] = (u8) ((stmp>>8)&0xff); /*return hogh-part of the short*/ in eeprom_read() 210 stmp = eeprom_read16(padapter, reg+i); in eeprom_read() 211 rbuf[idx++] = (u8) (stmp&0xff); in eeprom_read() 212 rbuf[idx++] = (u8) ((stmp>>8)&0xff); in eeprom_read() 217 stmp = eeprom_read16(padapter, reg); in eeprom_read() 218 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | mn88472.c | 22 int ret, i, stmp; in mn88472_read_status() local 101 stmp = ((u64)80807124 - intlog10(utmp) + 3355443) in mn88472_read_status() 104 dev_dbg(&client->dev, "cnr=%d value=%u\n", stmp, utmp); in mn88472_read_status() 106 stmp = 0; in mn88472_read_status() 109 c->cnr.stat[0].svalue = stmp; in mn88472_read_status() 127 stmp = ((u64)70706234 - intlog10(utmp) in mn88472_read_status() 130 stmp, utmp); in mn88472_read_status() 134 stmp = ((u64)80807124 - intlog10(utmp) in mn88472_read_status() 138 stmp, utmp); in mn88472_read_status() 141 stmp = 0; in mn88472_read_status() [all …]
|
| H A D | mn88473.c | 242 int ret, i, stmp; in mn88473_read_status() local 341 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status() 343 dev_dbg(&client->dev, "cnr=%d value=%u\n", stmp, utmp); in mn88473_read_status() 345 stmp = 0; in mn88473_read_status() 348 c->cnr.stat[0].svalue = stmp; in mn88473_read_status() 366 stmp = div_u64(((u64)70706234 - intlog10(utmp) in mn88473_read_status() 369 stmp, utmp); in mn88473_read_status() 373 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status() 376 stmp, utmp); in mn88473_read_status() 379 stmp = 0; in mn88473_read_status() [all …]
|
| H A D | rtl2830.c | 386 int ret, stmp; in rtl2830_read_status() local 417 stmp = buf[0] << 8 | buf[1] << 0; in rtl2830_read_status() 418 stmp = sign_extend32(stmp, 13); in rtl2830_read_status() 419 utmp = clamp_val(-4 * stmp + 32767, 0x0000, 0xffff); in rtl2830_read_status() 421 dev_dbg(&client->dev, "IF AGC=%d\n", stmp); in rtl2830_read_status() 458 stmp = (constant[constellation][hierarchy] - in rtl2830_read_status() 461 stmp = 0; in rtl2830_read_status() 466 c->cnr.stat[0].svalue = stmp; in rtl2830_read_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_eeprom.c | 294 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 299 stmp = eeprom_read16(padapter, reg); in eeprom_read() 300 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 309 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 310 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 311 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 316 stmp = eeprom_read16(padapter, reg); in eeprom_read() 317 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_eeprom.c | 295 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 300 stmp = eeprom_read16(padapter, reg); in eeprom_read() 301 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 310 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 311 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 312 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 317 stmp = eeprom_read16(padapter, reg); in eeprom_read() 318 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_eeprom.c | 295 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 300 stmp = eeprom_read16(padapter, reg); in eeprom_read() 301 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 310 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 311 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 312 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 317 stmp = eeprom_read16(padapter, reg); in eeprom_read() 318 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_eeprom.c | 294 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 299 stmp = eeprom_read16(padapter, reg); in eeprom_read() 300 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 309 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 310 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 311 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 316 stmp = eeprom_read16(padapter, reg); in eeprom_read() 317 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_eeprom.c | 294 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 299 stmp = eeprom_read16(padapter, reg); in eeprom_read() 300 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 309 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 310 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 311 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 316 stmp = eeprom_read16(padapter, reg); in eeprom_read() 317 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_eeprom.c | 294 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 299 stmp = eeprom_read16(padapter, reg); in eeprom_read() 300 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 309 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 310 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 311 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 316 stmp = eeprom_read16(padapter, reg); in eeprom_read() 317 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_eeprom.c | 294 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 299 stmp = eeprom_read16(padapter, reg); in eeprom_read() 300 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 309 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 310 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 311 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 316 stmp = eeprom_read16(padapter, reg); in eeprom_read() 317 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_eeprom.c | 295 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 300 stmp = eeprom_read16(padapter, reg); in eeprom_read() 301 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 310 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 311 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 312 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 317 stmp = eeprom_read16(padapter, reg); in eeprom_read() 318 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_eeprom.c | 294 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 299 stmp = eeprom_read16(padapter, reg); in eeprom_read() 300 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 309 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 310 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 311 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 316 stmp = eeprom_read16(padapter, reg); in eeprom_read() 317 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_eeprom.c | 295 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 300 stmp = eeprom_read16(padapter, reg); in eeprom_read() 301 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 310 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 311 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 312 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 317 stmp = eeprom_read16(padapter, reg); in eeprom_read() 318 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_eeprom.c | 294 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 299 stmp = eeprom_read16(padapter, reg); in eeprom_read() 300 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 309 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 310 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 311 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 316 stmp = eeprom_read16(padapter, reg); in eeprom_read() 317 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_eeprom.c | 295 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 300 stmp = eeprom_read16(padapter, reg); in eeprom_read() 301 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 310 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 311 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 312 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 317 stmp = eeprom_read16(padapter, reg); in eeprom_read() 318 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_eeprom.c | 334 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 339 stmp = eeprom_read16(padapter, reg); in eeprom_read() 340 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 349 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 350 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 351 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 356 stmp = eeprom_read16(padapter, reg); in eeprom_read() 357 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_eeprom.c | 382 u16 reg, stmp , i=0, idx = 0; in eeprom_read() local 389 stmp = eeprom_read16(padapter, reg); in eeprom_read() 390 rbuf[idx++] = (u8) ((stmp>>8)&0xff); //return hogh-part of the short in eeprom_read() 399 stmp = eeprom_read16(padapter, reg+i); in eeprom_read() 400 rbuf[idx++] = (u8) (stmp&0xff); in eeprom_read() 401 rbuf[idx++] = (u8) ((stmp>>8)&0xff); in eeprom_read() 406 stmp = eeprom_read16(padapter, reg); in eeprom_read() 407 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_eeprom.c | 376 u16 reg, stmp , i = 0, idx = 0; in eeprom_read() local 382 stmp = eeprom_read16(padapter, reg); in eeprom_read() 383 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); /* return hogh-part of the short */ in eeprom_read() 392 stmp = eeprom_read16(padapter, reg + i); in eeprom_read() 393 rbuf[idx++] = (u8)(stmp & 0xff); in eeprom_read() 394 rbuf[idx++] = (u8)((stmp >> 8) & 0xff); in eeprom_read() 399 stmp = eeprom_read16(padapter, reg); in eeprom_read() 400 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_eeprom.c | 382 u16 reg, stmp , i=0, idx = 0; in eeprom_read() local 389 stmp = eeprom_read16(padapter, reg); in eeprom_read() 390 rbuf[idx++] = (u8) ((stmp>>8)&0xff); //return hogh-part of the short in eeprom_read() 399 stmp = eeprom_read16(padapter, reg+i); in eeprom_read() 400 rbuf[idx++] = (u8) (stmp&0xff); in eeprom_read() 401 rbuf[idx++] = (u8) ((stmp>>8)&0xff); in eeprom_read() 406 stmp = eeprom_read16(padapter, reg); in eeprom_read() 407 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/ |
| H A D | stmp3xxx-rtc.txt | 11 - stmp,crystal-freq: override crystal frequency as determined from fuse bits.
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | radeon_monitor.c | 170 char stmp[30]; in radeon_get_panel_info_BIOS() local 183 stmp[i] = BIOS_IN8(tmp+i+1); in radeon_get_panel_info_BIOS() 184 stmp[24] = 0; in radeon_get_panel_info_BIOS() 185 printk("radeonfb: panel ID string: %s\n", stmp); in radeon_get_panel_info_BIOS()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | local_storage.c | 339 struct bpf_cgroup_storage *storage, *stmp; in cgroup_storage_map_free() local 343 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_debug.c | 166 struct list_head *stmp, *tmp, *tmp1, *tmp2; in cifs_debug_files_proc_show() local 181 list_for_each(stmp, &cifs_tcp_ses_list) { in cifs_debug_files_proc_show() 182 server = list_entry(stmp, struct TCP_Server_Info, in cifs_debug_files_proc_show()
|