Searched refs:cfg_type (Results 1 – 12 of 12) sorted by relevance
/drivers/pci/controller/ |
D | pci-thunder-ecam.c | 134 int cfg_type; in thunder_ecam_config_read() local 146 cfg_type = (v >> 16) & 0x7f; in thunder_ecam_config_read() 160 if (cfg_type) in thunder_ecam_config_read() 170 if (cfg_type == 0 && in thunder_ecam_config_read() 193 if (cfg_type == 0) { in thunder_ecam_config_read() 262 } else if (cfg_type == 1) { in thunder_ecam_config_read()
|
/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.c | 293 enum pincfg_type cfg_type; in samsung_pin_dbg_show() local 297 for (cfg_type = 0; cfg_type < PINCFG_TYPE_NUM; cfg_type++) { in samsung_pin_dbg_show() 298 config = PINCFG_PACK(cfg_type, 0); in samsung_pin_dbg_show() 303 seq_printf(s, " %s(0x%lx)", reg_names[cfg_type], in samsung_pin_dbg_show() 438 enum pincfg_type cfg_type = PINCFG_UNPACK_TYPE(*config); in samsung_pinconf_rw() local 448 if (cfg_type >= PINCFG_TYPE_NUM || !type->fld_width[cfg_type]) in samsung_pinconf_rw() 451 width = type->fld_width[cfg_type]; in samsung_pinconf_rw() 452 cfg_reg = type->reg_offset[cfg_type]; in samsung_pinconf_rw() 468 *config = PINCFG_PACK(cfg_type, data); in samsung_pinconf_rw()
|
/drivers/virtio/ |
D | virtio_pci_modern_dev.c | 113 static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type, in virtio_pci_find_capability() argument 123 cfg_type), in virtio_pci_find_capability() 133 if (type == cfg_type) { in virtio_pci_find_capability() 155 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets()
|
D | virtio_pci_modern.c | 301 cfg_type), &type); in virtio_pci_find_shm_cap()
|
/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.h | 73 u8 cfg_type:2; member
|
/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1287 u32 cfg_type; member 2240 config.cfg_type = cfg_name; \ 2251 config.cfg_type = cfg_name; \
|
/drivers/vdpa/ifcvf/ |
D | ifcvf_base.c | 125 switch (cap.cfg_type) { in ifcvf_init_hw()
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.h | 914 u8 cfg_type; member
|
D | rvu_nix.c | 2746 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 2252 vtag_req->cfg_type = 0; in otx2_do_set_vf_vlan() 2324 vtag_req->cfg_type = 0; /* tx vlan cfg */ in otx2_do_set_vf_vlan()
|
D | otx2_flows.c | 1385 req->cfg_type = 1; /* rx vlan cfg */ in otx2_enable_rxvlan()
|
/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 3303 __le32 cfg_type; member
|