Searched refs:sdlahw_t (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | sdladrv.h | 67 } sdlahw_t; typedef 71 extern int sdla_setup (sdlahw_t* hw, void* sfm, unsigned len); 72 extern int sdla_down (sdlahw_t* hw); 73 extern int sdla_inten (sdlahw_t* hw); 74 extern int sdla_intde (sdlahw_t* hw); 75 extern int sdla_intack (sdlahw_t* hw); 76 extern void S514_intack (sdlahw_t* hw, u32 int_status); 77 extern void read_S514_int_stat (sdlahw_t* hw, u32* int_status); 78 extern int sdla_intr (sdlahw_t* hw); 79 extern int sdla_mapmem (sdlahw_t* hw, unsigned long addr); [all …]
|
D | wanpipe.h | 352 sdlahw_t hw; /* hardware configuration */
|
/linux-2.4.37.9/drivers/net/wan/ |
D | sdladrv.c | 176 static int sdla_detect (sdlahw_t* hw); 177 static int sdla_autodpm (sdlahw_t* hw); 178 static int sdla_setdpm (sdlahw_t* hw); 179 static int sdla_load (sdlahw_t* hw, sfm_t* sfm, unsigned len); 180 static int sdla_init (sdlahw_t* hw); 181 static unsigned long sdla_memtest (sdlahw_t* hw); 182 static int sdla_bootcfg (sdlahw_t* hw, sfm_info_t* sfminfo); 183 static unsigned char make_config_byte (sdlahw_t* hw); 184 static int sdla_start (sdlahw_t* hw, unsigned addr); 186 static int init_s502a (sdlahw_t* hw); [all …]
|
D | sdlamain.c | 443 memset(&card->hw, 0, sizeof(sdlahw_t)); in setup() 681 memcpy(&card->hw, &nxt_card->hw, sizeof(sdlahw_t)); in check_s508_conflicts() 768 memcpy(&card->hw, &nxt_card->hw, sizeof(sdlahw_t)); in check_s514_conflicts() 857 memset(&card->hw, 0, sizeof(sdlahw_t)); in shutdown() 859 memset(&card->next->hw, 0, sizeof(sdlahw_t)); in shutdown()
|