Searched refs:ttys_type (Results 1 – 4 of 4) sorted by relevance
21 ttys_type = ''39 ttys_type = line.split()[1].split(':')[1]40 if ttys_type == "portio":42 elif ttys_type == "mmio":50 return (ttys_type, ttys_value, pci_mmio)
85 ttys_type = tty_line.split()[1].split(':')[1].strip()88 tmp_dic['type'] = ttys_type
16 ttys_type = { variable93 if ttys_type[serial_type] == 'PORT':105 elif ttys_type[serial_type] == 'MMIO':
1225 ttys_type = tty_line.split()[1].split(':')[1].strip()1227 tmp_dic['type'] = ttys_type
Completed in 12 milliseconds