Searched refs:portmask (Results 1 – 5 of 5) sorted by relevance
24 u32 portmask; member137 (prule->portmask << 3) | (prule->result << 13), in sdram_set_rule()173 prule->portmask = (data >> 3) & 0x3FF; in sdram_get_rule()199 rule.portmask = 0x3FF; in sdram_set_protection_config()229 debug(" portmask %x\n", rule.portmask); in sdram_dump_protection_config()
253 void rds_cong_map_updated(struct rds_cong_map *map, uint64_t portmask) in rds_cong_map_updated() argument264 if (portmask && !list_empty(&rds_cong_monitor)) { in rds_cong_map_updated()271 rs->rs_cong_notify |= (rs->rs_cong_mask & portmask); in rds_cong_map_updated()272 rs->rs_cong_mask &= ~portmask; in rds_cong_map_updated()
873 u32 val, portmask = BIT(udc->pd->port_no); in bcm63xx_select_phy_mode() local886 val |= (portmask << USBH_PRIV_UTMI_CTL_HOSTB_SHIFT); in bcm63xx_select_phy_mode()887 val |= (portmask << USBH_PRIV_UTMI_CTL_NODRIV_SHIFT); in bcm63xx_select_phy_mode()889 val &= ~(portmask << USBH_PRIV_UTMI_CTL_HOSTB_SHIFT); in bcm63xx_select_phy_mode()890 val &= ~(portmask << USBH_PRIV_UTMI_CTL_NODRIV_SHIFT); in bcm63xx_select_phy_mode()913 u32 val, portmask = BIT(udc->pd->port_no); in bcm63xx_select_pullup() local917 val &= ~(portmask << USBH_PRIV_UTMI_CTL_NODRIV_SHIFT); in bcm63xx_select_pullup()919 val |= (portmask << USBH_PRIV_UTMI_CTL_NODRIV_SHIFT); in bcm63xx_select_pullup()
1134 int portmask, portstate; in lan9303_port_stp_state_set() local1160 portmask = 0x3 << (port * 2); in lan9303_port_stp_state_set()1163 chip->swe_port_state = (chip->swe_port_state & ~portmask) | portstate; in lan9303_port_stp_state_set()
112 static const u32 portmask[] = { IS_PORT_1, IS_PORT_2 }; variable2612 hw->intr_mask |= portmask[port]; in skge_up()2665 hw->intr_mask &= ~portmask[port]; in skge_down()