Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 143) sorted by relevance

123456

/drivers/net/ethernet/aquantia/atlantic/
Daq_filters.c76 if (rule->aq_fsp.location == fsp->location) in aq_rule_already_exists()
92 if (fsp->location < AQ_RX_FIRST_LOC_FL3L4 || in aq_check_approve_fl3l4()
93 fsp->location > AQ_RX_LAST_LOC_FL3L4) { in aq_check_approve_fl3l4()
111 fsp->location != AQ_RX_FIRST_LOC_FL3L4 + 4 && in aq_check_approve_fl3l4()
112 fsp->location != AQ_RX_FIRST_LOC_FL3L4) { in aq_check_approve_fl3l4()
127 if (fsp->location < AQ_RX_FIRST_LOC_FETHERT || in aq_check_approve_fl2()
128 fsp->location > AQ_RX_LAST_LOC_FETHERT) { in aq_check_approve_fl2()
151 if (fsp->location < AQ_RX_FIRST_LOC_FVLANID || in aq_check_approve_fvlan()
152 fsp->location > AQ_RX_LAST_LOC_FVLANID) { in aq_check_approve_fvlan()
264 } else if (fsp->location > AQ_RX_MAX_RXNFC_LOC) { in aq_rule_is_not_correct()
[all …]
/drivers/staging/gasket/
Dgasket_core.h580 ulong location) in gasket_dev_read_64() argument
582 return readq_relaxed(&gasket_dev->bar_data[bar].virt_base[location]); in gasket_dev_read_64()
586 int bar, ulong location) in gasket_dev_write_64() argument
588 writeq_relaxed(value, &dev->bar_data[bar].virt_base[location]); in gasket_dev_write_64()
592 int bar, ulong location) in gasket_dev_write_32() argument
594 writel_relaxed(value, &dev->bar_data[bar].virt_base[location]); in gasket_dev_write_32()
598 ulong location) in gasket_dev_read_32() argument
600 return readl_relaxed(&dev->bar_data[bar].virt_base[location]); in gasket_dev_read_32()
604 ulong location, u64 value, in gasket_read_modify_write_64() argument
609 tmp = gasket_dev_read_64(dev, bar, location); in gasket_read_modify_write_64()
[all …]
/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c1011 u8 location = data->location; in hw_atl_b0_hw_fl3l4_clear() local
1014 hw_atl_rpfl3l4_cmd_clear(self, location); in hw_atl_b0_hw_fl3l4_clear()
1015 hw_atl_rpf_l4_spd_set(self, 0U, location); in hw_atl_b0_hw_fl3l4_clear()
1016 hw_atl_rpf_l4_dpd_set(self, 0U, location); in hw_atl_b0_hw_fl3l4_clear()
1017 hw_atl_rpfl3l4_ipv4_src_addr_clear(self, location); in hw_atl_b0_hw_fl3l4_clear()
1018 hw_atl_rpfl3l4_ipv4_dest_addr_clear(self, location); in hw_atl_b0_hw_fl3l4_clear()
1023 hw_atl_rpfl3l4_cmd_clear(self, location + i); in hw_atl_b0_hw_fl3l4_clear()
1024 hw_atl_rpf_l4_spd_set(self, 0U, location + i); in hw_atl_b0_hw_fl3l4_clear()
1025 hw_atl_rpf_l4_dpd_set(self, 0U, location + i); in hw_atl_b0_hw_fl3l4_clear()
1027 hw_atl_rpfl3l4_ipv6_src_addr_clear(self, location); in hw_atl_b0_hw_fl3l4_clear()
[all …]
Dhw_atl_llh.c1537 void hw_atl_rpfl3l4_ipv4_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_ipv4_dest_addr_clear() argument
1539 aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_DSTA_ADR(location), 0U); in hw_atl_rpfl3l4_ipv4_dest_addr_clear()
1542 void hw_atl_rpfl3l4_ipv4_src_addr_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_ipv4_src_addr_clear() argument
1544 aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_SRCA_ADR(location), 0U); in hw_atl_rpfl3l4_ipv4_src_addr_clear()
1547 void hw_atl_rpfl3l4_cmd_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_cmd_clear() argument
1549 aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_REG_CTRL_ADR(location), 0U); in hw_atl_rpfl3l4_cmd_clear()
1552 void hw_atl_rpfl3l4_ipv6_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_ipv6_dest_addr_clear() argument
1558 HW_ATL_RPF_L3_DSTA_ADR(location + i), in hw_atl_rpfl3l4_ipv6_dest_addr_clear()
1562 void hw_atl_rpfl3l4_ipv6_src_addr_clear(struct aq_hw_s *aq_hw, u8 location) in hw_atl_rpfl3l4_ipv6_src_addr_clear() argument
1568 HW_ATL_RPF_L3_SRCA_ADR(location + i), in hw_atl_rpfl3l4_ipv6_src_addr_clear()
[all …]
Dhw_atl_llh.h722 void hw_atl_rpfl3l4_ipv4_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location);
725 void hw_atl_rpfl3l4_ipv4_src_addr_clear(struct aq_hw_s *aq_hw, u8 location);
728 void hw_atl_rpfl3l4_cmd_clear(struct aq_hw_s *aq_hw, u8 location);
731 void hw_atl_rpfl3l4_ipv6_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location);
734 void hw_atl_rpfl3l4_ipv6_src_addr_clear(struct aq_hw_s *aq_hw, u8 location);
737 void hw_atl_rpfl3l4_ipv4_dest_addr_set(struct aq_hw_s *aq_hw, u8 location,
741 void hw_atl_rpfl3l4_ipv4_src_addr_set(struct aq_hw_s *aq_hw, u8 location,
745 void hw_atl_rpfl3l4_cmd_set(struct aq_hw_s *aq_hw, u8 location, u32 cmd);
748 void hw_atl_rpfl3l4_ipv6_src_addr_set(struct aq_hw_s *aq_hw, u8 location,
752 void hw_atl_rpfl3l4_ipv6_dest_addr_set(struct aq_hw_s *aq_hw, u8 location,
Dhw_atl_utils.h247 u8 location; member
254 u8 location; member
262 u8 location; member
295 #define HW_ATL_GET_REG_LOCATION_FL3L4(location) \ argument
296 ((location) - AQ_RX_FIRST_LOC_FL3L4)
Dhw_atl_llh_internal.h2539 #define HW_ATL_RPF_L3_REG_CTRL_ADR(location) (0x00005380 + (location) * 0x4) argument
2548 #define HW_ATL_RPF_L3_SRCA_ADR(location) (0x000053B0 + (location) * 0x4) argument
2567 #define HW_ATL_RPF_L3_DSTA_ADR(location) (0x000053B0 + (location) * 0x4) argument
/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c378 if (iter->flow_spec.location > rule->flow_spec.location) in add_rule_to_list()
465 int location) in find_ethtool_rule() argument
470 if (iter->flow_spec.location == location) in find_ethtool_rule()
477 int location) in get_ethtool_rule() argument
481 eth_rule = find_ethtool_rule(priv, location); in get_ethtool_rule()
610 if (fs->location >= MAX_NUM_OF_ETHTOOL_RULES) in validate_flow()
686 eth_rule = get_ethtool_rule(priv, fs->location); in mlx5e_ethtool_flow_replace()
715 mlx5e_ethtool_flow_remove(struct mlx5e_priv *priv, int location) in mlx5e_ethtool_flow_remove() argument
720 if (location >= MAX_NUM_OF_ETHTOOL_RULES) in mlx5e_ethtool_flow_remove()
723 eth_rule = find_ethtool_rule(priv, location); in mlx5e_ethtool_flow_remove()
[all …]
/drivers/edac/
Dedac_mc.c127 dimm->location[i]); in edac_dimm_info_location()
150 char location[80]; in edac_mc_dump_dimm() local
152 edac_dimm_info_location(dimm, location, sizeof(location)); in edac_mc_dump_dimm()
156 number, location, dimm->csrow, dimm->cschannel); in edac_mc_dump_dimm()
456 dimm->location[j] = pos[j]; in edac_mc_alloc()
962 const char *location, in edac_ce_error() argument
982 location, detail, other_detail); in edac_ce_error()
987 location, detail); in edac_ce_error()
1016 const char *location, in edac_ue_error() argument
1032 location, detail, other_detail); in edac_ue_error()
[all …]
Di82860_edac.c123 dimm->location[0], dimm->location[1], -1, in i82860_process_error_info()
128 dimm->location[0], dimm->location[1], -1, in i82860_process_error_info()
Dedac_mc_sysfs.c564 dimm->location[0], in dimmdev_ce_count_show()
565 dimm->location[1], in dimmdev_ce_count_show()
566 dimm->location[2]); in dimmdev_ce_count_show()
581 dimm->location[0], in dimmdev_ue_count_show()
582 dimm->location[1], in dimmdev_ue_count_show()
583 dimm->location[2]); in dimmdev_ue_count_show()
661 char location[80]; in edac_create_dimm_object() local
663 edac_dimm_info_location(dimm, location, sizeof(location)); in edac_create_dimm_object()
665 dev_name(&dimm->dev), location); in edac_create_dimm_object()
/drivers/net/wireless/realtek/rtw88/
Dfw.c390 u8 location = 0; in rtw_get_rsvd_page_location() local
394 location = rsvd_pkt->page; in rtw_get_rsvd_page_location()
397 return location; in rtw_get_rsvd_page_location()
403 u8 location = 0; in rtw_send_rsvd_page_h2c() local
407 location = rtw_get_rsvd_page_location(rtwdev, RSVD_PROBE_RESP); in rtw_send_rsvd_page_h2c()
408 *(h2c_pkt + 1) = location; in rtw_send_rsvd_page_h2c()
409 rtw_dbg(rtwdev, RTW_DBG_FW, "RSVD_PROBE_RESP loc: %d\n", location); in rtw_send_rsvd_page_h2c()
411 location = rtw_get_rsvd_page_location(rtwdev, RSVD_PS_POLL); in rtw_send_rsvd_page_h2c()
412 *(h2c_pkt + 2) = location; in rtw_send_rsvd_page_h2c()
413 rtw_dbg(rtwdev, RTW_DBG_FW, "RSVD_PS_POLL loc: %d\n", location); in rtw_send_rsvd_page_h2c()
[all …]
/drivers/i2c/busses/
Di2c-efm32.c117 u8 location; member
311 u32 location, frequency; in efm32_i2c_probe() local
370 ret = of_property_read_u32(np, "energymicro,location", &location); in efm32_i2c_probe()
374 ret = of_property_read_u32(np, "efm32,location", &location); in efm32_i2c_probe()
377 dev_dbg(&pdev->dev, "using location %u\n", location); in efm32_i2c_probe()
380 location = efm32_i2c_get_configured_location(ddata); in efm32_i2c_probe()
382 dev_info(&pdev->dev, "fall back to location %u\n", location); in efm32_i2c_probe()
385 ddata->location = location; in efm32_i2c_probe()
417 REG_ROUTE_LOCATION(ddata->location)); in efm32_i2c_probe()
/drivers/net/dsa/
Dbcm_sf2_cfp.c364 if (fs->location == RX_CLS_LOC_ANY) in bcm_sf2_cfp_ipv4_rule_set()
368 rule_index = fs->location; in bcm_sf2_cfp_ipv4_rule_set()
460 fs->location = rule_index; in bcm_sf2_cfp_ipv4_rule_set()
543 int port, u32 location) in bcm_sf2_cfp_rule_find() argument
548 if (rule->port == port && rule->fs.location == location) in bcm_sf2_cfp_rule_find()
645 if (fs->location == RX_CLS_LOC_ANY) in bcm_sf2_cfp_ipv6_rule_set()
649 rule_index[1] = fs->location; in bcm_sf2_cfp_ipv6_rule_set()
809 fs->location = rule_index[1]; in bcm_sf2_cfp_ipv6_rule_set()
885 if (fs->location != RX_CLS_LOC_ANY && fs->location >= CFP_NUM_RULES) in bcm_sf2_cfp_rule_set()
888 if (fs->location != RX_CLS_LOC_ANY && in bcm_sf2_cfp_rule_set()
[all …]
/drivers/spi/
Dspi-efm32.c291 u32 location; in efm32_spi_probe_dt() local
294 ret = of_property_read_u32(np, "energymicro,location", &location); in efm32_spi_probe_dt()
298 ret = of_property_read_u32(np, "efm32,location", &location); in efm32_spi_probe_dt()
302 ret = of_property_read_u32(np, "location", &location); in efm32_spi_probe_dt()
305 dev_dbg(&pdev->dev, "using location %u\n", location); in efm32_spi_probe_dt()
308 location = efm32_spi_get_configured_location(ddata); in efm32_spi_probe_dt()
310 dev_info(&pdev->dev, "fall back to location %u\n", location); in efm32_spi_probe_dt()
313 ddata->pdata.location = location; in efm32_spi_probe_dt()
425 REG_ROUTE_LOCATION(ddata->pdata.location), REG_ROUTE); in efm32_spi_probe()
/drivers/net/ethernet/dec/tulip/
Dmedia.c47 int tulip_mdio_read(struct net_device *dev, int phy_id, int location) in tulip_mdio_read() argument
51 int read_cmd = (0xf6 << 10) | ((phy_id & 0x1f) << 5) | location; in tulip_mdio_read()
57 if (location & ~0x1f) in tulip_mdio_read()
61 if (comet_miireg2offset[location]) in tulip_mdio_read()
62 return ioread32(ioaddr + comet_miireg2offset[location]); in tulip_mdio_read()
68 iowrite32(0x60020000 + (phy_id<<23) + (location<<18), ioaddr + 0xA0); in tulip_mdio_read()
109 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) in tulip_mdio_write() argument
113 int cmd = (0x5002 << 16) | ((phy_id & 0x1f) << 23) | (location<<18) | (val & 0xffff); in tulip_mdio_write()
118 if (location & ~0x1f) in tulip_mdio_write()
122 if (comet_miireg2offset[location]) in tulip_mdio_write()
[all …]
/drivers/usb/core/
Dport.c24 return sprintf(buf, "0x%08x\n", port_dev->location); in location_show()
26 static DEVICE_ATTR_RO(location);
328 if (left->location && left->location == right->location) in link_peers()
458 if (peer && peer->location == port_dev->location) { in match_location()
485 if (port_dev->location) { in find_and_link_peer()
521 if (peer && peer->location == 0) in find_and_link_peer()
/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c566 fs->location, &rule_cfg, &fs_act); in do_cls_rule()
593 int location) in update_cls_rule() argument
602 if (location >= dpaa2_eth_fs_count(priv)) in update_cls_rule()
605 rule = &priv->cls_rules[location]; in update_cls_rule()
657 if (rxnfc->fs.location >= max_rules) in dpaa2_eth_get_rxnfc()
659 rxnfc->fs.location = array_index_nospec(rxnfc->fs.location, in dpaa2_eth_get_rxnfc()
661 if (!priv->cls_rules[rxnfc->fs.location].in_use) in dpaa2_eth_get_rxnfc()
663 rxnfc->fs = priv->cls_rules[rxnfc->fs.location].fs; in dpaa2_eth_get_rxnfc()
695 err = update_cls_rule(net_dev, &rxnfc->fs, rxnfc->fs.location); in dpaa2_eth_set_rxnfc()
698 err = update_cls_rule(net_dev, NULL, rxnfc->fs.location); in dpaa2_eth_set_rxnfc()
/drivers/net/ethernet/freescale/fs_enet/
Dmii-fec.c52 static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) in fs_enet_fec_mii_read() argument
61 out_be32(&fecp->fec_mii_data, (phy_id << 23) | mk_mii_read(location)); in fs_enet_fec_mii_read()
75 static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) in fs_enet_fec_mii_write() argument
85 out_be32(&fecp->fec_mii_data, (phy_id << 23) | mk_mii_write(location, val)); in fs_enet_fec_mii_write()
/drivers/block/
Dswim.c169 enum drive_location location; /* internal or external drive */ member
307 enum drive_location location) in swim_drive() argument
309 if (location == INTERNAL_DRIVE) { in swim_drive()
312 } else if (location == EXTERNAL_DRIVE) { in swim_drive()
445 swim_drive(base, fs->location); in floppy_eject()
502 swim_drive(base, fs->location); in floppy_read_sectors()
625 swim_drive(base, fs->location); in floppy_open()
743 swim_drive(base, fs->location); in floppy_revalidate()
778 static int swim_add_floppy(struct swim_priv *swd, enum drive_location location) in swim_add_floppy() argument
783 fs->location = location; in swim_add_floppy()
[all …]
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_blit.c178 ssize_t location; \
184 location = size - spill + diff_offs - 1; \
185 return round_down(location, granularity); \
198 location = size - to_copy + diff_offs - sizeof(_type); \
199 if (location < 0 || granularity == sizeof(_type)) \
200 return location; \
/drivers/tty/serial/
Defm32-uart.c305 UARTn_ROUTE_LOCATION(efm_port->pdata.location) | in efm32_uart_startup()
668 u32 location; in efm32_uart_probe_dt() local
674 ret = of_property_read_u32(np, "energymicro,location", &location); in efm32_uart_probe_dt()
678 ret = of_property_read_u32(np, "efm32,location", &location); in efm32_uart_probe_dt()
682 ret = of_property_read_u32(np, "location", &location); in efm32_uart_probe_dt()
685 if (location > 5) { in efm32_uart_probe_dt()
689 efm_debug(efm_port, "using location %u\n", location); in efm32_uart_probe_dt()
690 efm_port->pdata.location = location; in efm32_uart_probe_dt()
/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c380 return enetc_set_fs_entry(si, &rfse, fs->location); in enetc_set_cls_entry()
406 if (rxnfc->fs.location >= priv->si->num_fs_entries) in enetc_get_rxnfc()
410 rxnfc->fs = priv->cls_rules[rxnfc->fs.location].fs; in enetc_get_rxnfc()
441 if (rxnfc->fs.location >= priv->si->num_fs_entries) in enetc_set_rxnfc()
451 priv->cls_rules[rxnfc->fs.location].fs = rxnfc->fs; in enetc_set_rxnfc()
452 priv->cls_rules[rxnfc->fs.location].used = 1; in enetc_set_rxnfc()
455 if (rxnfc->fs.location >= priv->si->num_fs_entries) in enetc_set_rxnfc()
461 priv->cls_rules[rxnfc->fs.location].used = 0; in enetc_set_rxnfc()
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddcb.c111 return (outp->extdev << 8) | (outp->location << 4) | outp->type; in dcb_outp_hasht()
130 outp->location = (conn & 0x00300000) >> 20; in dcb_outp_parse()
182 if (outp->location != 0) in dcb_outp_parse()
/drivers/video/console/
Dmdacon.c149 static inline void mda_set_cursor(unsigned int location) in mda_set_cursor() argument
151 if (mda_cursor_loc == location) in mda_set_cursor()
154 write_mda_w(location >> 1, 0x0e); in mda_set_cursor()
156 mda_cursor_loc = location; in mda_set_cursor()

123456