Home
last modified time | relevance | path

Searched refs:miscr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dfotg210.h22 uint32_t miscr; /* 0x40: Miscellaneous Register */ member
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_pci.c903 u32 miscr, uartbar, ioport; in pci_ite887x_init() local
970 pci_read_config_dword(dev, ITE_887x_MISCR, &miscr); in pci_ite887x_init()
972 miscr &= ~(0xf << (12 - 4 * i)); in pci_ite887x_init()
974 miscr |= 1 << (23 - i); in pci_ite887x_init()
976 pci_write_config_dword(dev, ITE_887x_MISCR, miscr); in pci_ite887x_init()