Home
last modified time | relevance | path

Searched defs:bus_write_1 (Results 1 – 3 of 3) sorted by relevance

/NextBSD/tools/bus_space/C/
HDlang.c62 bus_write_1(int rid, long ofs, uint8_t val) in bus_write_1() function
/NextBSD/tools/bus_space/Python/
HDlang.c84 bus_write_1(PyObject *self, PyObject *args) in bus_write_1() function
/NextBSD/sys/sys/
HDbus.h757 #define bus_write_1(r, o, v) \ macro