Searched refs:MISC_CONTROL (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/sound/pci/ |
H A D | als300.c | 81 #define MISC_CONTROL 0x8C macro 167 u32 tmp = snd_als300_gcr_read(chip->port, MISC_CONTROL); snd_als300_set_irq_flag() 177 snd_als300_gcr_write(chip->port, MISC_CONTROL, tmp); snd_als300_set_irq_flag() 618 chip->revision = (snd_als300_gcr_read(chip->port, MISC_CONTROL) >> 16) snd_als300_init() 631 tmp = snd_als300_gcr_read(chip->port, MISC_CONTROL); snd_als300_init() 632 snd_als300_gcr_write(chip->port, MISC_CONTROL, snd_als300_init()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_hal.h | 52 MISC_CONTROL = 0x04, enumerator in enum:hal_global_csr
|
H A D | qat_hal.c | 422 misc_ctl = GET_GLB_CSR(handle, MISC_CONTROL); qat_hal_reset_timestamp() 424 SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl & qat_hal_reset_timestamp() 434 SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl | MC_TIMESTAMP_ENABLE); qat_hal_reset_timestamp()
|
/linux-4.4.14/drivers/firewire/ |
H A D | nosy.h | 14 #define MISC_CONTROL 0x40 macro
|
H A D | nosy.c | 596 reg_set_bits(lynx, MISC_CONTROL, MISC_CONTROL_SWRESET); add_card()
|
/linux-4.4.14/include/linux/ |
H A D | sm501.h | 32 * Modify the SM501's MISC_CONTROL register
|
/linux-4.4.14/drivers/mfd/ |
H A D | sm501.c | 271 dev_dbg(sm->dev, "MISC_CONTROL %08lx\n", misc); sm501_misc_control()
|
Completed in 293 milliseconds