/linux-4.1.27/arch/tile/lib/ |
H A D | memcpy_user_64.c | 55 #define ST1(p, v) _ST((p), st1, (v)) macro 66 #define ST1 ST macro 77 #define ST1(p, v) _ST((p), st1, (v)) macro
|
H A D | memcpy_64.c | 41 #define ST1 ST macro 71 ST1(dst1++, LD1(src1++)); memcpy() 91 ST1(dst1++, LD1(src1++)); memcpy() 332 ST1((uint8_t *)dst1, final); memcpy() 351 ST1((uint8_t *)dst1, final >> 8); memcpy() 358 #undef ST1 macro
|
/linux-4.1.27/drivers/net/wan/ |
H A D | c101.c | 133 u8 stat = sca_in(MSCI0_OFFSET + ST1, port); /* read MSCI ST1 status */ sca_msci_intr() 136 sca_out(stat & (ST1_UDRN | ST1_CDCD), MSCI0_OFFSET + ST1, port); sca_msci_intr() 144 stat = sca_in(MSCI1_OFFSET + ST1, port); /* read MSCI1 ST1 status */ sca_msci_intr() 146 sca_out(stat & ST1_CDCD, MSCI1_OFFSET + ST1, port); sca_msci_intr() 238 sca_in(MSCI1_OFFSET + ST1, port), c101_ioctl()
|
H A D | hd64570.c | 226 u8 stat = sca_in(msci + ST1, card); /* read MSCI ST1 status */ sca_msci_intr() 229 sca_out(stat & (ST1_UDRN | ST1_CDCD), msci + ST1, card); sca_msci_intr() 603 sca_in(get_msci(port) + ST1, card), sca_dump_rings()
|
H A D | hd64572.c | 194 if (sca_in(msci + ST1, card) & ST1_CDCD) { sca_msci_intr() 196 sca_out(ST1_CDCD, msci + ST1, card); sca_msci_intr() 551 sca_in(get_msci(port) + ST1, card), sca_dump_rings()
|
H A D | hd64570.h | 50 #define ST1 0x03 /* Status 1 */ macro
|
H A D | hd64572.h | 77 #define ST1 0x119 /* Status reg 1 */ macro
|
/linux-4.1.27/drivers/iio/magnetometer/ |
H A D | ak8975.c | 221 ST1, enumerator in enum:ak_ctrl_reg_addr 555 ret = i2c_smbus_read_byte_data(client, data->def->ctrl_regs[ST1]); wait_conversion_complete_gpio() 557 dev_err(&client->dev, "Error in reading ST1\n"); wait_conversion_complete_gpio() 573 data->def->ctrl_regs[ST1]); wait_conversion_complete_polled() 575 dev_err(&client->dev, "Error in reading ST1\n"); wait_conversion_complete_polled()
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | isabelle.c | 313 SOC_DAPM_SINGLE("ST1 Playback Switch", ISABELLE_RX_INPUT_CFG_REG, 7, 1, 0), 323 SOC_DAPM_SINGLE("ST1 Playback Switch", ISABELLE_RX_INPUT_CFG_REG, 3, 1, 0), 333 SOC_DAPM_SINGLE("ST1 Playback Switch", ISABELLE_RX_INPUT_CFG2_REG, 7, 1, 0), 687 { "RX1 Mixer", "ST1 Playback Switch", "Sidetone Audio PGA" }, 689 { "RX1 Mixer", "ST1 Playback Switch", "Sidetone Voice PGA" }, 697 { "RX3 Mixer", "ST1 Playback Switch", "Sidetone Voice PGA" }, 703 { "RX5 Mixer", "ST1 Playback Switch", "Sidetone Voice PGA" },
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-cs.c | 324 PCMCIA_DEVICE_PROD_ID12("SEAGATE", "ST1", 0x87c1b330, 0xe1f30883),
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 349 #define ST1 (reply_buffer[1]) macro 1369 } else if (ST1 & ST1_CRC) { print_errors() 1372 } else if ((ST1 & (ST1_MAM | ST1_ND)) || print_errors() 1385 ST0, ST1, ST2); print_errors() 1411 if (ST1 & ST1_EOC) interpret_errors() 1414 if (ST1 & ST1_WP) { interpret_errors() 1419 } else if (ST1 & ST1_ND) { interpret_errors() 1421 } else if (ST1 & ST1_OR) { interpret_errors() 1522 if (DRS->track >= 0 && DRS->track != ST1 && !blind_seek) { seek_interrupt() 1530 DRS->track = ST1; seek_interrupt() 1656 DRS->track = ST1; recal_interrupt() 2292 if (ST1 & ST1_EOC) rw_interrupt()
|
/linux-4.1.27/drivers/ata/ |
H A D | pata_pcmcia.c | 360 PCMCIA_DEVICE_PROD_ID12("SEAGATE", "ST1", 0x87c1b330, 0xe1f30883),
|