Searched refs:cfg_type (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/microblaze/pci/ |
D | indirect_pci.c | 27 u8 cfg_type = 0; in indirect_read_config() local 39 cfg_type = 1; in indirect_read_config() 51 (devfn << 8) | reg | cfg_type)); in indirect_read_config() 54 (devfn << 8) | reg | cfg_type)); in indirect_read_config() 81 u8 cfg_type = 0; in indirect_write_config() local 93 cfg_type = 1; in indirect_write_config() 105 (devfn << 8) | reg | cfg_type)); in indirect_write_config() 108 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | indirect_pci.c | 28 u8 cfg_type = 0; in __indirect_read_config() local 44 cfg_type = 1; in __indirect_read_config() 56 (devfn << 8) | reg | cfg_type)); in __indirect_read_config() 59 (devfn << 8) | reg | cfg_type)); in __indirect_read_config() 94 u8 cfg_type = 0; in indirect_write_config() local 110 cfg_type = 1; in indirect_write_config() 122 (devfn << 8) | reg | cfg_type)); in indirect_write_config() 125 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
|
/Linux-v4.19/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-v4.19/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-v4.19/sound/soc/qcom/qdsp6/ |
D | q6afe.c | 482 int cfg_type; member 1300 int ret, param_id = port->cfg_type; in q6afe_port_start() 1369 int cfg_type; in q6afe_port_get_from_id() local 1387 cfg_type = AFE_PARAM_ID_HDMI_CONFIG; in q6afe_port_get_from_id() 1403 cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG; in q6afe_port_get_from_id() 1414 cfg_type = AFE_PARAM_ID_I2S_CONFIG; in q6afe_port_get_from_id() 1417 cfg_type = AFE_PARAM_ID_TDM_CONFIG; in q6afe_port_get_from_id() 1434 port->cfg_type = cfg_type; in q6afe_port_get_from_id()
|
/Linux-v4.19/include/uapi/linux/ |
D | virtio_pci.h | 122 __u8 cfg_type; /* Identifies the structure. */ member
|
/Linux-v4.19/drivers/virtio/ |
D | virtio_pci_modern.c | 489 static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type, in virtio_pci_find_capability() argument 499 cfg_type), in virtio_pci_find_capability() 509 if (type == cfg_type) { in virtio_pci_find_capability() 531 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets()
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 3228 __le32 cfg_type; member
|