Home
last modified time | relevance | path

Searched refs:sga (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/soc/samsung/
H A Dexynos5422-asv.c347 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()
/linux/Documentation/block/
H A Dswitching-sched.rst25 device name (hda, hdb, sga, or whatever you happen to have).
/linux/drivers/scsi/bfa/
H A Dbfa_fcpim.c2434 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()
H A Dbfi.h125 union bfi_addr_u sga; member