Searched refs:OID (Results 1 - 18 of 18) sorted by relevance

/drivers/usb/gadget/
H A Drndis.c163 static int gen_ndis_query_resp(int configNr, u32 OID, u8 *buf, argument
181 pr_debug("query OID %08x value, len %d:\n", OID, buf_len);
198 switch (OID) {
481 pr_warning("%s: query unknown OID 0x%08X\n",
482 __func__, OID);
493 static int gen_ndis_set_resp(u8 configNr, u32 OID, u8 *buf, u32 buf_len, argument
507 pr_debug("set OID %08x value, len %d:\n", OID, buf_len);
518 switch (OID) {
[all...]
H A Drndis.h109 __le32 OID; member in struct:rndis_query_msg_type
130 __le32 OID; member in struct:rndis_set_msg_type
/drivers/scsi/
H A Daha152x.h125 #define OID 0x70 macro
H A Daic7xxx_old.c9351 temp_p->scsi_id = aic_inb(temp_p, SCSIID_ULTRA2) & OID;
9353 temp_p->scsi_id = aic_inb(temp_p, SCSIID) & OID;
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq213 and A, OID, TARGIDIN;
215 and A, OID, SCSIID_ULTRA2;
217 and A, OID, SCSIID;
341 and A, OID, SCSIID_ULTRA2;
343 and A, OID, SCSIID;
379 and SCSIID, TWIN_TID|OID, SCB_SCSIID;
H A Daic7xxx.reg202 mask OID 0x0f /* Our ID mask */
382 mask OID 0x0f /* Our ID mask */
1175 mask OID 0x0f
H A Daic7xxx.h72 ((scsiid) & OID)
H A Daic7xxx_pci.c796 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
798 our_id = ahc_inb(ahc, SCSIID) & OID;
H A Daic79xx.h74 ((scsiid) & OID)
H A Daic7xxx_reg.h_shipped770 #define OID 0x0f
H A Daic7xxx_core.c2786 our_id = ahc_inb(ahc, TARGIDIN) & OID;
2788 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
2790 our_id = ahc_inb(ahc, SCSIID) & OID;
7778 * for selection enables, ensure that OID
7786 scsiid_mask = 0x1 << (scsiid & OID);
H A Daic79xx.seq647 and A, OID, IOWNID;
H A Daic79xx.reg4131 field OID 0x0F
H A Daic79xx_reg.h_shipped2575 #define OID 0x0f
H A Daic79xx_core.c4321 our_id = ahd_inb(ahd, TARGIDIN) & OID;
10644 * for selection enables, ensure that OID
10652 scsiid_mask = 0x1 << (scsiid & OID);
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.reg177 mask OID 0x0f /* Our ID mask */
334 mask OID 0x0f /* Our ID mask */
H A Daic7xxx.seq174 and SCSIID_ULTRA2, OID; /* Clear old target */
178 and SCSIID, OID; /* Clear old target */
H A Daic7xxx_reg.h129 #define OID 0x0f macro

Completed in 2853 milliseconds