Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dcthw20k1.c1200 unsigned long vm_pgt_phys; member
1260 if ((~0UL) == info->vm_pgt_phys) { in hw_trn_init()
1267 ptp_phys_low = (u32)info->vm_pgt_phys; in hw_trn_init()
1268 ptp_phys_high = upper_32_bits(info->vm_pgt_phys); in hw_trn_init()
2042 trn_info.vm_pgt_phys = info->vm_pgt_phys; in hw_card_init()
H A Dcthw20k2.c1144 unsigned long vm_pgt_phys; member
1245 if ((~0UL) == info->vm_pgt_phys) { in hw_trn_init()
1252 ptp_phys_low = (u32)info->vm_pgt_phys; in hw_trn_init()
1253 ptp_phys_high = upper_32_bits(info->vm_pgt_phys); in hw_trn_init()
2206 trn_info.vm_pgt_phys = info->vm_pgt_phys; in hw_card_init()
H A Dcthardware.h58 unsigned long vm_pgt_phys;
57 unsigned long vm_pgt_phys; global() member
H A Dctatc.c1376 info.vm_pgt_phys = atc_get_ptp_phys(atc, 0); in atc_create_hw_devs()
1608 info.vm_pgt_phys = atc_get_ptp_phys(atc, 0); in atc_hw_resume()