Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/
H A Dbe_cmds.h930 struct phys_addr scratch_pa; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c3360 dmaaddr_t scratch_pa; in dhd_prot_allocate_bufs() local
3362 scratch_pa = prot->hmaptest.mem.pa; in dhd_prot_allocate_bufs()
3364 scratch_lin = (uint64)(PHYSADDRLO(scratch_pa) & 0xffffffff) in dhd_prot_allocate_bufs()
3365 | (((uint64)PHYSADDRHI(scratch_pa)& 0xffffffff) << 32); in dhd_prot_allocate_bufs()
9206 dmaaddr_t scratch_pa; local
9211 scratch_pa = prot->hmaptest.mem.pa;
9213 scratch_lin = (uint64)(PHYSADDRLO(scratch_pa) & 0xffffffff)
9214 | (((uint64)PHYSADDRHI(scratch_pa)& 0xffffffff) << 32);
9324 dmaaddr_t scratch_pa; local
9331 scratch_pa = prot->hmaptest.mem.pa;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c3364 dmaaddr_t scratch_pa; in dhd_prot_allocate_bufs() local
3366 scratch_pa = prot->hmaptest.mem.pa; in dhd_prot_allocate_bufs()
3368 scratch_lin = (uint64)(PHYSADDRLO(scratch_pa) & 0xffffffff) in dhd_prot_allocate_bufs()
3369 | (((uint64)PHYSADDRHI(scratch_pa)& 0xffffffff) << 32); in dhd_prot_allocate_bufs()
9210 dmaaddr_t scratch_pa; local
9215 scratch_pa = prot->hmaptest.mem.pa;
9217 scratch_lin = (uint64)(PHYSADDRLO(scratch_pa) & 0xffffffff)
9218 | (((uint64)PHYSADDRHI(scratch_pa)& 0xffffffff) << 32);
9328 dmaaddr_t scratch_pa; local
9335 scratch_pa = prot->hmaptest.mem.pa;
[all …]