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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dmpc52xx_uart.c9 * The driver init all necessary registers to place the PSC in uart mode without
13 * The idx field must be equal to the PSC index ( e.g. 0 for PSC1, 1 for PSC2,
17 * are parsing the kernel args console=ttyPSC?, we wouldn't know which PSC it
24 * tree will have a node for each PSC in uart mode w/ device_type = "serial"
27 * By default, PSC devices are enumerated in the order they are found. However
28 * a particular PSC number can be forces by adding 'device_no = <port#>'
31 * The driver init all necessary registers to place the PSC in uart mode without
87 #define PSC(port) ((struct mpc52xx_psc __iomem *)((port)->membase)) macro
117 int status = in_be16(&PSC(port)->mpc52xx_psc_status);
139 out_be16(&PSC(por
[all...]

Completed in 99 milliseconds