Searched defs:objid (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sys/dev/ic/ |
H A D | bwivar.h | 633 #define MOBJ_WRITE_2(mac, objid, ofs, val) \ argument 635 #define MOBJ_WRITE_4(mac, objid, ofs, val) \ argument 637 #define MOBJ_READ_2(mac, objid, ofs) \ argument 639 #define MOBJ_READ_4(mac, objid, ofs) \ argument 642 #define MOBJ_SETBITS_4(mac, objid, ofs, bits) \ argument 645 #define MOBJ_CLRBITS_4(mac, objid, ofs, bits) \ argument 649 #define MOBJ_FILT_SETBITS_2(mac, objid, ofs, filt, bits) \ argument
|
H A D | bwireg.h | 180 #define BWI_MOBJ_CTRL_VAL(objid, ofs) ((objid) << 16 | (ofs)) argument
|