Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Deepro.c151 #define RCV_LOWER_LIMIT (rcv_start >> 8) macro
323 outb(RCV_LOWER_LIMIT, nic->ioaddr + RCV_LOWER_LIMIT_REG); in eepro_reset()
330 outw(rx_start = (RCV_LOWER_LIMIT << 8), nic->ioaddr + RCV_BAR); in eepro_reset()
333 outw((RCV_LOWER_LIMIT << 8), nic->ioaddr + HOST_ADDRESS_REG); in eepro_reset()
602 mem_start = RCV_LOWER_LIMIT << 8; in eepro_probe()
606 mem_end = mem_end * 1024 + (RCV_LOWER_LIMIT << 8); in eepro_probe()
607 rcv_ram = mem_end - (RCV_LOWER_LIMIT << 8); in eepro_probe()