Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/korg1212/
Dkorg1212.c351 unsigned long sharedBufferPhy; member
2301 korg1212->sharedBufferPhy = korg1212->dma_shared.addr; in snd_korg1212_create()
2303 … = 0x%p (0x%08lx), %d bytes\n", korg1212->sharedBufferPtr, korg1212->sharedBufferPhy, sizeof(struc… in snd_korg1212_create()
2337 …korg1212->PlayDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->playDataBu… in snd_korg1212_create()
2338 …korg1212->RecDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->recordData… in snd_korg1212_create()
2342 korg1212->VolumeTablePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()
2344 korg1212->RoutingTablePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()
2346 korg1212->AdatTimeCodePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()