Home
last modified time | relevance | path

Searched refs:max_ports (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Devent_2l.c66 unsigned int max_ports = BITS_PER_EVTCHN_WORD(d) * BITS_PER_EVTCHN_WORD(d); in evtchn_2l_is_pending() local
68 ASSERT(port < max_ports); in evtchn_2l_is_pending()
69 return port < max_ports && test_bit(port, &shared_info(d, evtchn_pending)); in evtchn_2l_is_pending()
74 unsigned int max_ports = BITS_PER_EVTCHN_WORD(d) * BITS_PER_EVTCHN_WORD(d); in evtchn_2l_is_masked() local
76 ASSERT(port < max_ports); in evtchn_2l_is_masked()
77 return port >= max_ports || test_bit(port, &shared_info(d, evtchn_mask)); in evtchn_2l_is_masked()
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dns16550.c149 unsigned int max_ports; member
164 .max_ports = 1,
172 .max_ports = 1,
182 .max_ports = 1, /* It can do more, but we would need more custom code.*/
192 .max_ports = 2,
201 .max_ports = 1,
210 .max_ports = 2,
223 .max_ports = 4,
232 .max_ports = 8,
1046 if ( port_idx >= param->max_ports ) in pci_uart_config()
[all …]

Completed in 5 milliseconds