Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dmacio-adb.c46 #define HMB 0x0f /* how many bytes */ macro
225 out_8(&adb->dcount.r, req->nbytes & HMB); in macio_adb_interrupt()
247 req->reply_len = in_8(&adb->dcount.r) & HMB; in macio_adb_interrupt()
257 n = in_8(&adb->dcount.r) & HMB; in macio_adb_interrupt()