HomeSort by: relevance | last modified time | path
    Searched defs:com_info (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/vr/
vr.c 416 static struct vr_com_platdep *com_info; local in function:vr_cons_init
423 com_info = platid_search(&platid, platdep_com_table,
427 if (com_info->attach != NULL) {
429 if ((*com_info->attach)(iot, com_info->addr, 9600,
430 com_info->freq,
437 if (com_info->attach != NULL && (bootinfo->bi_cnuse&BI_CNUSE_SERIAL)) {
439 if ((*com_info->attach)(iot, com_info->addr, CONSPEED,
440 com_info->freq
    [all...]
vr.c 416 static struct vr_com_platdep *com_info; local in function:vr_cons_init
423 com_info = platid_search(&platid, platdep_com_table,
427 if (com_info->attach != NULL) {
429 if ((*com_info->attach)(iot, com_info->addr, 9600,
430 com_info->freq,
437 if (com_info->attach != NULL && (bootinfo->bi_cnuse&BI_CNUSE_SERIAL)) {
439 if ((*com_info->attach)(iot, com_info->addr, CONSPEED,
440 com_info->freq
    [all...]

Completed in 23 milliseconds