Home
last modified time | relevance | path

Searched refs:maxports (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/serial/jsm/
H A Djsm_driver.c85 brd->maxports = 2; in jsm_probe_one()
94 brd->maxports = 4; in jsm_probe_one()
102 brd->maxports = 8; in jsm_probe_one()
106 brd->maxports = 1; in jsm_probe_one()
284 for (i = 0; i < brd->maxports; i++) { in jsm_remove_one()
H A Djsm_tty.c378 brd->nasync = brd->maxports; in jsm_tty_init()
443 brd->nasync = brd->maxports; in jsm_uart_port_init()
491 brd->nasync = brd->maxports; in jsm_remove_uart_port()
H A Djsm.h133 u32 maxports; /* MAX ports this board can handle */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/serial/jsm/
H A Djsm_driver.c85 brd->maxports = 2; in jsm_probe_one()
94 brd->maxports = 4; in jsm_probe_one()
102 brd->maxports = 8; in jsm_probe_one()
106 brd->maxports = 1; in jsm_probe_one()
284 for (i = 0; i < brd->maxports; i++) { in jsm_remove_one()
H A Djsm_tty.c378 brd->nasync = brd->maxports; in jsm_tty_init()
443 brd->nasync = brd->maxports; in jsm_uart_port_init()
491 brd->nasync = brd->maxports; in jsm_remove_uart_port()
H A Djsm.h133 u32 maxports; /* MAX ports this board can handle */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/serial/jsm/
H A Djsm_driver.c85 brd->maxports = 2; in jsm_probe_one()
94 brd->maxports = 4; in jsm_probe_one()
102 brd->maxports = 8; in jsm_probe_one()
106 brd->maxports = 1; in jsm_probe_one()
284 for (i = 0; i < brd->maxports; i++) { in jsm_remove_one()
H A Djsm_tty.c378 brd->nasync = brd->maxports; in jsm_tty_init()
443 brd->nasync = brd->maxports; in jsm_uart_port_init()
491 brd->nasync = brd->maxports; in jsm_remove_uart_port()
H A Djsm.h133 u32 maxports; /* MAX ports this board can handle */ member
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound-jack.c62 Intbox *maxports; member
114 if (intbox_check(dlg->ports[0].maxports) || in mhjack_preferences_ok()
115 intbox_check(dlg->ports[1].maxports)) return; in mhjack_preferences_ok()
116 if (dlg->ports[0].maxports->val > 8 || dlg->ports[0].maxports->val < 0) { in mhjack_preferences_ok()
120 if (dlg->ports[1].maxports->val > 8 || dlg->ports[1].maxports->val < 0) { in mhjack_preferences_ok()
133 mhjack.maxinports = (guint)dlg->ports[0].maxports->val; in mhjack_preferences_ok()
135 mhjack.maxoutports = (guint)dlg->ports[1].maxports->val; in mhjack_preferences_ok()
227 dlg->ports[i].maxports = INTBOX(g); in mhjack_preferences()
/dports/emulators/bochs/bochs-2.7/
H A Dbochs.h128 void bx_init_usb_options(const char *usb_name, const char *pname, int maxports);
133 int maxports, bx_list_c *base);
137 int bx_write_usb_options(FILE *fp, int maxports, bx_list_c *base);
H A Dconfig.cc211 void bx_init_usb_options(const char *usb_name, const char *pname, int maxports) in bx_init_usb_options() argument
235 for (Bit8u i = 0; i < maxports; i++) { in bx_init_usb_options()
2250 int maxports, bx_list_c *base) in bx_parse_usb_port_params() argument
2272 if (idx > maxports) { in bx_parse_usb_port_params()
3280 int bx_write_usb_options(FILE *fp, int maxports, bx_list_c *base) in bx_write_usb_options() argument
3287 for (i = 1; i <= maxports; i++) { in bx_write_usb_options()
/dports/net/radreport/radreport-1.3/
H A Dradreport373 my($cumuports, $portdiff, $maxports) = (0, 0, 0);
396 $maxports = $cumuports+$maxportsinuse{$nasid}{$np};
399 … $months[$timestr[4]], $timestr[3], $timestr[5]+1900, $timestr[2], $cumuports, $maxports;
424 my($cumuports, $portdiff, $maxports) = (0, 0, 0);
440 $maxports = $cumuports+$maxportsinuse{$nasid}{$np};
445 $globmaxusage{$np} += $maxports;
/dports/emulators/bochs/bochs-2.7/gui/
H A Dsiminterface.cc220 virtual void init_usb_options(const char *usb_name, const char *pname, int maxports);
225 int maxports, bx_list_c *base);
229 virtual int write_usb_options(FILE *fp, int maxports, bx_list_c *base);
1493 void bx_real_sim_c::init_usb_options(const char *usb_name, const char *pname, int maxports) in init_usb_options() argument
1495 bx_init_usb_options(usb_name, pname, maxports); in init_usb_options()
1511 int maxports, bx_list_c *base) in parse_usb_port_params() argument
1513 return bx_parse_usb_port_params(context, param, maxports, base); in parse_usb_port_params()
1528 int bx_real_sim_c::write_usb_options(FILE *fp, int maxports, bx_list_c *base) in write_usb_options() argument
1530 return bx_write_usb_options(fp, maxports, base); in write_usb_options()
H A Dsiminterface.h746 virtual void init_usb_options(const char *usb_name, const char *pname, int maxports) {} in init_usb_options() argument
750 int maxports, bx_list_c *base) {return -1;} in parse_usb_port_params() argument
753 virtual int write_usb_options(FILE *fp, int maxports, bx_list_c *base) {return 0;} in write_usb_options() argument
/dports/net/vde2/vde2-2.3.2/src/kvde_switch/
H A Daf_ipn.h219 unsigned short maxports; member
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dahci-test.c483 uint8_t maxports; in ahci_test_hba_spec() local
540 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
542 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
622 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/
H A Dahci-test.c483 uint8_t maxports; in ahci_test_hba_spec() local
540 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
542 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
622 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/
H A Dahci-test.c483 uint8_t maxports; in ahci_test_hba_spec() local
540 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
542 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
622 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dahci-test.c483 uint8_t maxports; in ahci_test_hba_spec() local
540 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
542 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
622 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dahci-test.c485 uint8_t maxports; in ahci_test_hba_spec() local
542 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
544 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
624 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/
H A Dahci-test.c483 uint8_t maxports; in ahci_test_hba_spec() local
540 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
542 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
622 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/
H A Dahci-test.c483 uint8_t maxports; in ahci_test_hba_spec() local
540 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
542 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
622 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qtest/
H A Dahci-test.c483 uint8_t maxports; in ahci_test_hba_spec() local
540 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
542 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
622 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/
H A Dahci-test.c483 uint8_t maxports; in ahci_test_hba_spec() local
540 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
542 g_assert_cmphex((reg >> maxports), ==, 0); in ahci_test_hba_spec()
622 for (i = 0; ports || (i < maxports); ports >>= 1, ++i) { in ahci_test_hba_spec()

12