Home
last modified time | relevance | path

Searched refs:io_tlb_shift (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/agp/
H A Dhp-agp.c36 #define HP_ZX1_IOVA_TO_PDIR(va) ((va - hp_private.iova_base) >> hp_private.io_tlb_shift)
69 int io_tlb_shift; member
88 case 0: hp->io_tlb_shift = 12; break; in hp_zx1_ioc_shared()
89 case 1: hp->io_tlb_shift = 13; break; in hp_zx1_ioc_shared()
90 case 2: hp->io_tlb_shift = 14; break; in hp_zx1_ioc_shared()
91 case 3: hp->io_tlb_shift = 16; break; in hp_zx1_ioc_shared()
99 hp->io_page_size = 1 << hp->io_tlb_shift; in hp_zx1_ioc_shared()
134 hp->io_tlb_shift = 16; in hp_zx1_ioc_owner()
137 hp->io_tlb_shift = 14; in hp_zx1_ioc_owner()
140 hp->io_tlb_shift in hp_zx1_ioc_owner()
[all...]
H A Dparisc-agp.c255 int io_tlb_shift; in agp_ioc_init() local
263 case 0: io_tlb_shift = 12; break; in agp_ioc_init()
264 case 1: io_tlb_shift = 13; break; in agp_ioc_init()
265 case 2: io_tlb_shift = 14; break; in agp_ioc_init()
266 case 3: io_tlb_shift = 16; break; in agp_ioc_init()
274 info->io_page_size = 1 << io_tlb_shift; in agp_ioc_init()
/kernel/linux/linux-6.6/drivers/char/agp/
H A Dhp-agp.c36 #define HP_ZX1_IOVA_TO_PDIR(va) ((va - hp_private.iova_base) >> hp_private.io_tlb_shift)
69 int io_tlb_shift; member
88 case 0: hp->io_tlb_shift = 12; break; in hp_zx1_ioc_shared()
89 case 1: hp->io_tlb_shift = 13; break; in hp_zx1_ioc_shared()
90 case 2: hp->io_tlb_shift = 14; break; in hp_zx1_ioc_shared()
91 case 3: hp->io_tlb_shift = 16; break; in hp_zx1_ioc_shared()
99 hp->io_page_size = 1 << hp->io_tlb_shift; in hp_zx1_ioc_shared()
134 hp->io_tlb_shift = 16; in hp_zx1_ioc_owner()
137 hp->io_tlb_shift = 14; in hp_zx1_ioc_owner()
140 hp->io_tlb_shift in hp_zx1_ioc_owner()
[all...]
H A Dparisc-agp.c257 int io_tlb_shift; in agp_ioc_init() local
265 case 0: io_tlb_shift = 12; break; in agp_ioc_init()
266 case 1: io_tlb_shift = 13; break; in agp_ioc_init()
267 case 2: io_tlb_shift = 14; break; in agp_ioc_init()
268 case 3: io_tlb_shift = 16; break; in agp_ioc_init()
276 info->io_page_size = 1 << io_tlb_shift; in agp_ioc_init()

Completed in 3 milliseconds