Searched refs:RCV_LOWER_LIMIT (Results 1 - 1 of 1) sorted by relevance

/external/grub/netboot/
H A Deepro.c145 #define RCV_LOWER_LIMIT (rcv_start >> 8) macro
321 outb(RCV_LOWER_LIMIT, ioaddr + RCV_LOWER_LIMIT_REG);
328 outw(rx_start = (RCV_LOWER_LIMIT << 8), ioaddr + RCV_BAR);
549 mem_start = RCV_LOWER_LIMIT << 8;
553 mem_end = mem_end * 1024 + (RCV_LOWER_LIMIT << 8);
554 rcv_ram = mem_end - (RCV_LOWER_LIMIT << 8);

Completed in 56 milliseconds