Lines Matching defs:ioport
874 * ioport is called INTA or INTC, depending on docs/other drivers.
903 u32 miscr, uartbar, ioport;
905 /* search for the base-ioport */
910 /* write POSIO0R - speed | size | ioport */
914 /* write INTCBAR - ioport */
919 /* ioport connected */
957 &ioport);
958 ioport &= 0x0000FF00; /* the actual base address */
961 ITE_887x_POSIO_IOSIZE_8 | ioport);
963 /* write the ioport to the UARTBAR */
966 uartbar |= (ioport << (16 * i)); /* set the ioport */
989 u32 ioport;
990 /* the ioport is bit 0-15 in POSIO0R */
991 pci_read_config_dword(dev, ITE_887x_POSIO0, &ioport);
992 ioport &= 0xffff;
993 release_region(ioport, ITE_887x_IOSIZE);