Searched refs:MISC_CONTROL (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/sound/pci/ |
D | als300.c | 81 #define MISC_CONTROL 0x8C macro 167 u32 tmp = snd_als300_gcr_read(chip->port, MISC_CONTROL); in snd_als300_set_irq_flag() 177 snd_als300_gcr_write(chip->port, MISC_CONTROL, tmp); in snd_als300_set_irq_flag() 618 chip->revision = (snd_als300_gcr_read(chip->port, MISC_CONTROL) >> 16) in snd_als300_init() 631 tmp = snd_als300_gcr_read(chip->port, MISC_CONTROL); in snd_als300_init() 632 snd_als300_gcr_write(chip->port, MISC_CONTROL, in snd_als300_init()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | icp_qat_hal.h | 52 MISC_CONTROL = 0x04, enumerator
|
D | qat_hal.c | 422 misc_ctl = GET_GLB_CSR(handle, MISC_CONTROL); in qat_hal_reset_timestamp() 424 SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl & in qat_hal_reset_timestamp() 434 SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl | MC_TIMESTAMP_ENABLE); in qat_hal_reset_timestamp()
|
/linux-4.1.27/drivers/firewire/ |
D | nosy.h | 14 #define MISC_CONTROL 0x40 macro
|
D | nosy.c | 596 reg_set_bits(lynx, MISC_CONTROL, MISC_CONTROL_SWRESET); in add_card()
|