gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:setHwConf (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/ns16450.c - 30.8KB - 891 lines
765:                         li->suspend = (kind == RS_SUSPEND) ? 1 : 0;
766:                         err = setHwConf(li, &li->scdefs.c, li->mode, FALSE);
767: 
854: case DN_RS16450: /* Set the hardware configuration(for 16450) */ 855: err = setHwConf(li, (RsHwConf_16450*)arg, li->mode, FALSE); 856: break;
889: li->flow = li->scdefs.flow; 890: setHwConf(li, &li->scdefs.c, li->scdefs.mode, TRUE); 891: }