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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Duartlite.c22 #define ULITE_CONTROL 0x0c macro
34 out_be32(reg_base + ULITE_CONTROL, ULITE_CONTROL_RST_RX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Duartlite.c53 #define ULITE_CONTROL 0x0c macro
235 port->membase + ULITE_CONTROL);
236 iowrite32be(ULITE_CONTROL_IE, port->membase + ULITE_CONTROL);
243 iowrite32be(0, port->membase + ULITE_CONTROL);
244 ioread32be(port->membase + ULITE_CONTROL); /* dummy */
384 iowrite32be(0, port->membase + ULITE_CONTROL);
392 iowrite32be(ULITE_CONTROL_IE, port->membase + ULITE_CONTROL);

Completed in 102 milliseconds