Searched refs:MISC_CONTROL (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/sound/pci/ | 
| D | als300.c | 68 #define MISC_CONTROL		0x8C  macro154 	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()
 605 	chip->revision = (snd_als300_gcr_read(chip->port, MISC_CONTROL) >> 16)  in snd_als300_init()
 618 	tmp = snd_als300_gcr_read(chip->port, MISC_CONTROL);  in snd_als300_init()
 619 	snd_als300_gcr_write(chip->port, MISC_CONTROL,  in snd_als300_init()
 
 | 
| /Linux-v5.4/drivers/crypto/qat/qat_common/ | 
| D | icp_qat_hal.h | 52 	MISC_CONTROL = 0x04,  enumerator
 | 
| D | qat_hal.c | 434 	misc_ctl = GET_GLB_CSR(handle, MISC_CONTROL);  in qat_hal_reset_timestamp()436 		SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl &  in qat_hal_reset_timestamp()
 444 	SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl | MC_TIMESTAMP_ENABLE);  in qat_hal_reset_timestamp()
 
 | 
| /Linux-v5.4/drivers/firewire/ | 
| D | nosy.h | 15 #define MISC_CONTROL                      0x40  macro
 | 
| D | nosy.c | 592 	reg_set_bits(lynx, MISC_CONTROL, MISC_CONTROL_SWRESET);  in add_card()
 |