Searched refs:ram_split (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 252 static const char * const ram_split[] = {"5:3", "3:1", "1:1", "3:5"}; in tc589_config() local 334 (fifo & 7) ? 32 : 8, ram_split[(fifo >> 16) & 3], in tc589_config()
|
D | 3c574_cs.c | 301 static const char *ram_split[] = {"5:3", "3:1", "1:1", "3:5"}; variable 433 ram_split[(config & Ram_split) >> Ram_split_shift], in tc574_config()
|
D | 3c515.c | 656 static const char * const ram_split[] = { in corkscrew_setup() local 669 ram_split[(config & Ram_split) >> Ram_split_shift], in corkscrew_setup()
|
D | 3c59x.c | 1356 static const char * const ram_split[] = {"5:3", "3:1", "1:1", "3:5"}; in vortex_probe1() local 1368 ram_split[RAM_SPLIT(config)], in vortex_probe1()
|