Searched defs:xlr_board_info (Results 1 – 2 of 2) sorted by relevance
200 struct xlr_board_info { struct201 int is_xls;202 int nr_cpus;203 int usb; /* usb enabled ? */204 int cfi; /* compact flash driver for NOR? */205 int ata; /* ata driver */206 int pci_irq;207 struct stn_cc **credit_configs; /* pointer to Core station credits */208 struct bucket_size *bucket_sizes; /* pointer to Core station bucket */209 int *msgmap; /* mapping of message station to devices */[all …]
57 struct xlr_board_info xlr_board_info; variable