Home
last modified time | relevance | path

Searched refs:MAX_NUM_PORTS (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dsys_eeprom.c17 #define MAX_NUM_PORTS 8 macro
23 #ifndef MAX_NUM_PORTS
24 #define MAX_NUM_PORTS 16 macro
45 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0x71 MAC addresses */
61 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0xa1 MAC addresses */
117 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()
310 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()
464 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom()
/OK3568_Linux_fs/u-boot/board/varisys/common/
H A Dsys_eeprom.c22 #define MAX_NUM_PORTS CONFIG_SYS_I2C_EEPROM_NXID_MAC macro
24 #define MAX_NUM_PORTS 8 macro
46 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - x MAC addresses */
104 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()
294 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()
472 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom_common()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dserial.h23 #define MAX_NUM_PORTS 16 macro
160 struct usb_serial_port *port[MAX_NUM_PORTS];
183 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS];
184 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS];
185 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS];
186 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h64 #define MAX_NUM_PORTS 1 macro
H A Dibmvscsi_tgt.c2295 else if ((be64_to_cpu(iport->id_extension) > (MAX_NUM_PORTS - 1)) || in ibmvscsis_srp_login()
2296 (be64_to_cpu(tport->id_extension) > (MAX_NUM_PORTS - 1))) in ibmvscsis_srp_login()
/OK3568_Linux_fs/u-boot/include/configs/
H A DP1010RDB.h583 #define MAX_NUM_PORTS 9 /* for 128Bytes EEPROM */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c298 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_cmdq_lines_rt_init() argument
371 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_btb_blocks_rt_init() argument
H A Dqed_hsi.h2609 u8 num_active_tcs[MAX_NUM_PORTS];
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dusb-serial.c941 if (num_ports > MAX_NUM_PORTS) { in usb_serial_probe()
943 num_ports = MAX_NUM_PORTS; in usb_serial_probe()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dcommon_hsi.h103 #define MAX_NUM_PORTS (MAX_NUM_PORTS_K2) macro