Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/korg1212/
Dkorg1212.c337 unsigned long sharedBufferPhy; member
2215 korg1212->sharedBufferPhy = korg1212->dma_shared->addr; in snd_korg1212_create()
2217 … = 0x%p (0x%08lx), %d bytes\n", korg1212->sharedBufferPtr, korg1212->sharedBufferPhy, sizeof(struc… in snd_korg1212_create()
2247 …korg1212->PlayDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->playDataBu… in snd_korg1212_create()
2248 …korg1212->RecDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->recordData… in snd_korg1212_create()
2252 korg1212->VolumeTablePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()
2254 korg1212->RoutingTablePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()
2256 korg1212->AdatTimeCodePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()