Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dsmc91111.c472 if (status & IM_ALLOC_INT) { in smc_send()
474 SMC_outb (dev, IM_ALLOC_INT, SMC91111_INT_REG); in smc_send()
Dsmc91111.h568 #define IM_ALLOC_INT 0x08 /* Set when allocation request is completed */ macro