Searched refs:apid (Results 1 - 3 of 3) sorted by relevance

/drivers/spmi/
H A Dspmi-pmic-arb.c373 static void periph_interrupt(struct spmi_pmic_arb_dev *pa, u8 apid) argument
379 status = readl_relaxed(pa->intr + SPMI_PIC_IRQ_STATUS(apid));
384 pa->apid_to_ppid[apid] << 16
386 | apid);
420 u8 apid = d->hwirq; local
425 writel_relaxed(1 << irq, pa->intr + SPMI_PIC_IRQ_CLEAR(apid));
436 u8 apid = d->hwirq; local
442 status = readl_relaxed(pa->intr + SPMI_PIC_ACC_ENABLE(apid));
445 writel_relaxed(status, pa->intr + SPMI_PIC_ACC_ENABLE(apid));
457 u8 apid local
531 search_mapping_table(struct spmi_pmic_arb_dev *pa, struct spmi_pmic_arb_irq_spec *spec, u8 *apid) argument
573 u8 apid; local
[all...]
/drivers/media/pci/ttpci/
H A Dav7110.h295 extern int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid,
H A Dav7110.c745 static inline int SetPIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, argument
752 if (vpid == 0x1fff || apid == 0x1fff ||
754 vpid = apid = ttpid = subpid = pcrpid = 0;
765 pcrpid, vpid, apid, ttpid, subpid, aflags);
768 int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, argument
779 if (!(apid & 0x8000))
780 av7110->pids[DMX_PES_AUDIO] = apid;
790 ret = SetPIDs(av7110, vpid, apid, ttpid, subpid, pcrpid);

Completed in 46 milliseconds