Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dbwivar.h633 #define MOBJ_WRITE_2(mac, objid, ofs, val) \ argument
634 bwi_memobj_write_2((mac), (objid), (ofs), (val))
635 #define MOBJ_WRITE_4(mac, objid, ofs, val) \ argument
636 bwi_memobj_write_4((mac), (objid), (ofs), (val))
637 #define MOBJ_READ_2(mac, objid, ofs) \ argument
638 bwi_memobj_read_2((mac), (objid), (ofs))
639 #define MOBJ_READ_4(mac, objid, ofs) \ argument
640 bwi_memobj_read_4((mac), (objid), (ofs))
642 #define MOBJ_SETBITS_4(mac, objid, ofs, bits) \ argument
643 MOBJ_WRITE_4((mac), (objid), (ofs), \
[all …]
H A Dbwireg.h180 #define BWI_MOBJ_CTRL_VAL(objid, ofs) ((objid) << 16 | (ofs)) argument