Lines Matching defs:ioport
857 * ioport is called INTA or INTC, depending on docs/other drivers.
886 u32 miscr, uartbar, ioport;
888 /* search for the base-ioport */
893 /* write POSIO0R - speed | size | ioport */
897 /* write INTCBAR - ioport */
902 /* ioport connected */
940 &ioport);
941 ioport &= 0x0000FF00; /* the actual base address */
944 ITE_887x_POSIO_IOSIZE_8 | ioport);
946 /* write the ioport to the UARTBAR */
949 uartbar |= (ioport << (16 * i)); /* set the ioport */
972 u32 ioport;
973 /* the ioport is bit 0-15 in POSIO0R */
974 pci_read_config_dword(dev, ITE_887x_POSIO0, &ioport);
975 ioport &= 0xffff;
976 release_region(ioport, ITE_887x_IOSIZE);