Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/microblaze/pci/
Dindirect_pci.c23 u8 cfg_type = 0; in indirect_read_config() local
35 cfg_type = 1; in indirect_read_config()
47 (devfn << 8) | reg | cfg_type)); in indirect_read_config()
50 (devfn << 8) | reg | cfg_type)); in indirect_read_config()
77 u8 cfg_type = 0; in indirect_write_config() local
89 cfg_type = 1; in indirect_write_config()
101 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
104 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
Dindirect_pci.c24 u8 cfg_type = 0; in __indirect_read_config() local
40 cfg_type = 1; in __indirect_read_config()
52 (devfn << 8) | reg | cfg_type)); in __indirect_read_config()
55 (devfn << 8) | reg | cfg_type)); in __indirect_read_config()
90 u8 cfg_type = 0; in indirect_write_config() local
106 cfg_type = 1; in indirect_write_config()
118 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
121 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-thunder-ecam.c134 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()
/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
Dpinctrl-samsung.c293 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()
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
Dq6afe.c546 int cfg_type; member
1485 int ret, param_id = port->cfg_type; in q6afe_port_start()
1554 int cfg_type; in q6afe_port_get_from_id() local
1573 cfg_type = AFE_PARAM_ID_HDMI_CONFIG; in q6afe_port_get_from_id()
1589 cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG; in q6afe_port_get_from_id()
1600 cfg_type = AFE_PARAM_ID_I2S_CONFIG; in q6afe_port_get_from_id()
1603 cfg_type = AFE_PARAM_ID_TDM_CONFIG; in q6afe_port_get_from_id()
1606 cfg_type = AFE_PARAM_ID_CODEC_DMA_CONFIG; in q6afe_port_get_from_id()
1622 port->cfg_type = cfg_type; in q6afe_port_get_from_id()
/kernel/linux/linux-5.10/drivers/virtio/
Dvirtio_pci_modern.c459 cfg_type), &type); in virtio_pci_find_shm_cap()
583 static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type, in virtio_pci_find_capability() argument
593 cfg_type), in virtio_pci_find_capability()
603 if (type == cfg_type) { in virtio_pci_find_capability()
625 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvirtio_pci.h38 __u8 cfg_type; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dvirtio_pci.h124 __u8 cfg_type; /* Identifies the structure. */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvirtio_pci.h52 __u8 cfg_type; member
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h73 u8 cfg_type:2; member
Dr819xU_cmdpkt.c282 rx_query_cfg.cfg_type = (pmsg[4] & 0x60) >> 5; in cmpk_handle_query_config_rx()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1287 u32 cfg_type; member
2240 config.cfg_type = cfg_name; \
2251 config.cfg_type = cfg_name; \
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/
Difcvf_base.c125 switch (cap.cfg_type) { in ifcvf_init_hw()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h582 u8 cfg_type; member
Drvu_nix.c1956 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dwmi.h3303 __le32 cfg_type; member