/kernel/linux/linux-5.10/drivers/scsi/ |
D | 53c700.scr | 166 CLEAR TARGET 181 CLEAR ACK 195 CLEAR ACK 199 CLEAR ACK 208 CLEAR ACK 212 CLEAR ACK 216 CLEAR ACK 220 CLEAR ACK 224 CLEAR ACK 232 CLEAR ACK [all …]
|
D | 53c700_d.h_shipped | 208 CLEAR TARGET 238 CLEAR ACK 267 CLEAR ACK 280 CLEAR ACK 313 CLEAR ACK 326 CLEAR ACK 339 CLEAR ACK 352 CLEAR ACK 365 CLEAR ACK 382 CLEAR ACK [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
D | book3s64.c | 17 .clear = " ", 22 .clear = " ", 27 .clear = " ", 32 .clear = " ", 37 .clear = " ", 42 .clear = " ", 47 .clear = "present", 52 .clear = " ", 57 .clear = " ", 62 .clear = " ", [all …]
|
D | shared.c | 17 .clear = " ", 22 .clear = "r ", 27 .clear = " ", 32 .clear = " ", 37 .clear = " ", 42 .clear = " ", 47 .clear = " ", 52 .clear = " ", 57 .clear = " ", 62 .clear = " ",
|
D | 8xx.c | 22 .clear = " ", 27 .clear = " ", 44 .clear = " ", 49 .clear = " ", 54 .clear = " ", 59 .clear = " ", 64 .clear = " ", 69 .clear = " ",
|
/kernel/linux/linux-5.10/arch/nds32/lib/ |
D | clear_user.S | 9 * Purpose : clear some user memory 10 * Params : addr - user memory address to clear 11 * : sz - number of bytes to clear 19 xor $p1, $p1, $p1 ! Use $p1=0 to clear mem 20 srli $p0, $r1, #2 ! $p0 = number of word to clear 22 beqz $p0, byte_clear ! Only less than a word to clear 24 USER( smw.bim,$p1, [$r0], $p1) ! Clear the word 26 bnez $p0, word_clear ! Continue looping to clear all words 29 USER( sbi.bi, $p1, [$r0], #1) ! Clear the byte 31 bnez $r1, byte_clear ! Continue looping to clear all left bytes
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | cpu_setup_ppc970.S | 21 * pages are enabled with HID4:61 and clear HID5:DCBZ_size and 26 rldimi r3,r0,40,23 /* clear bit 23 (rm_ci) */ 27 rldimi r3,r0,2,61 /* clear bit 61 (lg_pg_en) */ 33 rldimi r3,r0,6,56 /* clear bits 56 & 57 (DCBZ*) */ 48 /* Clear HIOR */ 51 mtspr SPRN_HIOR,0 /* Clear interrupt prefix */ 77 li r11,5 /* clear DOZE and SLEEP */ 80 rldimi r0,r11,32,31 /* clear EN_ATTN */ 91 li r11,0x15 /* clear DOZE and SLEEP */ 94 rldimi r0,r11,32,31 /* clear EN_ATTN */ [all …]
|
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
D | pm-imx5.c | 55 u32 clear; member 74 {.offset = 0x584, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM0 */ 75 {.offset = 0x594, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM1 */ 76 {.offset = 0x560, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM2 */ 77 {.offset = 0x554, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM3 */ 78 {.offset = 0x574, .clear = MX53_DSE_HIGHZ_MASK}, /* CAS */ 79 {.offset = 0x588, .clear = MX53_DSE_HIGHZ_MASK}, /* RAS */ 80 {.offset = 0x578, .clear = MX53_DSE_HIGHZ_MASK}, /* SDCLK_0 */ 81 {.offset = 0x570, .clear = MX53_DSE_HIGHZ_MASK}, /* SDCLK_1 */ 83 {.offset = 0x580, .clear = MX53_DSE_HIGHZ_MASK}, /* SDODT0 */ [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-pin-error-inj.rst | 34 # Clear error injections: 35 # clear clear all rx and tx error injections 36 # rx-clear clear all rx error injections 37 # tx-clear clear all tx error injections 38 # <op> clear clear all rx and tx error injections for <op> 39 # <op> rx-clear clear all rx error injections for <op> 40 # <op> tx-clear clear all tx error injections for <op> 76 clear 92 addition, there are commands to clear existing error injection commands and 129 Clear Error Injections [all …]
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | s3c2410_udc_regs.h | 83 #define S3C2410_UDC_INT_EP4 (1 << 4) /* R/W (clear only) */ 84 #define S3C2410_UDC_INT_EP3 (1 << 3) /* R/W (clear only) */ 85 #define S3C2410_UDC_INT_EP2 (1 << 2) /* R/W (clear only) */ 86 #define S3C2410_UDC_INT_EP1 (1 << 1) /* R/W (clear only) */ 87 #define S3C2410_UDC_INT_EP0 (1 << 0) /* R/W (clear only) */ 89 #define S3C2410_UDC_USBINT_RESET (1 << 2) /* R/W (clear only) */ 90 #define S3C2410_UDC_USBINT_RESUME (1 << 1) /* R/W (clear only) */ 91 #define S3C2410_UDC_USBINT_SUSPEND (1 << 0) /* R/W (clear only) */ 109 #define S3C2410_UDC_ICSR1_SENTSTL (1 << 5) /* R/W (clear only) */ 112 #define S3C2410_UDC_ICSR1_UNDRUN (1 << 2) /* R/W (clear only) */ [all …]
|
/kernel/linux/linux-5.10/drivers/soc/tegra/ |
D | flowctrl.c | 80 /* clear wfe bitmap */ in flowctrl_cpu_suspend_enter() 82 /* clear wfi bitmap */ in flowctrl_cpu_suspend_enter() 90 /* clear wfe bitmap */ in flowctrl_cpu_suspend_enter() 92 /* clear wfi bitmap */ in flowctrl_cpu_suspend_enter() 113 reg |= FLOW_CTRL_CSR_INTR_FLAG; /* clear intr flag */ in flowctrl_cpu_suspend_enter() 114 reg |= FLOW_CTRL_CSR_EVENT_FLAG; /* clear event flag */ in flowctrl_cpu_suspend_enter() 136 /* clear wfe bitmap */ in flowctrl_cpu_suspend_exit() 138 /* clear wfi bitmap */ in flowctrl_cpu_suspend_exit() 144 /* clear wfe bitmap */ in flowctrl_cpu_suspend_exit() 146 /* clear wfi bitmap */ in flowctrl_cpu_suspend_exit() [all …]
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | pps.h | 31 /* Implementation note: the logical states ``assert'' and ``clear'' 69 __u32 clear_sequence; /* seq. num. of clear event */ 71 struct pps_ktime clear_tu; /* time of clear event */ 77 __u32 clear_sequence; /* seq. num. of clear event */ 79 struct pps_ktime_compat clear_tu; /* time of clear event */ 87 struct pps_ktime clear_off_tu; /* offset compensation for clear */ 96 #define PPS_CAPTURECLEAR 0x02 /* capture clear events */ 97 #define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */ 100 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear event */ 107 #define PPS_ECHOCLEAR 0x80 /* feed back clear event to output */
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
D | cec-pin-error-inj.c | 90 if (!strcmp(token, "clear")) { in cec_pin_error_inj_parse_line() 99 if (!strcmp(token, "rx-clear")) { in cec_pin_error_inj_parse_line() 105 if (!strcmp(token, "tx-clear")) { in cec_pin_error_inj_parse_line() 180 if (!strcmp(token, "clear")) { in cec_pin_error_inj_parse_line() 184 if (!strcmp(token, "rx-clear")) { in cec_pin_error_inj_parse_line() 188 if (!strcmp(token, "tx-clear")) { in cec_pin_error_inj_parse_line() 267 seq_puts(sf, "# Clear error injections:\n"); in cec_pin_error_inj_show() 268 seq_puts(sf, "# clear clear all rx and tx error injections\n"); in cec_pin_error_inj_show() 269 seq_puts(sf, "# rx-clear clear all rx error injections\n"); in cec_pin_error_inj_show() 270 seq_puts(sf, "# tx-clear clear all tx error injections\n"); in cec_pin_error_inj_show() [all …]
|
/kernel/linux/linux-5.10/include/linux/amba/ |
D | serial.h | 22 #define UART01x_ECR 0x04 /* Error clear register (Write). */ 31 #define UART010_ICR 0x1C /* Interrupt clear register (Write). */ 43 #define UART011_ICR 0x44 /* Interrupt clear register. */ 53 #define ST_UART011_ABIMSC 0x15C /* Autobaud interrupt mask/clear register. */ 190 #define UART011_OEIC (1 << 10) /* overrun error interrupt clear */ 191 #define UART011_BEIC (1 << 9) /* break error interrupt clear */ 192 #define UART011_PEIC (1 << 8) /* parity error interrupt clear */ 193 #define UART011_FEIC (1 << 7) /* framing error interrupt clear */ 194 #define UART011_RTIC (1 << 6) /* receive timeout interrupt clear */ 195 #define UART011_TXIC (1 << 5) /* transmit interrupt clear */ [all …]
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | bitmap.h | 58 * ntfs_bitmap_clear_run - clear a run of bits in a bitmap 60 * @start_bit: first bit to clear 61 * @count: number of bits to clear 63 * Clear @count bits starting at bit @start_bit in the bitmap described by the 89 * ntfs_bitmap_clear_bit - clear a bit in a bitmap 91 * @bit: bit to clear 93 * Clear bit @bit in the bitmap described by the vfs inode @vi.
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
D | zfcp_erp.c | 352 * @clear: Status flags to clear. 355 void zfcp_erp_adapter_reopen(struct zfcp_adapter *adapter, int clear, in zfcp_erp_adapter_reopen() argument 360 zfcp_erp_adapter_block(adapter, clear); in zfcp_erp_adapter_reopen() 372 * @clear: Status flags to clear. 375 void zfcp_erp_adapter_shutdown(struct zfcp_adapter *adapter, int clear, in zfcp_erp_adapter_shutdown() argument 379 zfcp_erp_adapter_reopen(adapter, clear | flags, dbftag); in zfcp_erp_adapter_shutdown() 385 * @clear: Status flags to clear. 388 void zfcp_erp_port_shutdown(struct zfcp_port *port, int clear, char *dbftag) in zfcp_erp_port_shutdown() argument 391 zfcp_erp_port_reopen(port, clear | flags, dbftag); in zfcp_erp_port_shutdown() 394 static void zfcp_erp_port_block(struct zfcp_port *port, int clear) in zfcp_erp_port_block() argument [all …]
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | dma.h | 55 #define DMA1_CLEAR_FF_REG 0x0C /* clear pointer flip-flop (w) */ 57 #define DMA1_RESET_REG 0x0D /* Master Clear (w) */ 58 #define DMA1_CLR_MASK_REG 0x0E /* Clear Mask */ 67 #define DMA2_CLEAR_FF_REG 0xD8 /* clear pointer flip-flop (w) */ 69 #define DMA2_RESET_REG 0xDA /* Master Clear (w) */ 70 #define DMA2_CLR_MASK_REG 0xDC /* Clear Mask */ 90 * Assumes DMA flip-flop is clear. 130 /* Clear the 'DMA Pointer Flip Flop'. 157 * Assumes dma flipflop is clear. 169 * Assumes dma flip-flop is clear.
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | stats.h | 67 int clear = 0, set = TSK_RUNNING; in psi_enqueue() local 79 clear |= TSK_IOWAIT; in psi_enqueue() 82 psi_task_change(p, clear, set); in psi_enqueue() 87 int clear = TSK_RUNNING, set = 0; in psi_dequeue() local 94 clear |= TSK_MEMSTALL; in psi_dequeue() 102 clear |= TSK_ONCPU; in psi_dequeue() 108 psi_task_change(p, clear, set); in psi_dequeue() 123 int clear = 0; in psi_ttwu_dequeue() local 126 clear |= TSK_IOWAIT; in psi_ttwu_dequeue() 128 clear |= TSK_MEMSTALL; in psi_ttwu_dequeue() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | io_ti.h | 109 /* Set or Clear DTR (wValue bit 0 Set/Clear) wIndex ModuleID (port) */ 112 /* Set or Clear RTS (wValue bit 0 Set/Clear) wIndex ModuleID (port) */ 115 /* Set or Clear LOOPBACK (wValue bit 0 Set/Clear) wIndex ModuleID (port) */ 118 /* Set or Clear BREAK (wValue bit 0 Set/Clear) wIndex ModuleID (port) */
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | ptdump.c | 95 const char *clear; member 103 .clear = "F", 108 .clear = " ", 113 .clear = "RW", 118 .clear = "x ", 123 .clear = " ", 128 .clear = " ", 133 .clear = " ", 138 .clear = " ", 143 .clear = "BLK", [all …]
|
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
D | core_feature_timer.h | 132 * - Modify the load value or compare value less to clear the interrupt. 157 * Enable system timer counter running by clear 183 * Clear TIMESTOP bit to 0 to start timer, otherwise to stop timer. 184 * - Bit CMPCLREN is used to enable auto MTIMER clear to zero when MTIMER >= MTIMERCMP. 185 * Clear CMPCLREN bit to 0 to stop auto clear MTIMER feature, otherwise to enable it. 187 * Clear CLKSRC bit to 0 to use *mtime_toggle_a*, otherwise use *core_clk_aon* 223 * \brief Clear system timer software interrupt pending request 225 * This function clear the system timer MSIP bit in MSIP register. 227 * - Clear system timer MSIP bit in MSIP register to clear the software interrupt pending. 243 * Bit0 is 1 then SW interrupt set. Bit0 is 0 then SW interrupt clear. [all …]
|
/kernel/linux/linux-5.10/LICENSES/preferred/ |
D | BSD-3-Clause-Clear | 1 Valid-License-Identifier: BSD-3-Clause-Clear 2 SPDX-URL: https://spdx.org/licenses/BSD-3-Clause-Clear.html 4 To use the BSD 3-clause "Clear" License put the following SPDX 7 SPDX-License-Identifier: BSD-3-Clause-Clear 10 The Clear BSD License
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
D | ptdump.c | 107 const char *clear; member 115 .clear = " ", 120 .clear = ".", 125 .clear = ".", 130 .clear = ".", 135 .clear = ".", 140 .clear = ".", 145 .clear = ".", 150 .clear = ".", 155 .clear = ".", [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/ |
D | hash_low.S | 203 rlwinm r0,r9,0,17,15 /* clear bit 16 (MSR_EE) */ 204 rlwinm r0,r0,0,28,26 /* clear MSR_DR */ 259 stw r0,0(r6) /* clear mmu_hash_lock */ 319 ori r8,r8,0xe04 /* clear out reserved bits */ 322 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */ 347 * if it is clear, meaning that the HPTE isn't there already... 377 xori r5,r5,PTE_H /* clear H bit again */ 404 xori r5,r5,PTE_H /* clear H bit again */ 466 CLR_V(r5,r0) /* clear V (valid) bit in PTE */ 510 rlwinm r0,r10,0,17,15 /* clear bit 16 (MSR_EE) */ [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 49 allocated using the fast path. It can be written to clear the 61 of partially used slabs. It can be written to clear the current 73 remote cpu frees. It can be written to clear the current count. 84 clear the current count. 96 clear the current count. 127 allocation from a certain node. It can be written to clear the 148 was deactivated. It can be written to clear the current count. 158 was deactivated. It can be written to clear the current count. 169 remotely. It can be written to clear the current count. 180 list. It can be written to clear the current count. [all …]
|