Searched refs:cfg_type (Results 1 – 17 of 17) sorted by relevance
| /drivers/pci/controller/ |
| A D | pci-thunder-ecam.c | 131 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 D | pinctrl-samsung.c | 290 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 D | virtio_pci_modern_dev.c | 114 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 D | virtio_pci_modern.c | 793 cfg_type), &type); in virtio_pci_find_shm_cap()
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_rep.c | 205 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 D | mbox.h | 1071 u8 cfg_type; member
|
| A D | rvu_nix.c | 3149 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
|
| /drivers/vdpa/octeon_ep/ |
| A D | octep_vdpa_hw.c | 473 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 D | drx_driver.h | 1286 u32 cfg_type; member 2238 config.cfg_type = cfg_name; \ 2249 config.cfg_type = cfg_name; \
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice.h | 945 enum ice_xdp_cfg cfg_type); 946 int ice_destroy_xdp_rings(struct ice_vsi *vsi, enum ice_xdp_cfg cfg_type);
|
| A D | ice_main.c | 2777 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 D | phy_be.c | 109 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 D | phy.c | 1192 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 D | ifcvf_base.c | 129 switch (cap.cfg_type) { in ifcvf_init_hw()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_pf.c | 2608 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 D | otx2_flows.c | 1488 req->cfg_type = 1; /* rx vlan cfg */ in otx2_enable_rxvlan()
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | wmi.h | 3303 __le32 cfg_type; member
|
Completed in 130 milliseconds