Searched defs:config2 (Results 1 - 16 of 16) sorted by relevance

/drivers/mmc/host/
H A Dcb710-mmc.c620 u32 status, config1, config2, irqen; local
624 config2 = cb710_read_port_32(slot, CB710_MMC_CONFIGB_PORT);
629 status, irqen, config2, config1); local
H A Dau1xmmc.c195 u32 config2; local
200 config2 = au_readl(HOST_CONFIG2(host));
201 au_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host));
757 u32 config2; local
770 config2 = au_readl(HOST_CONFIG2(host));
773 config2 |= SD_CONFIG2_BB;
776 config2 &= ~SD_CONFIG2_BB;
777 config2 |= SD_CONFIG2_WB;
780 config2 &= ~(SD_CONFIG2_WB | SD_CONFIG2_BB);
783 au_writel(config2, HOST_CONFIG
[all...]
/drivers/hwmon/
H A Dlm95245.c125 u8 config1, config2; member in struct:lm95245_data
309 data->config2 & CFG2_REMOTE_TT ? "1\n" : "2\n");
327 data->config2 |= CFG2_REMOTE_TT;
329 data->config2 &= ~CFG2_REMOTE_TT;
334 data->config2);
448 data->config2 = i2c_smbus_read_byte_data(client,
H A Dadm1026.c297 u8 config2; /* Register value */ member in struct:adm1026_data
368 data->config2 = adm1026_read_value(client, ADM1026_REG_CONFIG2);
467 if (data->config2 & (1 << i)) {
511 data->config2 |= 1 << gpio_output[i];
520 data->config2 |= 1 << gpio_input[i];
538 data->config2 &= ~(1 << gpio_fan[i]);
542 adm1026_write_value(client, ADM1026_REG_CONFIG2, data->config2);
686 data->config2 = adm1026_read_value(client,
H A Dadt7475.c1261 u8 config2, config3; local
1329 config2 = adt7475_read(REG_CONFIG2);
1330 if (config2 & CONFIG2_ATTN) {
H A Dlm90.c1128 int man_id, chip_id, config1, config2, convrate; local
1142 config2 = i2c_smbus_read_byte_data(client, LM90_REG_R_CONFIG2);
1143 if (config2 < 0)
1146 config2 = 0; /* Make compiler happy */
1151 && (config2 & 0xF8) == 0x00
1283 && (config2 & 0xF8) == 0x00) {
1298 && (config2 & 0xFE) == 0x00
H A Ddme1737.c236 u8 config2; member in struct:dme1737_data
986 /* check config2 for non-standard temp-to-zone mapping */
987 if ((ix == 1) && (data->config2 & 0x02))
2272 data->config2 = dme1737_read(data, DME1737_REG_CONFIG2);
2274 if (data->config2 & 0x04)
/drivers/net/ethernet/seeq/
H A Dether3.h162 unsigned int config2; member in struct:dev_priv::__anon2905
/drivers/scsi/
H A Dmac53c94.h37 unsigned char config2; member in struct:mac53c94_regs
184 * Bits in config2 register.
H A Desp_scsi.h467 u8 config2; member in struct:esp
/drivers/mtd/nand/
H A Dmxc_nand.c332 * complete by checking the INT bit of config2 register.
860 uint32_t config2, config3; local
877 config2 = NFC_V3_CONFIG2_ONE_CYCLE |
885 config2 |= NFC_V3_CONFIG2_ECC_EN;
890 config2 |= NFC_V3_CONFIG2_PS_2048;
891 config2 |= NFC_V3_CONFIG2_NUM_ADDR_PHASE1(addr_phases);
893 config2 |= NFC_V3_CONFIG2_PS_4096;
894 config2 |= NFC_V3_CONFIG2_NUM_ADDR_PHASE1(addr_phases);
896 config2 |= NFC_V3_CONFIG2_PS_512;
897 config2 |
[all...]
/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2713 u32 config2; local
2730 config2 = REG_RD(ep->hba, BNX2_MQ_CONFIG2);
2731 first_l4l5 = config2 & BNX2_MQ_CONFIG2_FIRST_L4L5;
2732 ctx_sz = (config2 & BNX2_MQ_CONFIG2_CONT_SZ) >> 3;
/drivers/staging/iio/addac/
H A Dadt7316.c99 * ADT7316 config2
183 u8 config2; member in struct:adt7316_chip_info
326 if (chip->config2 & ADT7316_AD_SINGLE_CH_MODE)
339 u8 config2; local
342 config2 = chip->config2 & (~ADT7316_AD_SINGLE_CH_MODE);
344 config2 |= ADT7316_AD_SINGLE_CH_MODE;
346 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
350 chip->config2 = config2;
414 u8 config2; local
494 u8 config2; local
533 u8 config2; local
562 u8 config2; local
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c11659 u32 ext_phy_config, phy_type, config2; local
11727 config2 = REG_RD(bp, shmem_base + offsetof(struct shmem_region,
11728 dev_info.shared_hw_config.config2));
11734 if (config2 & SHARED_HW_CFG_MDC_MDIO_ACCESS1_MASK)
11735 mdc_mdio_access = config2 &
11747 if (config2 & SHARED_HW_CFG_MDC_MDIO_ACCESS2_MASK)
11748 mdc_mdio_access = (config2 &
H A Dbnx2x_hsi.h195 u32 config2; /* 0x118 */ member in struct:shared_hw_cfg
/drivers/net/ethernet/broadcom/
H A Dbnx2.h6646 u32 config2; member in struct:flash_spec

Completed in 826 milliseconds