Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-parport.c127 #define MAX_DEVICE 4 macro
128 static int parport[MAX_DEVICE] = {0, -1, -1, -1};
132 " At most " __stringify(MAX_DEVICE) " devices are supported.\n"
280 for (i = 0; i < MAX_DEVICE; i++) { in i2c_parport_attach()
286 if (i == MAX_DEVICE) { in i2c_parport_attach()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c28 #define MAX_DEVICE 16 macro
42 u8 in_data_toggle[MAX_DEVICE][MAX_ENDPOINT];
43 u8 out_data_toggle[MAX_DEVICE][MAX_ENDPOINT];
1039 if ((devnum >= MAX_DEVICE) || (devnum == priv->root_hub_devnum)) { in _submit_bulk_msg()
1197 for (i = 0; i < MAX_DEVICE; i++) { in dwc2_init_common()