Searched refs:apid (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/spmi/ |
H A D | spmi-pmic-arb.c | 113 #define spec_to_hwirq(slave_id, periph_id, irq_id, apid) \ argument 117 (((apid) & 0x3FF) << 0)) 640 static void cleanup_irq(struct spmi_pmic_arb_bus *bus, u16 apid, int id) in cleanup_irq() argument 643 u16 ppid = bus->apid_data[apid].ppid; in cleanup_irq() 649 __func__, apid, sid, per, id); in cleanup_irq() 650 writel_relaxed(irq_mask, pmic_arb->ver_ops->irq_clear(bus, apid)); in cleanup_irq() 653 static int periph_interrupt(struct spmi_pmic_arb_bus *bus, u16 apid) in periph_interrupt() argument 659 u8 sid = (bus->apid_data[apid].ppid >> 8) & 0xF; in periph_interrupt() 660 u8 per = bus->apid_data[apid].ppid & 0xFF; in periph_interrupt() 662 status = readl_relaxed(pmic_arb->ver_ops->irq_status(bus, apid)); in periph_interrupt() [all …]
|
/linux/drivers/s390/char/ |
H A D | sclp_ap.c | 22 static int do_ap_configure(sclp_cmdw_t cmd, u32 apid) in do_ap_configure() argument 35 cmd |= (apid & 0xFF) << 8; in do_ap_configure() 44 apid, cmd, sccb->header.response_code); in do_ap_configure() 53 int sclp_ap_configure(u32 apid) in sclp_ap_configure() argument 55 return do_ap_configure(SCLP_CMDW_CONFIGURE_AP, apid); in sclp_ap_configure() 59 int sclp_ap_deconfigure(u32 apid) in sclp_ap_deconfigure() argument 61 return do_ap_configure(SCLP_CMDW_DECONFIGURE_AP, apid); in sclp_ap_deconfigure()
|
/linux/arch/s390/include/asm/ |
H A D | sclp.h | 188 int sclp_ap_configure(u32 apid); 189 int sclp_ap_deconfigure(u32 apid);
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110.h | 289 int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid,
|
H A D | av7110.c | 697 static inline int SetPIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, in SetPIDs() argument 704 if (vpid == 0x1fff || apid == 0x1fff || in SetPIDs() 707 apid = 0; in SetPIDs() 721 pcrpid, vpid, apid, ttpid, subpid, aflags); in SetPIDs() 724 int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, in ChangePIDs() argument 736 if (!(apid & 0x8000)) in ChangePIDs() 737 av7110->pids[DMX_PES_AUDIO] = apid; in ChangePIDs() 747 ret = SetPIDs(av7110, vpid, apid, ttpid, subpid, pcrpid); in ChangePIDs()
|