Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dmsix.h13 uint8_t pba_bar_nr, unsigned pba_offset, uint8_t cap_pos,
/openbmc/linux/sound/pci/
H A Dfm801.c203 unsigned int cap_pos; member
515 chip->cap_pos = 0; in snd_fm801_capture_prepare()
548 ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT); in snd_fm801_capture_pointer()
586 chip->cap_pos += chip->cap_count; in snd_fm801_interrupt()
587 chip->cap_pos %= chip->cap_size; in snd_fm801_interrupt()
588 tmp = chip->cap_pos + chip->cap_count; in snd_fm801_interrupt()
/openbmc/qemu/hw/pci/
H A Dmsix.c315 uint8_t pba_bar_nr, unsigned pba_offset, uint8_t cap_pos, in msix_init() argument
348 cap_pos, MSIX_CAP_LENGTH, errp); in msix_init()