| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | sc-mips.c | 122 unsigned int config2 = read_c0_config2(); in mips_sc_is_activated() local 137 if (config2 & (1 << 12)) in mips_sc_is_activated() 141 tmp = (config2 >> 4) & 0x0f; in mips_sc_is_activated() 186 unsigned int config1, config2; in mips_sc_probe() local 207 config2 = read_c0_config2(); in mips_sc_probe() 212 tmp = (config2 >> 8) & 0x0f; in mips_sc_probe() 218 tmp = (config2 >> 0) & 0x0f; in mips_sc_probe()
|
| H A D | c-r4k.c | 1512 unsigned int config2, lsize; in probe_vcache() local 1517 config2 = read_c0_config2(); in probe_vcache() 1518 if ((lsize = ((config2 >> 20) & 15))) in probe_vcache() 1523 c->vcache.sets = 64 << ((config2 >> 24) & 15); in probe_vcache() 1524 c->vcache.ways = 1 + ((config2 >> 16) & 15); in probe_vcache() 1615 unsigned int config2, lsize; in loongson3_sc_init() local 1617 config2 = read_c0_config2(); in loongson3_sc_init() 1618 lsize = (config2 >> 4) & 15; in loongson3_sc_init() 1623 c->scache.sets = 64 << ((config2 >> 8) & 15); in loongson3_sc_init() 1624 c->scache.ways = 1 + (config2 & 15); in loongson3_sc_init()
|
| /OK3568_Linux_fs/kernel/drivers/staging/iio/addac/ |
| H A D | adt7316.c | 185 u8 config2; member 327 if (chip->config2 & ADT7316_AD_SINGLE_CH_MODE) in adt7316_show_mode() 340 u8 config2; in adt7316_store_mode() local 343 config2 = chip->config2 & (~ADT7316_AD_SINGLE_CH_MODE); in adt7316_store_mode() 345 config2 |= ADT7316_AD_SINGLE_CH_MODE; in adt7316_store_mode() 347 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2); in adt7316_store_mode() 351 chip->config2 = config2; in adt7316_store_mode() 377 if (!(chip->config2 & ADT7316_AD_SINGLE_CH_MODE)) in adt7316_show_ad_channel() 380 switch (chip->config2 & ADT7516_AD_SINGLE_CH_MASK) { in adt7316_show_ad_channel() 415 u8 config2; in adt7316_store_ad_channel() local [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.h | 84 u16 config2; member 97 u16 config2; member 121 u32 config2; member 200 #define operation config2
|
| H A D | mxc_nand_spl.c | 32 while (!(readnfc(&nfc->config2) & NFC_V1_V2_CONFIG2_INT)) in nfc_wait_ready() 36 tmp = readnfc(&nfc->config2); in nfc_wait_ready() 38 writenfc(tmp, &nfc->config2); in nfc_wait_ready() 56 tmp = (readnfc(&nfc_ip->config2) & ~(NFC_V3_CONFIG2_SPAS_MASK | in nfc_nand_init() 75 writenfc(tmp, &nfc_ip->config2); in nfc_nand_init()
|
| H A D | mxc_nand.c | 120 tmp = readnfc(&host->regs->config2); 123 writenfc(tmp, &host->regs->config2); 364 uint32_t tmp = readnfc(&host->ip_regs->config2); 370 writenfc(tmp, &host->ip_regs->config2); 1278 tmp = readnfc(&host->ip_regs->config2); 1291 writenfc(tmp, &host->ip_regs->config2);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/seeq/ |
| H A D | ether3.c | 176 ether3_outw(priv(dev)->regs.config2 |= CFG2_CTRLO, REG_CONFIG2); in ether3_ledoff() 187 if (priv(dev)->regs.config2 & CFG2_CTRLO) in ether3_ledon() 188 ether3_outw(priv(dev)->regs.config2 &= ~CFG2_CTRLO, REG_CONFIG2); in ether3_ledon() 274 priv(dev)->regs.config2 = CFG2_CTRLO|CFG2_RECVCRC|CFG2_ERRENCRC; in ether3_init_2() 301 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2); in ether3_init_2() 337 priv(dev)->regs.config2 |= CFG2_CTRLO; in ether3_init_for_open() 345 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2); in ether3_init_for_open() 471 priv(dev)->regs.config2 |= CFG2_CTRLO; in ether3_timeout() 473 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2); in ether3_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 688 uint32_t config2; in mxc_nand_enable_hwecc_v3() local 693 config2 = readl(NFC_V3_CONFIG2); in mxc_nand_enable_hwecc_v3() 696 config2 |= NFC_V3_CONFIG2_ECC_EN; in mxc_nand_enable_hwecc_v3() 698 config2 &= ~NFC_V3_CONFIG2_ECC_EN; in mxc_nand_enable_hwecc_v3() 700 writel(config2, NFC_V3_CONFIG2); in mxc_nand_enable_hwecc_v3() 1270 uint32_t config2, config3; in preset_v3() local 1286 config2 = NFC_V3_CONFIG2_ONE_CYCLE | in preset_v3() 1296 config2 |= NFC_V3_CONFIG2_PS_2048; in preset_v3() 1297 config2 |= NFC_V3_CONFIG2_NUM_ADDR_PHASE1(addr_phases); in preset_v3() 1299 config2 |= NFC_V3_CONFIG2_PS_4096; in preset_v3() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | au1xmmc.c | 197 u32 config2; in SEND_STOP() local 202 config2 = __raw_readl(HOST_CONFIG2(host)); in SEND_STOP() 203 __raw_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host)); in SEND_STOP() 743 u32 config2; in au1xmmc_set_ios() local 756 config2 = __raw_readl(HOST_CONFIG2(host)); in au1xmmc_set_ios() 759 config2 |= SD_CONFIG2_BB; in au1xmmc_set_ios() 762 config2 &= ~SD_CONFIG2_BB; in au1xmmc_set_ios() 763 config2 |= SD_CONFIG2_WB; in au1xmmc_set_ios() 766 config2 &= ~(SD_CONFIG2_WB | SD_CONFIG2_BB); in au1xmmc_set_ios() 769 __raw_writel(config2, HOST_CONFIG2(host)); in au1xmmc_set_ios()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/ar934x/ |
| H A D | ddr.c | 26 u32 config2; member 96 writel(memcfg->config2, ddr_regs + AR71XX_DDR_REG_CONFIG2); in ar934x_ddr_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | rockchip_smccc.c | 56 unsigned long config2) in sip_smc_set_suspend_mode() argument 60 res = __invoke_sip_fn_smc(SIP_SUSPEND_MODE, ctrl, config1, config2); in sip_smc_set_suspend_mode()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | tegra124-apalis-emc.dtsi | 95 nvidia,emc-auto-cal-config2 = <0x00000000>; 192 nvidia,emc-auto-cal-config2 = <0x00000000>; 289 nvidia,emc-auto-cal-config2 = <0x00000000>; 386 nvidia,emc-auto-cal-config2 = <0x00000000>; 483 nvidia,emc-auto-cal-config2 = <0x00000000>; 580 nvidia,emc-auto-cal-config2 = <0x00000000>; 677 nvidia,emc-auto-cal-config2 = <0x00000000>; 774 nvidia,emc-auto-cal-config2 = <0x00000000>; 871 nvidia,emc-auto-cal-config2 = <0x00000000>; 968 nvidia,emc-auto-cal-config2 = <0x00000000>; [all …]
|
| H A D | tegra124-jetson-tk1-emc.dtsi | 90 nvidia,emc-auto-cal-config2 = <0x00000000>; 258 nvidia,emc-auto-cal-config2 = <0x00000000>; 426 nvidia,emc-auto-cal-config2 = <0x00000000>; 594 nvidia,emc-auto-cal-config2 = <0x00000000>; 762 nvidia,emc-auto-cal-config2 = <0x00000000>; 930 nvidia,emc-auto-cal-config2 = <0x00000000>; 1098 nvidia,emc-auto-cal-config2 = <0x00000000>; 1266 nvidia,emc-auto-cal-config2 = <0x00000000>; 1434 nvidia,emc-auto-cal-config2 = <0x00000000>; 1602 nvidia,emc-auto-cal-config2 = <0x00000000>; [all …]
|
| H A D | tegra124-nyan-blaze-emc.dtsi | 79 nvidia,emc-auto-cal-config2 = <0x00000000>; 247 nvidia,emc-auto-cal-config2 = <0x00000000>; 415 nvidia,emc-auto-cal-config2 = <0x00000000>; 583 nvidia,emc-auto-cal-config2 = <0x00000000>; 751 nvidia,emc-auto-cal-config2 = <0x00000000>; 919 nvidia,emc-auto-cal-config2 = <0x00000000>; 1087 nvidia,emc-auto-cal-config2 = <0x00000000>; 1255 nvidia,emc-auto-cal-config2 = <0x00000000>; 1423 nvidia,emc-auto-cal-config2 = <0x00000000>; 1591 nvidia,emc-auto-cal-config2 = <0x00000000>;
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init.c | 116 setbits_be32(&usb_phy->config2, in fsl_erratum_a006261_workaround() 120 out_be32(&usb_phy->config2, in_be32(&usb_phy->config2) | temp); in fsl_erratum_a006261_workaround() 123 out_be32(&usb_phy->config2, in_be32(&usb_phy->config2) | temp); in fsl_erratum_a006261_workaround()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | uncore_nhmex.c | 373 reg2->config = event->attr.config2; in nhmex_bbox_hw_config() 458 reg2->config = event->attr.config2; in nhmex_sbox_hw_config() 807 if (event->attr.config2 & NHMEX_M_PMON_MM_CFG_EN) in nhmex_mbox_hw_config() 808 reg2->config = event->attr.config2; in nhmex_mbox_hw_config() 1026 er->config2 == reg2->config)) { in nhmex_rbox_get_constraint() 1030 er->config2 = reg2->config; in nhmex_rbox_get_constraint() 1105 reg2->config = event->attr.config2; in nhmex_rbox_hw_config()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/attr/ |
| H A D | base-record | 38 config2=0
|
| H A D | base-stat | 38 config2=0
|
| H A D | system-wide-dummy | 47 config2=0
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | am53c974.c | 229 if (esp->config2 & ESP_CONFIG2_FENAB) in pci_esp_send_dma_cmd() 252 if (esp->config2 & ESP_CONFIG2_FENAB) in pci_esp_dma_length_limit() 421 esp->config2 |= ESP_CONFIG2_FENAB; in pci_esp_probe_one()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | cpu-probe.c | 490 unsigned int config2; in decode_config2() local 492 config2 = read_c0_config2(); in decode_config2() 494 if (config2 & MIPS_CONF2_SL) in decode_config2() 497 return config2 & MIPS_CONF_M; in decode_config2() 866 unsigned int config2; in decode_guest_config2() local 868 probe_gc0_config(config2, config2, MIPS_CONF_M); in decode_guest_config2() 870 if (config2 & MIPS_CONF_M) in decode_guest_config2() 872 return config2 & MIPS_CONF_M; in decode_guest_config2()
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qtchooser/ |
| H A D | qtchooser_git.bb | 25 install -m 0644 ${S}/tests/auto/qtchooser/testdata/config2/qtchooser/*.conf \
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_usb.h | 70 u32 config2; member
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | omap_gpmc.h | 36 u32 config2; /* 0x04 */ member
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | task_fd_query_user.c | 143 attr.config2 = offset; in test_nondebug_fs_kuprobe_common() 146 attr.config2 = addr; in test_nondebug_fs_kuprobe_common()
|