Searched refs:sga (Results 1 – 4 of 4) sorted by relevance
347 u32 sga = (pkgid_reg >> EXYNOS5422_SG_A_OFFSET) & in exynos5422_asv_get_group() local 355 return sga + sgb; in exynos5422_asv_get_group() 357 return sga - sgb; in exynos5422_asv_get_group()
25 device name (hda, hdb, sga, or whatever you happen to have).
2434 sge->sga = *(union bfi_addr_u *) &addr; in bfa_ioim_send_ioreq() 2446 sgpge->sga = *(union bfi_addr_u *) &addr; in bfa_ioim_send_ioreq() 2464 sgpge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq() 2465 sgpge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq() 2471 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq() 2481 sge->sga = ioim->sgpg->sgpg_pa; in bfa_ioim_send_ioreq() 2483 sge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq() 2484 sge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq()
125 union bfi_addr_u sga; member