Home
last modified time | relevance | path

Searched refs:wd1 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Dfloat.h307 unsigned int wd1;
312 unsigned int wd1;
336 unsigned int wd1;
H A Dcnv_float.h276 Dintp2(destB) = src->wd1
279 dest->wd1 = Dintp2(srcB)
H A Ddbl_float.h251 Dallp2(destb) = src->wd1
254 dest->wd1 = Dallp2(srcb)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_cmd.c4552 void compare_wd_8852ae(_adapter *adapter, u32 type, u8 *wd1, u8 *wd2)
4560 if((wd1==NULL) ||(wd2==NULL))
4572 val_dw1 = wd1[idx] + (wd1[idx+1]<<8) + (wd1[idx+2]<<16) + (wd1[idx+3]<<24);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_cmd.c4530 void compare_wd_8852ae(_adapter *adapter, u32 type, u8 *wd1, u8 *wd2)
4538 if((wd1==NULL) ||(wd2==NULL))
4550 val_dw1 = wd1[idx] + (wd1[idx+1]<<8) + (wd1[idx+2]<<16) + (wd1[idx+3]<<24);
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c3241 uint32_t wd1; in lpfc_mbx_process_link_up() member
3265 un.pa.wd1, un.pa.wd2, in lpfc_mbx_process_link_up()