Searched refs:ST2 (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/tile/lib/
H A Dmemcpy_user_64.c56 #define ST2(p, v) _ST((p), st2, (v)) macro
67 #define ST2 ST macro
78 #define ST2(p, v) _ST((p), st2, (v)) macro
H A Dmemcpy_64.c42 #define ST2 ST macro
326 ST2((uint16_t *)dst1, final); memcpy()
343 ST2((uint16_t *)dst1, final >> 16); memcpy()
359 #undef ST2 macro
/linux-4.1.27/sound/soc/codecs/
H A Disabelle.c318 SOC_DAPM_SINGLE("ST2 Playback Switch", ISABELLE_RX_INPUT_CFG_REG, 5, 1, 0),
328 SOC_DAPM_SINGLE("ST2 Playback Switch", ISABELLE_RX_INPUT_CFG_REG, 1, 1, 0),
338 SOC_DAPM_SINGLE("ST2 Playback Switch", ISABELLE_RX_INPUT_CFG2_REG, 5, 1, 0),
692 { "RX2 Mixer", "ST2 Playback Switch", "Sidetone Audio PGA" },
694 { "RX2 Mixer", "ST2 Playback Switch", "Sidetone Voice PGA" },
700 { "RX4 Mixer", "ST2 Playback Switch", "Sidetone Voice PGA" },
706 { "RX6 Mixer", "ST2 Playback Switch", "Sidetone Voice PGA" },
/linux-4.1.27/drivers/iio/magnetometer/
H A Dak8975.c222 ST2, enumerator in enum:ak_ctrl_reg_addr
635 data->def->ctrl_regs[ST2]); ak8975_read_axis()
637 dev_err(&client->dev, "Error in reading ST2\n"); ak8975_read_axis()
642 dev_err(&client->dev, "ST2 status error 0x%x\n", ret); ak8975_read_axis()
/linux-4.1.27/drivers/net/wan/
H A Dhd64570.h51 #define ST2 0x04 /* Status 2 */ macro
H A Dc101.c239 sca_in(MSCI1_OFFSET + ST2, port), c101_ioctl()
H A Dhd64570.c604 sca_in(get_msci(port) + ST2, card), sca_dump_rings()
H A Dhd64572.c552 sca_in(get_msci(port) + ST2, card), sca_dump_rings()
H A Dhd64572.h78 #define ST2 0x11a /* Status reg 2 */ macro
/linux-4.1.27/drivers/block/
H A Dfloppy.c350 #define ST2 (reply_buffer[2]) macro
1366 } else if (ST2 & ST2_CRC) { print_errors()
1373 (ST2 & ST2_MAM)) { print_errors()
1379 } else if (ST2 & ST2_WC) { /* seek error */ print_errors()
1381 } else if (ST2 & ST2_BC) { /* cylinder marked as bad */ print_errors()
1385 ST0, ST1, ST2); print_errors()
1428 if (ST2 & ST2_WC || ST2 & ST2_BC) interpret_errors()

Completed in 780 milliseconds