Searched refs:MISC_CONTROL (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
D | als300.c | 68 #define MISC_CONTROL 0x8C macro 154 u32 tmp = snd_als300_gcr_read(chip->port, MISC_CONTROL); in snd_als300_set_irq_flag() 164 snd_als300_gcr_write(chip->port, MISC_CONTROL, tmp); in snd_als300_set_irq_flag() 585 chip->revision = (snd_als300_gcr_read(chip->port, MISC_CONTROL) >> 16) in snd_als300_init() 598 tmp = snd_als300_gcr_read(chip->port, MISC_CONTROL); in snd_als300_init() 599 snd_als300_gcr_write(chip->port, MISC_CONTROL, in snd_als300_init()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | icp_qat_hal.h | 8 MISC_CONTROL = 0x04, enumerator
|
D | qat_hal.c | 391 misc_ctl = GET_GLB_CSR(handle, MISC_CONTROL); in qat_hal_reset_timestamp() 393 SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl & in qat_hal_reset_timestamp() 401 SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl | MC_TIMESTAMP_ENABLE); in qat_hal_reset_timestamp()
|
/kernel/linux/linux-5.10/drivers/firewire/ |
D | nosy.h | 15 #define MISC_CONTROL 0x40 macro
|
D | nosy.c | 597 reg_set_bits(lynx, MISC_CONTROL, MISC_CONTROL_SWRESET); in add_card()
|