Searched refs:REG_RESET (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | lgs8gl5.c | 20 #define REG_RESET 0x02 macro 160 val = lgs8gl5_read_reg(state, REG_RESET); in lgs8gl5_soft_reset() 161 lgs8gl5_write_reg(state, REG_RESET, val & ~REG_RESET_OFF); in lgs8gl5_soft_reset() 162 lgs8gl5_write_reg(state, REG_RESET, val | REG_RESET_OFF); in lgs8gl5_soft_reset() 387 if (lgs8gl5_read_reg(state, REG_RESET) < 0) in lgs8gl5_attach()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | lgs8gl5.c | 20 #define REG_RESET 0x02 macro 160 val = lgs8gl5_read_reg(state, REG_RESET); in lgs8gl5_soft_reset() 161 lgs8gl5_write_reg(state, REG_RESET, val & ~REG_RESET_OFF); in lgs8gl5_soft_reset() 162 lgs8gl5_write_reg(state, REG_RESET, val | REG_RESET_OFF); in lgs8gl5_soft_reset() 387 if (lgs8gl5_read_reg(state, REG_RESET) < 0) in lgs8gl5_attach()
|
/kernel/linux/linux-5.10/arch/mips/loongson2ef/lemote-2f/ |
H A D | reset.c | 80 ec_write(REG_RESET, BIT_RESET_ON); in ml2f_reboot()
|
H A D | ec_kb3310b.h | 139 #define REG_RESET 0xF4EC macro
|
/kernel/linux/linux-6.6/arch/mips/loongson2ef/lemote-2f/ |
H A D | reset.c | 80 ec_write(REG_RESET, BIT_RESET_ON); in ml2f_reboot()
|
H A D | ec_kb3310b.h | 139 #define REG_RESET 0xF4EC macro
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | nhi_regs.h | 115 #define REG_RESET 0x39898 macro
|
H A D | nhi.c | 1239 iowrite32(REG_RESET_HRR, nhi->iobase + REG_RESET); in nhi_reset() 1244 val = ioread32(nhi->iobase + REG_RESET); in nhi_reset()
|
Completed in 6 milliseconds