/linux/drivers/irqchip/ |
H A D | irq-al-fic.c | 16 /* 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 D | Makefile | 4 obj-$(CONFIG_AL_FIC) += irq-al-fic.o
|
/linux/arch/parisc/kernel/ |
H A D | pacache.S | 10 * 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 D | relocate_kernel.S | 129 fic (%sr4, %r12)
|
H A D | traps.c | 644 /* 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 D | cache.c | 956 " fic,m %3(%4,%0)\n" in SYSCALL_DEFINE3()
|
H A D | entry.S | 1311 * Non-access misses can be caused by fdc,fic,pdc,lpa,probe and
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | amazon,al-fic.txt | 5 - 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 D | microchip,pcie-host.yaml | 24 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 D | pcie-microchip-host.c | 523 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 D | i2s.c | 481 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 D | fe_property_parameters.rst | 633 .. _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 D | frontend-property-terrestrial-systems.rst | 226 - :ref:`DTV_ATSCMH_FIC_VER <DTV-ATSCMH-FIC-VER>`
|
/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 225 asm volatile("fic 0(%%sr0,%0)" : : "r" (start)); in flush_data_cache()
|
/linux/drivers/clk/microchip/ |
H A D | clk-mpfs.c | 302 * - CLK_FICx: these provide the processor side clocks to the "FIC" (Fabric InterConnect)
|
/linux/arch/parisc/mm/ |
H A D | fault.c | 468 /* PDC and FIC instructions */ in handle_nadtlb_fault()
|
/linux/include/media/ |
H A D | dvb_frontend.h | 554 * @atscmh_fic_ver: Version number of the FIC (Fast Information Channel)
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_fw_funcs.c | 1410 /* update PRS FIC register */ in qed_set_vxlan_no_l2_enable()
|
/linux/drivers/usb/serial/ |
H A D | ftdi_sio_ids.h | 914 * FIC / OpenMoko, Inc. http://wiki.openmoko.org/wiki/Neo1973_Debug_Board_v3
|
H A D | ftdi_sio.c | 2286 * First port on JTAG adaptors such as Olimex arm-usb-ocd or the FIC/OpenMoko
|
/linux/drivers/media/rc/ |
H A D | mceusb.c | 358 /* FIC eHome Infrared Transceiver */
|
/linux/ |
H A D | MAINTAINERS | 928 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 D | patch_realtek.c | 1616 SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_FIXUP_6ST_DIG),
|