Searched refs:ulong32 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | gdth.h | 332 ulong32 msg_handle; /* message handle */ 333 ulong32 msg_len; /* size of message */ 334 ulong32 msg_alen; /* answer length */ 346 ulong32 status; 347 ulong32 ext_status; 348 ulong32 info0; 349 ulong32 info1; 354 ulong32 version; /* The version of this IOCTL structure. */ 355 ulong32 st_mode; /* 0=dis., 1=st_buf_addr1 valid, 2=both */ 356 ulong32 st_buff_addr1; /* physical address of status buffer 1 */ [all …]
|
D | gdth_ioctl.h | 37 typedef u32 ulong32; typedef 45 ulong32 sg_ptr; /* address */ 46 ulong32 sg_len; /* length */ 52 ulong32 sg_len; /* length */ 57 ulong32 BoardNode; /* board node (always 0) */ 58 ulong32 CommandIndex; /* command number */ 63 ulong32 BlockNo; /* block number */ 64 ulong32 BlockCnt; /* block count */ 65 ulong32 DestAddr; /* dest. addr. (if s/g: -1) */ 66 ulong32 sg_canz; /* s/g element count */ [all …]
|
D | gdth.c | 417 static void gdth_eval_mapping(ulong32 size, ulong32 *cyls, int *heads, int *secs); 444 static int gdth_search_isa(ulong32 bios_adr); 450 static int gdth_init_isa(ulong32 bios_adr,gdth_ha_str *ha); 458 static int gdth_wait(int hanum,int index,ulong32 time); 459 static int gdth_internal_cmd(int hanum,unchar service,ushort opcode,ulong32 p1, 556 static ulong32 max_rq=0, max_index=0, max_sg=0; 558 static ulong32 max_int_coal=0; 560 static ulong32 act_ints=0, act_ios=0, act_stats=0, act_rq=0; 576 #define gdth_readl(addr) (ulong32)readl((ulong)(addr)) 579 #define gdth_writel(b,addr) writel((ulong32)(b),(ulong)(addr)) [all …]
|
D | gdth_proc.c | 244 ulong32 cnt; in gdth_get_info() 399 cnt = (3*GDTH_SCRATCH/4 - 5 * sizeof(ulong32)) / in gdth_get_info() 781 (ulong32)(ha->hdr[i].size/2048), ha->hdr[i].start_sec); in gdth_get_info() 990 if (((gdth_iord_str *)ha->pscratch)->size == (ulong32)size) in gdth_ioctl_check_bin()
|