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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5476/
H A Ddbg_io.c77 #define OFS_DIVISOR_MSB (1*REG_OFFSET) macro
99 UART16550_WRITE(OFS_DIVISOR_MSB, (divisor & 0xff00) >> 8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5477/
H A Dkgdb_io.c77 #define OFS_DIVISOR_MSB (1*REG_OFFSET) macro
99 UART16550_WRITE(OFS_DIVISOR_MSB, (divisor & 0xff00) >> 8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/gt64120/momenco_ocelot/
H A Ddbg_io.c64 #define OFS_DIVISOR_MSB (1*REG_OFFSET) macro
86 UART16550_WRITE(OFS_DIVISOR_MSB, (divisor & 0xff00) >> 8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ite-boards/generic/
H A Ddbg_io.c63 #define OFS_DIVISOR_MSB 1 macro
85 UART16550_WRITE(OFS_DIVISOR_MSB, (divisor & 0xff00) >> 8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_c/
H A Ddbg_io.c64 #define OFS_DIVISOR_MSB (1*REG_OFFSET) macro
86 UART16550_WRITE(OFS_DIVISOR_MSB, (divisor & 0xff00) >> 8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_g/
H A Ddbg_io.c64 #define OFS_DIVISOR_MSB (1*REG_OFFSET) macro
86 UART16550_WRITE(OFS_DIVISOR_MSB, (divisor & 0xff00) >> 8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr4181/osprey/
H A Ddbg_io.c77 #define OFS_DIVISOR_MSB (1*REG_OFFSET) macro
99 UART16550_WRITE(OFS_DIVISOR_MSB, (divisor & 0xff00) >> 8);

Completed in 51 milliseconds