Searched refs:commandParameter (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | arlan.c | 438 memset_io((void *) arlan->commandParameter, 0, 0xf); in arlan_command() 440 WRITESHMB(arlan->commandParameter[0], conf->rxParameter); in arlan_command() 467 memset_io((void *) arlan->commandParameter, 0, 0xf); in arlan_command() 469 memcpy_toio((void *) arlan->commandParameter, &TXLAST(dev), 14); in arlan_command() 911 memset_io(arlan->commandParameter, 0, 0xf); /* 0xf */ in arlan_hw_config() 912 memset_io(arlan->commandParameter + 1, 0, 2); in arlan_hw_config() 915 memset_io(arlan->commandParameter, conf->writeEEPROM, 1); in arlan_hw_config() 919 memset_io(arlan->commandParameter + 3, 1, 1); in arlan_hw_config() 921 memset_io(arlan->commandParameter + 3, 0, 1); in arlan_hw_config()
|
D | arlan.h | 108 volatile u_char commandParameter[15]; member
|
D | arlan-proc.c | 472 SARLUCN(commandParameter, 15); in arlan_sysctl_info()
|