Home
last modified time | relevance | path

Searched full:fic (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-al-fic.c16 /* FIC Registers */
44 static void al_fic_set_trigger(struct al_fic *fic, in al_fic_set_trigger() argument
49 u32 control = readl_relaxed(fic->base + AL_FIC_CONTROL); in al_fic_set_trigger()
59 fic->state = new_state; in al_fic_set_trigger()
60 writel_relaxed(control, fic->base + AL_FIC_CONTROL); in al_fic_set_trigger()
66 struct al_fic *fic = gc->private; in al_fic_irq_set_type() local
74 pr_debug("fic doesn't support flow type %d\n", flow_type); in al_fic_irq_set_type()
83 * A given FIC instance can be either all level or all edge triggered. in al_fic_irq_set_type()
91 if (fic->state == AL_FIC_UNCONFIGURED) { in al_fic_irq_set_type()
92 al_fic_set_trigger(fic, gc, new_state); in al_fic_irq_set_type()
[all …]
H A DMakefile4 obj-$(CONFIG_AL_FIC) += irq-al-fic.o
/linux/arch/parisc/kernel/
H A Dpacache.S10 * NOTE: fdc,fic, and pdc instructions that use base register modification
835 /* Purge any old translation. Note that the FIC instruction
863 /* fic only has the type 26 form on PA1.1, requiring an
865 1: fic,m %r31(%sr4,%r28)
866 fic,m %r31(%sr4,%r28)
867 fic,m %r31(%sr4,%r28)
868 fic,m %r31(%sr4,%r28)
869 fic,m %r31(%sr4,%r28)
870 fic,m %r31(%sr4,%r28)
871 fic,m %r31(%sr4,%r28)
[all …]
H A Drelocate_kernel.S129 fic (%sr4, %r12)
H A Dtraps.c644 /* The instruction TLB entry needed for the target address of the FIC in handle_interruption()
657 fdc,fdce,pdc,"fic,4f",prober,probeir,probew, probeiw in handle_interruption()
H A Dcache.c956 " fic,m %3(%4,%0)\n" in SYSCALL_DEFINE3()
H A Dentry.S1311 * Non-access misses can be caused by fdc,fic,pdc,lpa,probe and
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Damazon,al-fic.txt5 - compatible: should be "amazon,al-fic"
12 fic's output is connected to. This field property depends on the parent's
21 compatible = "amazon,al-fic";
/linux/Documentation/devicetree/bindings/pci/
H A Dmicrochip,pcie-host.yaml24 one from each side of the interface. The "FIC clocks" described by this
25 property are on the core complex side & communication through a FIC is not
39 As any FIC connection combination is possible, the names should match the
45 pattern: '^fic[0-3]$'
/linux/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c523 struct clk *fic; in mc_pcie_init_clks() local
530 fic = mc_pcie_init_clk(dev, poss_clks[i]); in mc_pcie_init_clks()
531 if (IS_ERR(fic)) in mc_pcie_init_clks()
532 return PTR_ERR(fic); in mc_pcie_init_clks()
/linux/sound/soc/samsung/
H A Di2s.c481 void __iomem *fic; in i2s_fifo() local
488 fic = i2s->priv->addr + I2SFICS; in i2s_fifo()
490 fic = i2s->priv->addr + I2SFIC; in i2s_fifo()
493 writel(readl(fic) | flush, fic); in i2s_fifo()
500 writel(readl(fic) & ~flush, fic); in i2s_fifo()
/linux/Documentation/userspace-api/media/dvb/
H A Dfe_property_parameters.rst633 .. _DTV-ATSCMH-FIC-VER:
640 Version number of the FIC (Fast Information Channel) signaling data.
642 FIC is used for relaying information to allow rapid service acquisition
H A Dfrontend-property-terrestrial-systems.rst226 - :ref:`DTV_ATSCMH_FIC_VER <DTV-ATSCMH-FIC-VER>`
/linux/arch/parisc/boot/compressed/
H A Dmisc.c225 asm volatile("fic 0(%%sr0,%0)" : : "r" (start)); in flush_data_cache()
/linux/drivers/clk/microchip/
H A Dclk-mpfs.c302 * - CLK_FICx: these provide the processor side clocks to the "FIC" (Fabric InterConnect)
/linux/arch/parisc/mm/
H A Dfault.c468 /* PDC and FIC instructions */ in handle_nadtlb_fault()
/linux/include/media/
H A Ddvb_frontend.h554 * @atscmh_fic_ver: Version number of the FIC (Fast Information Channel)
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1410 /* update PRS FIC register */ in qed_set_vxlan_no_l2_enable()
/linux/drivers/usb/serial/
H A Dftdi_sio_ids.h914 * FIC / OpenMoko, Inc. http://wiki.openmoko.org/wiki/Neo1973_Debug_Board_v3
H A Dftdi_sio.c2286 * First port on JTAG adaptors such as Olimex arm-usb-ocd or the FIC/OpenMoko
/linux/drivers/media/rc/
H A Dmceusb.c358 /* FIC eHome Infrared Transceiver */
/linux/
H A DMAINTAINERS928 AMAZON ANNAPURNA LABS FIC DRIVER
931 F: Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt
932 F: drivers/irqchip/irq-al-fic.c
/linux/sound/pci/hda/
H A Dpatch_realtek.c1616 SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_FIXUP_6ST_DIG),