Home
last modified time | relevance | path

Searched refs:crc_range (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmsrom.c1215 uint i, nw, crc_range; local
1243 crc_range = SROM_MAX;
1247 crc_range = srom_size(sih, osh);
1250 nw = crc_range / 2;
1252 if (srom_read(sih, bustype, curmap, osh, 0, crc_range, old, FALSE))
1390 crc_range = nw * 2;
1391 if (srom_read(sih, bustype, curmap, osh, 0, crc_range, old, FALSE)) {
1396 crc_range = nw * 2;
1397 if (srom_read(sih, bustype, curmap, osh, 0, crc_range, old, FALSE)) {
1402 crc_range = nw * 2;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmsrom.c1215 uint i, nw, crc_range; local
1243 crc_range = SROM_MAX;
1247 crc_range = srom_size(sih, osh);
1250 nw = crc_range / 2;
1252 if (srom_read(sih, bustype, curmap, osh, 0, crc_range, old, FALSE))
1390 crc_range = nw * 2;
1391 if (srom_read(sih, bustype, curmap, osh, 0, crc_range, old, FALSE)) {
1396 crc_range = nw * 2;
1397 if (srom_read(sih, bustype, curmap, osh, 0, crc_range, old, FALSE)) {
1402 crc_range = nw * 2;
[all …]