Searched refs:portmask (Results 1 – 3 of 3) sorted by relevance
245 void rds_cong_map_updated(struct rds_cong_map *map, uint64_t portmask) in rds_cong_map_updated() argument256 if (portmask && !list_empty(&rds_cong_monitor)) { in rds_cong_map_updated()263 rs->rs_cong_notify |= (rs->rs_cong_mask & portmask); in rds_cong_map_updated()264 rs->rs_cong_mask &= ~portmask; in rds_cong_map_updated()
861 u32 val, portmask = BIT(udc->pd->port_no); in bcm63xx_select_phy_mode() local874 val |= (portmask << USBH_PRIV_UTMI_CTL_HOSTB_SHIFT); in bcm63xx_select_phy_mode()875 val |= (portmask << USBH_PRIV_UTMI_CTL_NODRIV_SHIFT); in bcm63xx_select_phy_mode()877 val &= ~(portmask << USBH_PRIV_UTMI_CTL_HOSTB_SHIFT); in bcm63xx_select_phy_mode()878 val &= ~(portmask << USBH_PRIV_UTMI_CTL_NODRIV_SHIFT); in bcm63xx_select_phy_mode()901 u32 val, portmask = BIT(udc->pd->port_no); in bcm63xx_select_pullup() local905 val &= ~(portmask << USBH_PRIV_UTMI_CTL_NODRIV_SHIFT); in bcm63xx_select_pullup()907 val |= (portmask << USBH_PRIV_UTMI_CTL_NODRIV_SHIFT); in bcm63xx_select_pullup()
124 static const u32 portmask[] = { IS_PORT_1, IS_PORT_2 }; variable2611 hw->intr_mask |= portmask[port]; in skge_up()2663 hw->intr_mask &= ~portmask[port]; in skge_down()