| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | versatile-pb.dts | 9 /* The Versatile PB is using more SIC IRQ lines than the AB */ 10 sic: interrupt-controller@10003000 { label 59 interrupt-map = <0x1800 0 0 1 &sic 28 60 0x1800 0 0 2 &sic 29 61 0x1800 0 0 3 &sic 30 62 0x1800 0 0 4 &sic 27 64 0x1000 0 0 1 &sic 27 65 0x1000 0 0 2 &sic 28 66 0x1000 0 0 3 &sic 29 67 0x1000 0 0 4 &sic 30 [all …]
|
| H A D | versatile-ab.dts | 206 sic: interrupt-controller@10003000 { label 207 compatible = "arm,versatile-sic"; 417 interrupts-extended = <&vic 22 &sic 1>; 424 interrupt-parent = <&sic>; 432 interrupt-parent = <&sic>;
|
| H A D | integratorcp.dts | 176 /* The SIC is cascaded off IRQ 26 on the PIC */ 177 sic: sic@ca000000 { label
|
| H A D | lpc32xx.dtsi | 343 compatible = "nxp,lpc3220-sic"; 354 compatible = "nxp,lpc3220-sic";
|
| H A D | berlin2.dtsi | 416 interrupt-parent = <&sic>; 530 sic: interrupt-controller@e000 { label
|
| H A D | berlin2cd.dtsi | 441 interrupt-parent = <&sic>; 573 sic: interrupt-controller@e000 { label
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | versatile.yaml | 72 interrupt-map = <0x1800 0 0 1 &sic 28>, 73 <0x1800 0 0 2 &sic 29>, 74 <0x1800 0 0 3 &sic 30>, 75 <0x1800 0 0 4 &sic 27>, 77 <0x1000 0 0 1 &sic 27>, 78 <0x1000 0 0 2 &sic 28>, 79 <0x1000 0 0 3 &sic 29>, 80 <0x1000 0 0 4 &sic 30>, 82 <0x0800 0 0 1 &sic 30>, 83 <0x0800 0 0 2 &sic 27>, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | nxp,lpc3220-mic.txt | 4 - compatible: "nxp,lpc3220-mic" or "nxp,lpc3220-sic". 31 compatible = "nxp,lpc3220-sic"; 42 compatible = "nxp,lpc3220-sic";
|
| H A D | interrupts.txt | 58 sic: intc@10003000 { 59 compatible = "arm,versatile-sic";
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | scsi_ioctl.c | 379 * @sic: userspace structure describing the command to perform 381 * Send down the scsi command described by @sic to the device below 408 struct scsi_ioctl_command __user *sic) in sg_scsi_ioctl() argument 417 if (!sic) in sg_scsi_ioctl() 423 if (get_user(in_len, &sic->inlen)) in sg_scsi_ioctl() 425 if (get_user(out_len, &sic->outlen)) in sg_scsi_ioctl() 429 if (get_user(opcode, sic->data)) in sg_scsi_ioctl() 454 if (copy_from_user(req->cmd, sic->data, cmdlen)) in sg_scsi_ioctl() 457 if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len)) in sg_scsi_ioctl() 503 if (copy_to_user(sic->data, req->sense, bytes)) in sg_scsi_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/ |
| H A D | rtl8188e_phycfg.c | 59 /* RTPRINT(FPHY, (PHY_SICR|PHY_SICW), ("[SIC], sic_IsSICReady() return FALSE\n")); */ in sic_IsSICReady() 71 …/* RTPRINT(FPHY, (PHY_SICR|PHY_SICW), ("[SIC], sic_IsSICReady(), readback 0x%x=0x%x\n", SIC_CMD_RE… in sic_IsSICReady() 112 /* RTPRINT(FPHY, PHY_SICR, ("[SIC], sic_Read4Byte(): read offset(%#x)\n", offset)); */ in sic_Read4Byte() 163 /* RTPRINT(FPHY, PHY_SICW, ("[SIC], sic_Write4Byte(): write offset(%#x)=0x%x\n", offset, data)); */ in sic_Write4Byte() 209 /* RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_SetBBReg() start\n")); */ in SIC_SetBBReg() 217 …RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_SetBBReg(), Fail to set BB offset(%#x)!!, WaitCnt(%d)\n", Reg… in SIC_SetBBReg() 226 …/* RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_SetBBReg(), mask=0x%x, addr[0x%x]=0x%x\n", BitMask, RegAdd… in SIC_SetBBReg() 238 /* RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_SetBBReg() end\n")); */ in SIC_SetBBReg() 252 /* RTPRINT(FPHY, PHY_SICR, ("[SIC], SIC_QueryBBReg() start\n")); */ in SIC_QueryBBReg() 261 …RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_QueryBBReg(), Fail to query BB offset(%#x)!!, WaitCnt(%d)\n",… in SIC_QueryBBReg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/ |
| H A D | rtl8188e_phycfg.c | 65 //RTPRINT(FPHY, (PHY_SICR|PHY_SICW), ("[SIC], sic_IsSICReady() return FALSE\n")); in sic_IsSICReady() 77 …//RTPRINT(FPHY, (PHY_SICR|PHY_SICW), ("[SIC], sic_IsSICReady(), readback 0x%x=0x%x\n", SIC_CMD_REG… in sic_IsSICReady() 119 //RTPRINT(FPHY, PHY_SICR, ("[SIC], sic_Read4Byte(): read offset(%#x)\n", offset)); in sic_Read4Byte() 172 //RTPRINT(FPHY, PHY_SICW, ("[SIC], sic_Write4Byte(): write offset(%#x)=0x%x\n", offset, data)); in sic_Write4Byte() 219 //RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_SetBBReg() start\n")); in SIC_SetBBReg() 228 …RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_SetBBReg(), Fail to set BB offset(%#x)!!, WaitCnt(%d)\n", Reg… in SIC_SetBBReg() 237 …//RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_SetBBReg(), mask=0x%x, addr[0x%x]=0x%x\n", BitMask, RegAddr… in SIC_SetBBReg() 249 //RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_SetBBReg() end\n")); in SIC_SetBBReg() 263 //RTPRINT(FPHY, PHY_SICR, ("[SIC], SIC_QueryBBReg() start\n")); in SIC_QueryBBReg() 273 …RTPRINT(FPHY, PHY_SICW, ("[SIC], SIC_QueryBBReg(), Fail to query BB offset(%#x)!!, WaitCnt(%d)\n",… in SIC_QueryBBReg() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-integrator/ |
| H A D | integrator_cp.c | 36 * fca00000 ca000000 SIC 66 * rely on reading it from the SIC. This also means that we must
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-lpc32xx.c | 200 irqc->chip.name = kasprintf(GFP_KERNEL, "%08x.sic", addr); in lpc32xx_of_ic_init() 232 IRQCHIP_DECLARE(nxp_lpc32xx_sic, "nxp,lpc3220-sic", lpc32xx_of_ic_init);
|
| H A D | irq-versatile-fpga.c | 232 if (of_device_is_compatible(node, "arm,versatile-sic")) in fpga_irq_of_init() 238 IRQCHIP_DECLARE(arm_fpga_sic, "arm,versatile-sic", fpga_irq_of_init);
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | export.c | 137 fh16[2] = (__u16)ei->i_iget5_offset; /* fh16 [sic] */ in isofs_export_encode_fh() 144 fh16[3] = (__u16)eparent->i_iget5_offset; /* fh16 [sic] */ in isofs_export_encode_fh()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | marvell,berlin2-adc.yaml | 45 interrupt-parent = <&sic>;
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/synaptics/ |
| H A D | berlin4ct.dtsi | 230 interrupt-parent = <&sic>; 232 sic: interrupt-controller@1000 { label
|
| /OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/ |
| H A D | mcontext.c | 16 COPY2(UESP, ESP); /* sic */ in get_regs_from_mc()
|
| /OK3568_Linux_fs/buildroot/package/freescale-imx/ |
| H A D | freescale-imx.mk | 18 # Board Support Package includes software and hardware (sic!) for
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | feature_cfg.h | 74 /* [HV] for SIC command generagor */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | feature_cfg.h | 74 /* [HV] for SIC command generagor */
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | lpc32xximage.c | 38 * Default ICC (interface configuration data [sic]) if none specified
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | idle_6xx.S | 91 * that well be enough (sic !). At least I noticed Apple
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | cyclades.c | 2737 struct serial_icounter_struct *sic) in cy_get_icount() argument 2747 sic->cts = cnow.cts; in cy_get_icount() 2748 sic->dsr = cnow.dsr; in cy_get_icount() 2749 sic->rng = cnow.rng; in cy_get_icount() 2750 sic->dcd = cnow.dcd; in cy_get_icount() 2751 sic->rx = cnow.rx; in cy_get_icount() 2752 sic->tx = cnow.tx; in cy_get_icount() 2753 sic->frame = cnow.frame; in cy_get_icount() 2754 sic->overrun = cnow.overrun; in cy_get_icount() 2755 sic->parity = cnow.parity; in cy_get_icount() [all …]
|