Lines Matching defs:shift
381 int *shift, int *mask)
385 *shift = HR_VIDMBRCFG_P0MBR_SHIFT;
389 *shift = HR_VIDMBRCFG_P1MBR_SHIFT;
393 *shift = HR_VIDMBRCFG_P2MBR_SHIFT;
397 *shift = HR_VIDMBRCFG_P3MBR_SHIFT;
401 *shift = *mask = 0;
409 int shift, mask;
421 hellcreek_select_vlan_params(hellcreek, port, &shift, &mask);
425 val |= HELLCREEK_VLAN_UNTAGGED_MEMBER << shift;
427 val |= HELLCREEK_VLAN_TAGGED_MEMBER << shift;
438 int shift, mask;
448 hellcreek_select_vlan_params(hellcreek, port, &shift, &mask);
451 val |= HELLCREEK_VLAN_NO_MEMBER << shift;