Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ctxfi/
Dcthw20k1.c1204 unsigned long vm_pgt_phys; member
1264 if ((~0UL) == info->vm_pgt_phys) { in hw_trn_init()
1271 ptp_phys_low = (u32)info->vm_pgt_phys; in hw_trn_init()
1272 ptp_phys_high = upper_32_bits(info->vm_pgt_phys); in hw_trn_init()
2051 trn_info.vm_pgt_phys = info->vm_pgt_phys; in hw_card_init()
Dcthw20k2.c1147 unsigned long vm_pgt_phys; member
1243 if ((~0UL) == info->vm_pgt_phys) { in hw_trn_init()
1250 ptp_phys_low = (u32)info->vm_pgt_phys; in hw_trn_init()
1251 ptp_phys_high = upper_32_bits(info->vm_pgt_phys); in hw_trn_init()
2170 trn_info.vm_pgt_phys = info->vm_pgt_phys; in hw_card_init()
Dcthardware.h60 unsigned long vm_pgt_phys; member
Dctatc.c1346 info.vm_pgt_phys = atc_get_ptp_phys(atc, 0); in atc_create_hw_devs()
1578 info.vm_pgt_phys = atc_get_ptp_phys(atc, 0); in atc_hw_resume()