Searched refs:OFS_DIVISOR_MSB (Results 1 - 2 of 2) sorted by relevance

/openwrt/target/linux/generic/image/lzma-loader/src/
H A Duart16550.c39 #define OFS_DIVISOR_MSB (1*REG_OFFSET) macro
64 UART16550_WRITE(OFS_DIVISOR_MSB, (divisor & 0xff00)>>8);
/openwrt/package/boot/uboot-ar71xx/files/cpu/mips/
H A Dar71xx_serial.c49 #define OFS_DIVISOR_MSB (1*REG_SIZE) macro
133 UART16550_WRITE(OFS_DIVISOR_MSB, ((div >> 8) & 0xff));

Completed in 24 milliseconds