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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Ducc_slow.c54 struct ucc_slow_info *us_info = uccs->us_info; local
57 id = ucc_slow_get_qe_cr_subblock(us_info->ucc_num);
65 struct ucc_slow_info *us_info = uccs->us_info; local
68 id = ucc_slow_get_qe_cr_subblock(us_info->ucc_num);
75 struct ucc_slow_info *us_info = uccs->us_info; local
78 id = ucc_slow_get_qe_cr_subblock(us_info->ucc_num);
127 * The caller should initialize the following us_info
129 ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ducc_uart.c175 struct ucc_slow_info us_info; member in struct:uart_qe_port
970 qe_setbrg(qe_port->us_info.rx_clock, baud, 16);
971 qe_setbrg(qe_port->us_info.tx_clock, baud, 1);
973 qe_setbrg(qe_port->us_info.rx_clock, baud, 16);
974 qe_setbrg(qe_port->us_info.tx_clock, baud, 16);
996 struct ucc_slow_info *us_info = &qe_port->us_info; local
1002 ret = ucc_slow_init(us_info, &uccs);
1317 qe_port->us_info.rx_clock = qe_clock_source(sprop);
1318 if ((qe_port->us_info
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ducc_slow.h189 struct ucc_slow_info *us_info; member in struct:ucc_slow_private
224 * us_info - (In) pointer to the slow UCC info structure.
227 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret);

Completed in 110 milliseconds