/drivers/pinctrl/renesas/ |
D | Makefile | 53 CFLAGS_pfc-sh7203.o += -I$(srctree)/arch/sh/include/cpu-sh2a 54 CFLAGS_pfc-sh7264.o += -I$(srctree)/arch/sh/include/cpu-sh2a 55 CFLAGS_pfc-sh7269.o += -I$(srctree)/arch/sh/include/cpu-sh2a 56 CFLAGS_pfc-sh7720.o += -I$(srctree)/arch/sh/include/cpu-sh3 57 CFLAGS_pfc-sh7722.o += -I$(srctree)/arch/sh/include/cpu-sh4 58 CFLAGS_pfc-sh7723.o += -I$(srctree)/arch/sh/include/cpu-sh4 59 CFLAGS_pfc-sh7724.o += -I$(srctree)/arch/sh/include/cpu-sh4 60 CFLAGS_pfc-sh7734.o += -I$(srctree)/arch/sh/include/cpu-sh4 61 CFLAGS_pfc-sh7757.o += -I$(srctree)/arch/sh/include/cpu-sh4 62 CFLAGS_pfc-sh7785.o += -I$(srctree)/arch/sh/include/cpu-sh4 [all …]
|
/drivers/net/ethernet/sfc/falcon/ |
D | nic.c | 180 #define REGISTER(name, arch, min_rev, max_rev) { \ argument 181 arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 182 REGISTER_REVISION_ ## arch ## min_rev, \ 183 REGISTER_REVISION_ ## arch ## max_rev \ 305 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument 307 REGISTER_REVISION_ ## arch ## min_rev, \ 308 REGISTER_REVISION_ ## arch ## max_rev, \ 311 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ argument 313 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 314 arch, min_rev, max_rev, \ [all …]
|
/drivers/net/ethernet/sfc/ |
D | nic.c | 187 #define REGISTER(name, arch, min_rev, max_rev) { \ argument 188 arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 189 REGISTER_REVISION_ ## arch ## min_rev, \ 190 REGISTER_REVISION_ ## arch ## max_rev \ 316 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument 318 REGISTER_REVISION_ ## arch ## min_rev, \ 319 REGISTER_REVISION_ ## arch ## max_rev, \ 322 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ argument 324 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 325 arch, min_rev, max_rev, \ [all …]
|
/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 48 my $arch = shift; 50 { $arch =~ s/\"//g; 51 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any"); 53 ".machine $arch";
|
/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 226 gisa = kvm->arch.gisa_int.origin; in vfio_ap_irq_enable() 288 if (!(vcpu->arch.sie_block->eca & ECA_AIV)) in handle_pqap() 294 if (!vcpu->kvm->arch.crypto.pqap_hook) in handle_pqap() 296 matrix_mdev = container_of(vcpu->kvm->arch.crypto.pqap_hook, in handle_pqap() 1080 if (kvm->arch.crypto.crycbd) { in vfio_ap_mdev_set_kvm() 1081 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm() 1082 kvm->arch.crypto.pqap_hook = &matrix_mdev->pqap_hook; in vfio_ap_mdev_set_kvm() 1083 up_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm() 1156 if (kvm && kvm->arch.crypto.crycbd) { in vfio_ap_mdev_unset_kvm() 1157 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_unset_kvm() [all …]
|
/drivers/pinctrl/ |
D | pinctrl-microchip-sgpio.c | 55 int arch; member 86 .arch = SGPIO_ARCH_LUTON, 91 .arch = SGPIO_ARCH_OCELOT, 96 .arch = SGPIO_ARCH_SPARX5, 171 switch (priv->properties->arch) { in sgpio_configure_bitstream() 197 switch (priv->properties->arch) { in sgpio_configure_clock() 224 switch (priv->properties->arch) { in sgpio_output_set() 252 switch (priv->properties->arch) { in sgpio_output_get()
|
/drivers/s390/char/ |
D | zcore.c | 275 unsigned char arch; in zcore_init() local 307 rc = memcpy_hsa_kernel(&arch, __LC_AR_MODE_ID, 1); in zcore_init() 311 if (arch == ARCH_S390) { in zcore_init()
|
/drivers/hwtracing/coresight/ |
D | coresight-etm4x.h | 688 #define ETM_ARCH_MAJOR_VERSION(arch) (((arch) >> 4) & 0xfU) argument 689 #define ETM_ARCH_MINOR_VERSION(arch) ((arch) & 0xfU) argument 933 u8 arch; member 1004 return drvdata->arch >= ETM_ARCH_ETE; in etm4x_is_ete()
|
D | coresight-etm3x-core.c | 718 static bool etm_arch_supported(u8 arch) in etm_arch_supported() argument 720 switch (arch) { in etm_arch_supported() 763 drvdata->arch = BMVAL(etmidr, 4, 11); in etm_init_arch_data() 867 if (etm_arch_supported(drvdata->arch) == false) in etm_probe()
|
D | coresight-etm4x-core.c | 978 drvdata->arch = etm_devarch_to_arch(devarch); in etm4_init_sysreg_access() 1000 drvdata->arch = etm_devarch_to_arch(devarch); in etm4_init_iomem_access() 1195 if ((drvdata->arch < ETM_ARCH_V4_3) || (drvdata->nr_resource > 0)) in etm4_init_arch_data() 1971 if (!drvdata->arch) in etm4_probe() 1979 major = ETM_ARCH_MAJOR_VERSION(drvdata->arch); in etm4_probe() 1980 minor = ETM_ARCH_MINOR_VERSION(drvdata->arch); in etm4_probe()
|
D | coresight-etm.h | 239 u8 arch; member
|
/drivers/staging/octeon/ |
D | TODO | 7 arch/mips/cavium-octeon.
|
/drivers/staging/android/ |
D | TODO | 4 - add proper arch dependencies as needed
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1535 unsigned int max_naddr = adapter->params.arch.mps_tcam_size; in t4vf_alloc_mac_filt() 1619 unsigned int max_naddr = adapter->params.arch.mps_tcam_size; in t4vf_free_mac_filt() 1698 unsigned int max_mac_addr = adapter->params.arch.mps_tcam_size; in t4vf_change_mac() 2162 adapter->params.arch.sge_fl_db = DBPRIO_F; in t4vf_prep_adapter() 2163 adapter->params.arch.mps_tcam_size = in t4vf_prep_adapter() 2170 adapter->params.arch.sge_fl_db = DBPRIO_F | DBTYPE_F; in t4vf_prep_adapter() 2171 adapter->params.arch.mps_tcam_size = in t4vf_prep_adapter() 2178 adapter->params.arch.sge_fl_db = 0; in t4vf_prep_adapter() 2179 adapter->params.arch.mps_tcam_size = in t4vf_prep_adapter()
|
/drivers/staging/vt6655/ |
D | TODO | 13 - verify unsigned long usage for x86-64 arch
|
/drivers/virt/nitro_enclaves/ |
D | Kconfig | 9 # the NE kernel driver can be built for aarch64 arch.
|
/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 1227 u32 arch = 0; in nvidia_get_arch() local 1237 arch = NV_ARCH_10; in nvidia_get_arch() 1242 arch = NV_ARCH_20; in nvidia_get_arch() 1249 arch = NV_ARCH_30; in nvidia_get_arch() 1264 arch = NV_ARCH_40; in nvidia_get_arch() 1267 arch = NV_ARCH_04; in nvidia_get_arch() 1273 return arch; in nvidia_get_arch()
|
/drivers/staging/nvec/ |
D | README | 13 [1] e.g. https://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=tree;f=arch/arm/mach-tegra/nvec;hb=a…
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 5630 int nchan = adap->params.arch.nchan; in t4_tp_get_err_stats() 5663 int nchan = adap->params.arch.nchan; in t4_tp_get_cpl_stats() 5914 if (adap->params.arch.nchan == NCHAN) { in t4_get_chan_txrate() 5922 if (adap->params.arch.nchan == NCHAN) { in t4_get_chan_txrate() 6052 for (i = 0; i < adap->params.arch.pm_stats_cnt; i++) { in t4_pmtx_get_stats() 6079 for (i = 0; i < adap->params.arch.pm_stats_cnt; i++) { in t4_pmrx_get_stats() 7979 unsigned int max_naddr = adap->params.arch.mps_tcam_size; in t4_alloc_mac_filt() 8144 unsigned int max_mac_addr = adap->params.arch.mps_tcam_size; in t4_change_mac() 9136 adapter->params.arch.sge_fl_db = DBPRIO_F; in t4_prep_adapter() 9137 adapter->params.arch.mps_tcam_size = in t4_prep_adapter() [all …]
|
/drivers/soc/versatile/ |
D | soc-integrator.c | 73 static DEVICE_ATTR_RO(arch);
|
/drivers/net/ethernet/smsc/ |
D | Kconfig | 109 If the arch enables this, it allows the arch to implement various
|
/drivers/ras/ |
D | Kconfig | 34 source "arch/x86/ras/Kconfig"
|
/drivers/video/fbdev/riva/ |
D | fbdev.c | 1856 u32 arch = 0; in riva_get_arch() local 1866 arch = NV_ARCH_10; in riva_get_arch() 1871 arch = NV_ARCH_20; in riva_get_arch() 1878 arch = NV_ARCH_30; in riva_get_arch() 1881 arch = NV_ARCH_04; in riva_get_arch() 1884 arch = NV_ARCH_03; in riva_get_arch() 1889 return arch; in riva_get_arch()
|
/drivers/staging/pi433/Documentation/devicetree/ |
D | pi433.txt | 58 arch/arm/boot/dts/overlays and you need to add the file to the list of files
|
/drivers/usb/dwc2/ |
D | params.c | 375 bool dma_capable = !(hw->arch == GHWCFG2_SLAVE_ONLY_ARCH); in dwc2_set_default_params() 669 bool dma_capable = !(hw->arch == GHWCFG2_SLAVE_ONLY_ARCH); in dwc2_check_params() 813 hw->arch = (hwcfg2 & GHWCFG2_ARCHITECTURE_MASK) >> in dwc2_get_hwparams()
|