sirfsoc_afc_ctrl   83 drivers/tty/serial/sirfsoc_uart.c 		if (!(rd_regl(port, ureg->sirfsoc_afc_ctrl) &
sirfsoc_afc_ctrl  131 drivers/tty/serial/sirfsoc_uart.c 		current_val = rd_regl(port, ureg->sirfsoc_afc_ctrl) & ~0xFF;
sirfsoc_afc_ctrl  133 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_afc_ctrl, val);
sirfsoc_afc_ctrl  328 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_afc_ctrl,
sirfsoc_afc_ctrl  329 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_afc_ctrl) & ~0x3FF);
sirfsoc_afc_ctrl  363 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_afc_ctrl,
sirfsoc_afc_ctrl  364 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_afc_ctrl) |
sirfsoc_afc_ctrl  511 drivers/tty/serial/sirfsoc_uart.c 		cts_status = rd_regl(port, ureg->sirfsoc_afc_ctrl) &
sirfsoc_afc_ctrl   38 drivers/tty/serial/sirfsoc_uart.h 	u32 sirfsoc_afc_ctrl;
sirfsoc_afc_ctrl  211 drivers/tty/serial/sirfsoc_uart.h 		.sirfsoc_afc_ctrl	= 0x0140,