Searched refs:ofs0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/tools/bus_space/
H A Dbus.c177 long addr0, ofs0; local
193 ofs0 = r->ofs;
205 r->ofs = ofs0 + ofs;
/freebsd-current/sys/dev/bwi/
H A Dbwimac.c161 bwi_memobj_read_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
168 ofs = ofs0 / 4;
170 if (ofs0 % 4 != 0)
178 bwi_memobj_read_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
183 ofs = ofs0 / 4;
184 if (ofs0 % 4 != 0) {
203 bwi_memobj_write_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, argument
211 ofs = ofs0 / 4;
213 if (ofs0 % 4 != 0)
221 bwi_memobj_write_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, argument
[all...]

Completed in 72 milliseconds