Searched refs:w1_start (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 3359 uint64 scratch_lin, w1_start; in dhd_prot_allocate_bufs() local 3366 w1_start = scratch_lin + scratch_len; in dhd_prot_allocate_bufs() 3368 "End=0x%0llx\n", (uint64) scratch_lin, scratch_len, (uint64) w1_start)); in dhd_prot_allocate_bufs() 9205 uint64 scratch_lin, w1_start; local 9225 w1_start = scratch_lin + scratch_len; 9241 (uint32)(w1_start & 0xffffffff), 9242 (uint32)((w1_start >> 32) & 0xffffffff), 9243 (uint64)(0x100000000 - w1_start))); 9255 w1_start = scratch_lin + scratch_len; 9258 (uint32)(w1_start & 0xffffffff)); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 3363 uint64 scratch_lin, w1_start; in dhd_prot_allocate_bufs() local 3370 w1_start = scratch_lin + scratch_len; in dhd_prot_allocate_bufs() 3372 "End=0x%0llx\n", (uint64) scratch_lin, scratch_len, (uint64) w1_start)); in dhd_prot_allocate_bufs() 9209 uint64 scratch_lin, w1_start; local 9229 w1_start = scratch_lin + scratch_len; 9245 (uint32)(w1_start & 0xffffffff), 9246 (uint32)((w1_start >> 32) & 0xffffffff), 9247 (uint64)(0x100000000 - w1_start))); 9259 w1_start = scratch_lin + scratch_len; 9262 (uint32)(w1_start & 0xffffffff)); [all …]
|