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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dplpar_wrappers.h148 static inline long plpar_get_term_char(unsigned long termno, argument
155 rc = plpar_hcall(H_GET_TERM_CHAR, retbuf, termno);
164 static inline long plpar_put_term_char(unsigned long termno, unsigned long len, argument
168 return plpar_hcall_norets(H_PUT_TERM_CHAR, termno, len, lbuf[0],
H A Dlpar.c205 const u32 *termno; local
229 termno = of_get_property(stdout_node, "reg", NULL);
230 if (termno == NULL)
232 vtermno = termno[0];
239 add_preferred_console("hvc", termno[0] & 0xff, NULL);
241 vtermno = termno[0];
246 add_preferred_console("hvsi", termno[0] & 0xff, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dbeat_wrapper.h151 static inline s64 beat_get_characters_from_console(u64 termno, u64 *len, argument
157 ret = beat_hcall3(HV_get_characters_from_console, dummy, termno, len);
163 static inline s64 beat_put_characters_to_console(u64 termno, u64 len, argument
169 return beat_hcall_norets(HV_put_characters_to_console, termno, len, b[0], b[1]);

Completed in 56 milliseconds