Searched refs:ADD_MASK (Results 1 – 2 of 2) sorted by relevance
/external/grub/netboot/ | ||
D | cs89x0.h | 76 #define ADD_MASK 0x3000 /* Mask it use of the ADD_PORT register */ macro |
D | cs89x0.c | 466 if ((inw(ioaddr + ADD_PORT) & ADD_MASK) != ADD_SIG) in cs89x0_probe() |