Searched defs:boardtype (Results 1 - 16 of 16) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dacl7225b.c29 struct boardtype { struct
34 static const struct boardtype boardtypes[] = {
39 #define n_boardtypes (sizeof(boardtypes)/sizeof(struct boardtype))
40 #define this_board ((const struct boardtype *)dev->board_ptr)
49 .offset = sizeof(struct boardtype),
H A Dni_670x.c104 int boardtype; member in struct:ni_670x_private
H A Ddyna_pci10xx.c78 struct boardtype { struct
95 static const struct boardtype boardtypes[] = {
122 .offset = sizeof(struct boardtype),
135 #define thisboard ((const struct boardtype *)dev->board_ptr)
H A Ddt2801.c251 #define boardtype (*(const struct dt2801_board *)dev->board_ptr) macro
548 printk("dt2801: %s at port 0x%lx", boardtype.name, iobase);
561 dev->board_name = boardtype.name;
571 s->n_chan = boardtype.ad_chan;
573 s->n_chan = boardtype.ad_chan / 2;
575 s->maxdata = (1 << boardtype.adbits) - 1;
576 s->range_table = ai_range_lkup(boardtype.adrangetype, it->options[3]);
584 s->maxdata = (1 << boardtype.dabits) - 1;
H A Dicp_multi.c138 struct boardtype { struct
157 static const struct boardtype boardtypes[] = {
176 #define n_boardtypes (sizeof(boardtypes)/sizeof(struct boardtype))
185 .offset = sizeof(struct boardtype),
221 #define this_board ((const struct boardtype *)dev->board_ptr)
H A Dni_atmio16d.c126 #define boardtype ((const struct atmio16_board_t *)dev->board_ptr) macro
764 dev->board_name = boardtype->name;
866 if (boardtype->has_8255)
888 if (dev->subdevices && boardtype->has_8255)
H A Dadl_pci9118.c228 struct boardtype { struct
262 static const struct boardtype boardtypes[] = {
280 #define n_boardtypes (sizeof(boardtypes)/sizeof(struct boardtype))
289 .offset = sizeof(struct boardtype),
441 #define this_board ((struct boardtype *)dev->board_ptr)
H A Dadv_pci1710.c198 struct boardtype { struct
230 static const struct boardtype boardtypes[] = {
267 #define n_boardtypes (sizeof(boardtypes)/sizeof(struct boardtype))
276 .offset = sizeof(struct boardtype),
312 #define this_board ((const struct boardtype *)dev->board_ptr)
H A Ddt282x.c384 #define boardtype (*(const struct dt282x_board *)dev->board_ptr) macro
456 unsigned short mask = (1 << boardtype.adbits) - 1;
457 unsigned short sign = 1 << (boardtype.adbits - 1);
461 sign = 1 << (boardtype.adbits - 1);
661 data &= (1 << boardtype.adbits) - 1;
664 data ^= 1 << (boardtype.adbits - 1);
729 DT2821_ADDAT) & ((1 << boardtype.adbits) - 1);
731 data[i] ^= (1 << (boardtype.adbits - 1));
989 d &= (1 << boardtype.dabits) - 1;
998 d ^= (1 << (boardtype
[all...]
H A Dni_pcidio.c402 int boardtype; member in struct:nidio96_private
H A Dni_stc.h1426 #define boardtype (*(struct ni_board_struct *)dev->board_ptr) macro
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb_rdl.h63 __le32 boardtype; /* Type of board */ member in struct:bootrom_id_le
/drivers/net/wireless/bcmdhd/include/
H A Dsiutils.h44 uint boardtype; member in struct:si_pub
/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.h153 uint boardtype; /* board type */ member in struct:si_pub
249 return sih->boardtype;
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_hal.h175 uint boardtype; member in struct:shared_phy_params
H A Dphy_int.h504 uint boardtype; member in struct:shared_phy

Completed in 164 milliseconds