Searched refs:RESET (Results 26 - 50 of 59) sorted by relevance

123

/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c40 #define RESET 0 macro
632 dsi_write(dsi, DSI_PWR_UP, RESET);
651 dsi_write(dsi, DSI_PWR_UP, RESET);
682 dsi_write(dsi, DSI_PWR_UP, RESET);
/linux-master/drivers/bus/mhi/
H A Dcommon.h301 mhi_state(RESET, "RESET") \
/linux-master/drivers/tty/
H A Dnozomi.c106 #define RESET 0x8000 macro
840 if (interrupt & RESET)
841 p += scnprintf(p, TMP_BUF_MAX - (p - buf), "RESET ");
1117 if (read_iir & RESET) {
1124 writew(RESET, dc->reg_fcr);
1374 /* Enable RESET interrupt */
1375 dc->last_ier = RESET;
/linux-master/sound/pci/
H A Des1938.c380 outb(3, SLSB_REG(chip, RESET));
381 inb(SLSB_REG(chip, RESET));
382 outb(0, SLSB_REG(chip, RESET));
417 outb(2, SLSB_REG(chip, RESET));
418 outb(0, SLSB_REG(chip, RESET));
/linux-master/drivers/scsi/
H A DFlashPoint.c489 #define RESET BIT(7) macro
1739 if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) || bm_status) {
1744 (FIFO | TIMEOUT | RESET | SCAM_SEL));
2003 (BUS_FREE | RESET))) {
2009 else if (p_int & RESET) {
2722 (PHASE | RESET))
2804 while (!(RDW_HARPOON((port + hp_intstat)) & (PHASE | RESET)) &&
3720 while (!(RDW_HARPOON((p_port + hp_intstat)) & (BUS_FREE | RESET)) &&
3740 while (!(RDW_HARPOON((p_port + hp_intstat)) & (BUS_FREE | RESET))) {
3751 if (!(RDW_HARPOON((p_port + hp_intstat)) & (BUS_FREE | RESET))) {
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.c445 ath_dbg(common, RESET, "serialize_regmode is %d\n",
1057 ath_dbg(ath9k_hw_common(ah), RESET, "ah->misc_mode 0x%x\n", local
1333 ath_dbg(ath9k_hw_common(ah), RESET, local
1430 ath_dbg(ath9k_hw_common(ah), RESET, "RTC stuck in MAC reset\n"); local
1474 ath_dbg(ath9k_hw_common(ah), RESET, "RTC not waking up\n"); local
1756 ath_dbg(common, RESET, "CFG Byte Swap Set 0x%x\n",
1761 ath_dbg(common, RESET, "Setting CFG 0x%x\n",
1829 ath_dbg(common, RESET, "FastChannelChange for %d -> %d\n",
2244 ath_dbg(common, RESET, "%s -> %s\n",
3049 ath_dbg(ath9k_hw_common(ah), RESET, local
[all...]
H A Dbeacon.c399 ath_dbg(common, RESET,
H A Dmain.c399 ath_dbg(common, RESET, "FATAL: Skipping interrupts\n");
414 ath_dbg(common, RESET,
426 ath_dbg(common, RESET,
H A Dar9003_hw.c1124 ath_dbg(ath9k_hw_common(ah), RESET, local
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h41 u32 RESET; member in struct:pch_gbe_regs
/linux-master/drivers/media/dvb-frontends/
H A Dmt352.c507 static u8 mt352_reset_attach [] = { RESET, 0xC0 };
H A Dmt312.c140 return mt312_writereg(state, RESET, full ? 0x80 : 0x40);
H A Dzl10353.c176 zl10353_single_write(fe, RESET, 0x80);
/linux-master/drivers/bus/mhi/host/
H A Dinternal.h40 ch_state_type(RESET, "RESET") \
121 mhi_pm_state(POR, "POWER ON RESET") \
/linux-master/drivers/hid/
H A Dhid-roccat-isku.c217 ISKU_BIN_ATTR_W(reset, RESET);
/linux-master/sound/isa/es1688/
H A Des1688_lib.c92 outb(3, ES1688P(chip, RESET)); /* valid only for ESS chips, SB -> 1 */
94 outb(0, ES1688P(chip, RESET));
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c102 static u8 reset [] = { RESET, 0x80 };
131 static u8 reset [] = { RESET, 0x80 };
149 static u8 reset [] = { RESET, 0x80 };
1860 /* CE6313 DVB-S demod RESET# pin high */
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dtraces.h58 hif_cnf_name(RESET) \
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb.c565 static u8 reset[] = { RESET, 0x80 };
587 static u8 reset[] = { RESET, 0x80 };
H A Dm920x.c491 static const u8 reset[] = { RESET, 0x80 };
/linux-master/drivers/media/pci/cx88/
H A Dcx88-dvb.c219 static const u8 reset[] = { RESET, 0x80 };
239 static const u8 reset[] = { RESET, 0x80 };
/linux-master/drivers/gpu/drm/radeon/
H A Drv770d.h129 #define RESET (1 << 30) macro
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c554 writel(RESET, base + PWR_UP);
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Danysee.c255 static u8 reset[] = { RESET, 0x80 };
/linux-master/scripts/
H A Dcheckpatch.pl186 print(RED . "ERROR" . RESET);
188 print(YELLOW . "WARNING" . RESET);
190 print(GREEN . "CHECK" . RESET);
201 $type = RED . $type . RESET;
203 $type = YELLOW . $type . RESET;
205 $type = GREEN . $type . RESET;
2353 $output .= RESET if ($color);

Completed in 485 milliseconds

123