• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/

Lines Matching defs:io

95 		struct _ioport	io;
271 IOFUNC_IO(ISAC, inf_hw, isac.a.io)
272 IOFUNC_IO(IPAC, inf_hw, hscx.a.io)
273 IOFUNC_IND(ISAC, inf_hw, isac.a.io)
274 IOFUNC_IND(IPAC, inf_hw, hscx.a.io)
728 hw->isac.a.io.ale = (u32)hw->cfg.start + DIVA_ISAC_ALE;
729 hw->isac.a.io.port = (u32)hw->cfg.start + DIVA_ISAC_PORT;
731 hw->hscx.a.io.ale = (u32)hw->cfg.start + DIVA_HSCX_ALE;
732 hw->hscx.a.io.port = (u32)hw->cfg.start + DIVA_HSCX_PORT;
754 hw->isac.a.io.ale = (u32)hw->cfg.start + TIGER_IPAC_ALE;
755 hw->isac.a.io.port = (u32)hw->cfg.start + TIGER_IPAC_PORT;
757 hw->hscx.a.io.ale = (u32)hw->cfg.start + TIGER_IPAC_ALE;
758 hw->hscx.a.io.port = (u32)hw->cfg.start + TIGER_IPAC_PORT;
769 hw->isac.a.io.ale = (u32)hw->addr.start;
770 hw->isac.a.io.port = (u32)hw->addr.start + 1;
772 hw->hscx.a.io.ale = (u32)hw->addr.start;
773 hw->hscx.a.io.port = (u32)hw->addr.start + 1;
779 hw->isac.a.io.ale = (u32)hw->addr.start + NICCY_ISAC_ALE;
780 hw->isac.a.io.port = (u32)hw->addr.start + NICCY_ISAC_PORT;
782 hw->hscx.a.io.ale = (u32)hw->addr.start + NICCY_HSCX_ALE;
783 hw->hscx.a.io.port = (u32)hw->addr.start + NICCY_HSCX_PORT;
788 hw->isac.a.io.ale = (u32)hw->addr.start;
789 hw->isac.a.io.port = hw->isac.a.io.ale + 4;
791 hw->hscx.a.io.ale = hw->isac.a.io.ale;
792 hw->hscx.a.io.port = hw->isac.a.io.port;
798 hw->isac.a.io.ale = (u32)hw->addr.start + 0x08;
799 hw->isac.a.io.port = hw->isac.a.io.ale + 4;
801 hw->hscx.a.io.ale = hw->isac.a.io.ale;
802 hw->hscx.a.io.port = hw->isac.a.io.port;
808 hw->isac.a.io.ale = (u32)hw->addr.start + 0x10;
809 hw->isac.a.io.port = hw->isac.a.io.ale + 4;
811 hw->hscx.a.io.ale = hw->isac.a.io.ale;
812 hw->hscx.a.io.port = hw->isac.a.io.port;
818 hw->isac.a.io.ale = (u32)hw->addr.start + 0x20;
819 hw->isac.a.io.port = hw->isac.a.io.ale + 4;
821 hw->hscx.a.io.ale = hw->isac.a.io.ale;
822 hw->hscx.a.io.port = hw->isac.a.io.port;
829 hw->isac.a.io.port = (u32)hw->addr.start;
831 hw->hscx.a.io.port = hw->isac.a.io.port;
837 hw->isac.a.io.ale = (u32)hw->addr.start;
838 hw->isac.a.io.port = (u32)hw->addr.start + GAZEL_IPAC_DATA_PORT;
840 hw->hscx.a.io.ale = hw->isac.a.io.ale;
841 hw->hscx.a.io.port = hw->isac.a.io.port;