Searched refs:ST2 (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/arch/tile/lib/ |
H A D | memcpy_user_64.c | 56 #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 D | memcpy_64.c | 42 #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 D | isabelle.c | 318 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 D | ak8975.c | 222 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 D | hd64570.h | 51 #define ST2 0x04 /* Status 2 */ macro
|
H A D | c101.c | 239 sca_in(MSCI1_OFFSET + ST2, port), c101_ioctl()
|
H A D | hd64570.c | 604 sca_in(get_msci(port) + ST2, card), sca_dump_rings()
|
H A D | hd64572.c | 552 sca_in(get_msci(port) + ST2, card), sca_dump_rings()
|
H A D | hd64572.h | 78 #define ST2 0x11a /* Status reg 2 */ macro
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 350 #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