cfg_type           23 arch/microblaze/pci/indirect_pci.c 	u8 cfg_type = 0;
cfg_type           35 arch/microblaze/pci/indirect_pci.c 			cfg_type = 1;
cfg_type           47 arch/microblaze/pci/indirect_pci.c 			 (devfn << 8) | reg | cfg_type));
cfg_type           50 arch/microblaze/pci/indirect_pci.c 			 (devfn << 8) | reg | cfg_type));
cfg_type           77 arch/microblaze/pci/indirect_pci.c 	u8 cfg_type = 0;
cfg_type           89 arch/microblaze/pci/indirect_pci.c 			cfg_type = 1;
cfg_type          101 arch/microblaze/pci/indirect_pci.c 			 (devfn << 8) | reg | cfg_type));
cfg_type          104 arch/microblaze/pci/indirect_pci.c 			 (devfn << 8) | reg | cfg_type));
cfg_type           24 arch/powerpc/sysdev/indirect_pci.c 	u8 cfg_type = 0;
cfg_type           40 arch/powerpc/sysdev/indirect_pci.c 			cfg_type = 1;
cfg_type           52 arch/powerpc/sysdev/indirect_pci.c 			 (devfn << 8) | reg | cfg_type));
cfg_type           55 arch/powerpc/sysdev/indirect_pci.c 			 (devfn << 8) | reg | cfg_type));
cfg_type           90 arch/powerpc/sysdev/indirect_pci.c 	u8 cfg_type = 0;
cfg_type          106 arch/powerpc/sysdev/indirect_pci.c 			cfg_type = 1;
cfg_type          118 arch/powerpc/sysdev/indirect_pci.c 			 (devfn << 8) | reg | cfg_type));
cfg_type          121 arch/powerpc/sysdev/indirect_pci.c 			 (devfn << 8) | reg | cfg_type));
cfg_type         1287 drivers/media/dvb-frontends/drx39xyj/drx_driver.h 		u32 cfg_type;
cfg_type         2240 drivers/media/dvb-frontends/drx39xyj/drx_driver.h 		config.cfg_type = cfg_name;                                \
cfg_type         2251 drivers/media/dvb-frontends/drx39xyj/drx_driver.h 		config.cfg_type = cfg_name;                                 \
cfg_type          546 drivers/net/ethernet/marvell/octeontx2/af/mbox.h 	u8 cfg_type;
cfg_type         1610 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (req->cfg_type) {
cfg_type         3311 drivers/net/wireless/ath/wil6210/wmi.h 	__le32 cfg_type;
cfg_type          134 drivers/pci/controller/pci-thunder-ecam.c 	int cfg_type;
cfg_type          146 drivers/pci/controller/pci-thunder-ecam.c 	cfg_type = (v >> 16) & 0x7f;
cfg_type          160 drivers/pci/controller/pci-thunder-ecam.c 		if (cfg_type)
cfg_type          170 drivers/pci/controller/pci-thunder-ecam.c 	if (cfg_type == 0 &&
cfg_type          193 drivers/pci/controller/pci-thunder-ecam.c 	if (cfg_type == 0) {
cfg_type          262 drivers/pci/controller/pci-thunder-ecam.c 	} else if (cfg_type == 1) {
cfg_type          293 drivers/pinctrl/samsung/pinctrl-samsung.c 	enum pincfg_type cfg_type;
cfg_type          297 drivers/pinctrl/samsung/pinctrl-samsung.c 	for (cfg_type = 0; cfg_type < PINCFG_TYPE_NUM; cfg_type++) {
cfg_type          298 drivers/pinctrl/samsung/pinctrl-samsung.c 		config = PINCFG_PACK(cfg_type, 0);
cfg_type          303 drivers/pinctrl/samsung/pinctrl-samsung.c 		seq_printf(s, " %s(0x%lx)", reg_names[cfg_type],
cfg_type          438 drivers/pinctrl/samsung/pinctrl-samsung.c 	enum pincfg_type cfg_type = PINCFG_UNPACK_TYPE(*config);
cfg_type          448 drivers/pinctrl/samsung/pinctrl-samsung.c 	if (cfg_type >= PINCFG_TYPE_NUM || !type->fld_width[cfg_type])
cfg_type          451 drivers/pinctrl/samsung/pinctrl-samsung.c 	width = type->fld_width[cfg_type];
cfg_type          452 drivers/pinctrl/samsung/pinctrl-samsung.c 	cfg_reg = type->reg_offset[cfg_type];
cfg_type          468 drivers/pinctrl/samsung/pinctrl-samsung.c 		*config = PINCFG_PACK(cfg_type, data);
cfg_type          281 drivers/staging/rtl8192u/r819xU_cmdpkt.c 	rx_query_cfg.cfg_type		= (pmsg[4] & 0x60) >> 5;
cfg_type           73 drivers/staging/rtl8192u/r819xU_cmdpkt.h 	u8	cfg_type:2;
cfg_type          486 drivers/virtio/virtio_pci_modern.c static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type,
cfg_type          496 drivers/virtio/virtio_pci_modern.c 							 cfg_type),
cfg_type          506 drivers/virtio/virtio_pci_modern.c 		if (type == cfg_type) {
cfg_type          528 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_cap, cfg_type));
cfg_type          122 include/uapi/linux/virtio_pci.h 	__u8 cfg_type;		/* Identifies the structure. */
cfg_type          483 sound/soc/qcom/qdsp6/q6afe.c 	int cfg_type;
cfg_type         1303 sound/soc/qcom/qdsp6/q6afe.c 	int ret, param_id = port->cfg_type;
cfg_type         1372 sound/soc/qcom/qdsp6/q6afe.c 	int cfg_type;
cfg_type         1391 sound/soc/qcom/qdsp6/q6afe.c 		cfg_type = AFE_PARAM_ID_HDMI_CONFIG;
cfg_type         1407 sound/soc/qcom/qdsp6/q6afe.c 		cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG;
cfg_type         1418 sound/soc/qcom/qdsp6/q6afe.c 		cfg_type = AFE_PARAM_ID_I2S_CONFIG;
cfg_type         1421 sound/soc/qcom/qdsp6/q6afe.c 		cfg_type = AFE_PARAM_ID_TDM_CONFIG;
cfg_type         1438 sound/soc/qcom/qdsp6/q6afe.c 	port->cfg_type = cfg_type;