Searched refs:cfg_type (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/microblaze/pci/ |
| D | indirect_pci.c | 23 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()
|
| /Linux-v5.4/arch/powerpc/sysdev/ |
| D | indirect_pci.c | 24 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()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/drivers/pinctrl/samsung/ |
| D | pinctrl-samsung.c | 292 enum pincfg_type cfg_type; in samsung_pin_dbg_show() local 296 for (cfg_type = 0; cfg_type < PINCFG_TYPE_NUM; cfg_type++) { in samsung_pin_dbg_show() 297 config = PINCFG_PACK(cfg_type, 0); in samsung_pin_dbg_show() 302 seq_printf(s, " %s(0x%lx)", reg_names[cfg_type], in samsung_pin_dbg_show() 437 enum pincfg_type cfg_type = PINCFG_UNPACK_TYPE(*config); in samsung_pinconf_rw() local 447 if (cfg_type >= PINCFG_TYPE_NUM || !type->fld_width[cfg_type]) in samsung_pinconf_rw() 450 width = type->fld_width[cfg_type]; in samsung_pinconf_rw() 451 cfg_reg = type->reg_offset[cfg_type]; in samsung_pinconf_rw() 467 *config = PINCFG_PACK(cfg_type, data); in samsung_pinconf_rw()
|
| /Linux-v5.4/sound/soc/qcom/qdsp6/ |
| D | q6afe.c | 483 int cfg_type; member 1303 int ret, param_id = port->cfg_type; in q6afe_port_start() 1372 int cfg_type; in q6afe_port_get_from_id() local 1391 cfg_type = AFE_PARAM_ID_HDMI_CONFIG; in q6afe_port_get_from_id() 1407 cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG; in q6afe_port_get_from_id() 1418 cfg_type = AFE_PARAM_ID_I2S_CONFIG; in q6afe_port_get_from_id() 1421 cfg_type = AFE_PARAM_ID_TDM_CONFIG; in q6afe_port_get_from_id() 1438 port->cfg_type = cfg_type; in q6afe_port_get_from_id()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | virtio_pci.h | 122 __u8 cfg_type; /* Identifies the structure. */ member
|
| /Linux-v5.4/drivers/virtio/ |
| D | virtio_pci_modern.c | 486 static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type, in virtio_pci_find_capability() argument 496 cfg_type), in virtio_pci_find_capability() 506 if (type == cfg_type) { in virtio_pci_find_capability() 528 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets()
|
| /Linux-v5.4/drivers/staging/rtl8192u/ |
| D | r819xU_cmdpkt.h | 73 u8 cfg_type:2; member
|
| D | r819xU_cmdpkt.c | 281 rx_query_cfg.cfg_type = (pmsg[4] & 0x60) >> 5; in cmpk_handle_query_config_rx()
|
| /Linux-v5.4/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; \
|
| /Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | mbox.h | 546 u8 cfg_type; member
|
| D | rvu_nix.c | 1610 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
|
| /Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
| D | wmi.h | 3311 __le32 cfg_type; member
|