Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcf.h108 #define CNV_END_LONG(dw) (hcf_32)( (dw >> 24) | ((dw >> 8) & 0xff00) | ((dw << 8) & 0xff0000) | (d…
125 #define CNV_LONGP_TO_LITTLE(pdw) ((hcf_32)(*(hcf_8 *)pdw)) | ((hcf_32)(*((hcf_8 *)pdw+1)) << 8) …
126 ((hcf_32)(*((hcf_8 *)pdw+2)) << 16) | ((hcf_32)(*((hcf_8 *)pdw+3)) << 24)
128 #define CNV_LONGP_TO_LITTLE(pdw) (*(hcf_32 *)pdw)
178 hcf_32 buf_phys_addr;
179 hcf_32 next_desc_phys_addr; // physical address of next descriptor
180 hcf_32 desc_phys_addr; // physical address of this descriptor
200 hcf_32 TxUnicastFrames;
201 hcf_32 TxMulticastFrames;
202 hcf_32 TxFragments;
[all …]
Ddhf.h122 hcf_32 code; /* Code to plug */
123 hcf_32 addr; /* Address within the memory image to plug it in */
124 hcf_32 len; /* The # of bytes which are available to store it */
141 hcf_32 id;
158 hcf_32 id;
193 hcf_32 execution; /* Execution address of the firmware */
Dhcf.c112 HCF_STATIC void calc_mic( hcf_32* p, hcf_32 M );
163 void IN_PORT_STRING_32( hcf_io prt, hcf_32 FAR * dst, int n) { in IN_PORT_STRING_32()
201 void OUT_PORT_STRING_32( hcf_io prt, hcf_32 FAR * src, int n) { in OUT_PORT_STRING_32()
1154 hcf_32 prot_cnt; in hcf_connect()
1231 HCFASSERT( ((hcf_32)(void*)ifbp & (HCF_ALIGN-1) ) == 0, (hcf_32)(void*)ifbp ) in hcf_connect()
1415 HCFASSERT( ((hcf_32)p & 3 ) == 0, (hcf_32)p ) in put_frame_lst()
1423 HCFASSERT( p->next_desc_addr->desc_phys_addr, (hcf_32)p->next_desc_addr ) in put_frame_lst()
1428 HCFASSERT( descp == p, (hcf_32)descp ) //singleton DescriptorList in put_frame_lst()
1429 HCFASSERT( ifbp->IFB_FirstDesc[tx_rx_flag] == NULL, (hcf_32)ifbp->IFB_FirstDesc[tx_rx_flag]) in put_frame_lst()
1430 HCFASSERT( ifbp->IFB_LastDesc[tx_rx_flag] == NULL, (hcf_32)ifbp->IFB_LastDesc[tx_rx_flag]) in put_frame_lst()
[all …]
Ddhf.c275 fw->codep = (CFG_PROG_STRCT FAR*)((char *)fw->codep + (hcf_32)fw); in dhf_download_binary()
276 fw->identity = (CFG_IDENTITY_STRCT FAR*)((char *)fw->identity + (hcf_32)fw); in dhf_download_binary()
277 fw->compat = (CFG_RANGE20_STRCT FAR*)((char *)fw->compat + (hcf_32)fw); in dhf_download_binary()
279 fw->p[i] = ((char *)fw->p[i] + (hcf_32)fw); in dhf_download_binary()
282 p->host_addr = (char *)p->host_addr + (hcf_32)fw; in dhf_download_binary()
Dwl_if.h193 hcf_32 u32[MAX_LTV_BUF_SIZE / sizeof(hcf_32)];
Dhcfcfg.h247 typedef unsigned long hcf_32; typedef
492 extern hcf_8 CE_IN_PORT_BYTE(hcf_32 port);
493 extern void CE_OUT_PORT_BYTE(hcf_32 port, hcf_8 value);
494 extern hcf_16 CE_IN_PORT_WORD(hcf_32 port);
495 extern void CE_OUT_PORT_WORD(hcf_32 port, hcf_16 value);
496 extern void CE_IN_PORT_STRING(hcf_32 port, void *addr, hcf_16 len);
497 extern void CE_OUT_PORT_STRING(hcf_32 port, void *addr, hcf_16 len);
929 #define OUT_PORT_HCF32(port, value) outl((hcf_32)(value), (hcf_io)(port) )
1248 typedef o_uint32_t hcf_32; typedef
1509 static hcf_16 IN_PORT_WORD(hcf_32 port) // should be hcf_io, not hcf_32
[all …]
Dwl_enc.h98 hcf_32 dwMagic;
Dmdd.h302 XX3( CFG_MB_ASSERT, hcf_16, line, hcf_16, trace, hcf_32, qualifier ) /*MBInfoBlock for asserts */
304 typedef void (MSF_ASSERT_RTN)( unsigned int , hcf_16, hcf_32 );
320 hcf_32 nic_addr; // destination address (in NIC memory)
349 hcf_32 DbMsgCount, // ds (nicram) address of a counter
1098 hcf_32 drv_info; /*driver specific info
Dhcfdef.h616 #define MERGE_2( hw, lw ) ( ( ((hcf_32)(hw)) << 16 ) | ((hcf_16)(lw)) )
680 #define PROT_CNT_INI hcf_32 prot_cnt = ifbp->IFB_TickIni;
793 EXTERN_C void mdd_assert (IFBP ifbp, unsigned int line_number, hcf_32 q );
Dwl_util.c615 void msf_assert( unsigned int line_number, hcf_16 trace, hcf_32 qual ) in msf_assert()
Dwl_wext.c696 hcf_32 count; in wireless_get_ap_list()