Home
last modified time | relevance | path

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

/drivers/macintosh/
Dmacio-adb.c44 #define HMB 0x0f /* how many bytes */ macro
222 out_8(&adb->dcount.r, req->nbytes & HMB); in macio_adb_interrupt()
244 req->reply_len = in_8(&adb->dcount.r) & HMB; in macio_adb_interrupt()
254 n = in_8(&adb->dcount.r) & HMB; in macio_adb_interrupt()