Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 17 of 17) sorted by relevance

/drivers/pci/controller/
A Dpci-thunder-ecam.c131 int cfg_type; in thunder_ecam_config_read() local
141 cfg_type = (v >> 16) & 0x7f; in thunder_ecam_config_read()
153 if (cfg_type) in thunder_ecam_config_read()
163 if (cfg_type == 0 && in thunder_ecam_config_read()
184 if (cfg_type == 0) { in thunder_ecam_config_read()
251 } else if (cfg_type == 1) { in thunder_ecam_config_read()
/drivers/pinctrl/samsung/
A Dpinctrl-samsung.c290 enum pincfg_type cfg_type; in samsung_pin_dbg_show() local
294 for (cfg_type = 0; cfg_type < PINCFG_TYPE_NUM; cfg_type++) { in samsung_pin_dbg_show()
295 config = PINCFG_PACK(cfg_type, 0); in samsung_pin_dbg_show()
300 seq_printf(s, " %s(0x%lx)", reg_names[cfg_type], in samsung_pin_dbg_show()
444 enum pincfg_type cfg_type = PINCFG_UNPACK_TYPE(*config); in samsung_pinconf_rw() local
454 if (cfg_type >= PINCFG_TYPE_NUM || !type->fld_width[cfg_type]) in samsung_pinconf_rw()
457 width = type->fld_width[cfg_type]; in samsung_pinconf_rw()
458 cfg_reg = type->reg_offset[cfg_type]; in samsung_pinconf_rw()
480 *config = PINCFG_PACK(cfg_type, data); in samsung_pinconf_rw()
/drivers/virtio/
A Dvirtio_pci_modern_dev.c114 static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type, in virtio_pci_find_capability() argument
124 cfg_type), in virtio_pci_find_capability()
134 if (type == cfg_type) { in virtio_pci_find_capability()
156 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets()
A Dvirtio_pci_modern.c793 cfg_type), &type); in virtio_pci_find_shm_cap()
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_rep.c205 req.cfg_type = 0; /* tx vlan cfg */ in rvu_rep_tx_vlan_cfg()
226 req.cfg_type = 1; /* rx vlan cfg */ in rvu_rep_rx_vlan_cfg()
A Dmbox.h1071 u8 cfg_type; member
A Drvu_nix.c3149 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
/drivers/vdpa/octeon_ep/
A Doctep_vdpa_hw.c473 pos, cap.cfg_type, cap.bar, cap.offset, cap.length); in octep_hw_caps_read()
475 switch (cap.cfg_type) { in octep_hw_caps_read()
/drivers/media/dvb-frontends/drx39xyj/
A Ddrx_driver.h1286 u32 cfg_type; member
2238 config.cfg_type = cfg_name; \
2249 config.cfg_type = cfg_name; \
/drivers/net/ethernet/intel/ice/
A Dice.h945 enum ice_xdp_cfg cfg_type);
946 int ice_destroy_xdp_rings(struct ice_vsi *vsi, enum ice_xdp_cfg cfg_type);
A Dice_main.c2777 enum ice_xdp_cfg cfg_type) in ice_prepare_xdp_rings() argument
2815 if (cfg_type == ICE_XDP_CFG_PART) in ice_prepare_xdp_rings()
2878 int ice_destroy_xdp_rings(struct ice_vsi *vsi, enum ice_xdp_cfg cfg_type) in ice_destroy_xdp_rings() argument
2887 if (cfg_type == ICE_XDP_CFG_PART) in ice_destroy_xdp_rings()
2918 if (cfg_type == ICE_XDP_CFG_PART) in ice_destroy_xdp_rings()
/drivers/net/wireless/realtek/rtw89/
A Dphy_be.c109 u8 cfg_type; member
247 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain_be()
268 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain_be()
A Dphy.c1192 u8 cfg_type; member
1399 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain_ax()
1420 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain_ax()
/drivers/vdpa/ifcvf/
A Difcvf_base.c129 switch (cap.cfg_type) { in ifcvf_init_hw()
/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_pf.c2608 vtag_req->cfg_type = 0; in otx2_do_set_vf_vlan()
2680 vtag_req->cfg_type = 0; /* tx vlan cfg */ in otx2_do_set_vf_vlan()
A Dotx2_flows.c1488 req->cfg_type = 1; /* rx vlan cfg */ in otx2_enable_rxvlan()
/drivers/net/wireless/ath/wil6210/
A Dwmi.h3303 __le32 cfg_type; member

Completed in 130 milliseconds