Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/8390/
H A Dpcnet_cs.c104 int stop_pg, int cm_offset);
569 int start_pg, stop_pg, cm_offset; in pcnet_config() local
601 cm_offset = 0x10000; in pcnet_config()
605 cm_offset = 0; in pcnet_config()
610 (setup_shmem_window(link, start_pg, stop_pg, cm_offset) != 0)) in pcnet_config()
1412 int stop_pg, int cm_offset) in setup_shmem_window() argument
1433 offset = (start_pg << 8) + cm_offset; in setup_shmem_window()