Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dfotg210.h21 uint32_t miscr; /* 0x40: Miscellaneous Register */ member
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci.c886 u32 miscr, uartbar, ioport; in pci_ite887x_init() local
953 pci_read_config_dword(dev, ITE_887x_MISCR, &miscr); in pci_ite887x_init()
955 miscr &= ~(0xf << (12 - 4 * i)); in pci_ite887x_init()
957 miscr |= 1 << (23 - i); in pci_ite887x_init()
959 pci_write_config_dword(dev, ITE_887x_MISCR, miscr); in pci_ite887x_init()