Searched refs:PORT_COUNT (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
H A Disicom.h33 #define PORT_COUNT (BOARD_COUNT*16) macro
/linux-4.4.14/drivers/ps3/
H A Dps3-vuart.c49 enum {PORT_COUNT = 3,}; enumerator in enum:__anon8871
878 struct ps3_system_bus_device *devices[PORT_COUNT];
905 BUG_ON(port >= PORT_COUNT); ps3_vuart_irq_handler()
1008 if (dev->port_number >= PORT_COUNT) { ps3_vuart_probe()
/linux-4.4.14/drivers/scsi/
H A DNCR53c406a.c220 #define PORT_COUNT ARRAY_SIZE(ports) macro
486 for (i = 0; i < PORT_COUNT && !port_base; i++) { NCR53c406a_detect()
620 if (setup_idx >= PORT_COUNT - 1) { NCR53c406a_setup()
630 for (i = 0; i < PORT_COUNT && !port_base; i++) NCR53c406a_setup()
H A Dfdomain.c431 #define PORT_COUNT ARRAY_SIZE(ports) macro
742 for (i = 0; i < PORT_COUNT; i++) { fdomain_isa_detect()
774 for (i = 0; i < PORT_COUNT; i++) { fdomain_isa_detect()
/linux-4.4.14/drivers/tty/
H A Disicom.c215 static struct isi_port isi_ports[PORT_COUNT];
1676 isicom_normal = alloc_tty_driver(PORT_COUNT); isicom_init()

Completed in 345 milliseconds