Home
last modified time | relevance | path

Searched refs:IFB_FWSup (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/wlags49_h2/
Dhcf.c4067 ifbp->IFB_FWSup.len = sizeof(CFG_SUP_RANGE_STRCT)/sizeof(hcf_16) - 1; in init()
4068 ifbp->IFB_FWSup.typ = CFG_FW_SUP_RANGE; in init()
4069 (void)hcf_get_info( ifbp, (LTVP)&ifbp->IFB_FWSup.len ); in init()
4072 ifbp->IFB_FWSup.role = CNV_LITTLE_TO_SHORT( ifbp->IFB_FWSup.role ); in init()
4073 ifbp->IFB_FWSup.id = CNV_LITTLE_TO_SHORT( ifbp->IFB_FWSup.id ); in init()
4074 ifbp->IFB_FWSup.variant = CNV_LITTLE_TO_SHORT( ifbp->IFB_FWSup.variant ); in init()
4075 ifbp->IFB_FWSup.bottom = CNV_LITTLE_TO_SHORT( ifbp->IFB_FWSup.bottom ); in init()
4076 ifbp->IFB_FWSup.top = CNV_LITTLE_TO_SHORT( ifbp->IFB_FWSup.top ); in init()
4079 if ( ifbp->IFB_FWSup.id == COMP_ID_PRI ) { /* 20*/ in init()
4096 …if ( ( ifbp->IFB_FWSup.id == COMP_ID_STA && !mmd_check_comp( (void*)&cfg_drv_act_ranges_sta, &ifbp… in init()
[all …]
Dhcf.h289 CFG_SUP_RANGE_STRCT IFB_FWSup; member