/Linux-v5.15/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 …]
|
/Linux-v5.15/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 = " ",
|
/Linux-v5.15/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
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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 */
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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.
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/arch/powerpc/mm/book3s32/ |
D | nohash_low.S | 19 rlwinm r0,r10,0,17,15 /* clear bit 16 (MSR_EE) */ 20 rlwinm r0,r0,0,28,26 /* clear DR */ 36 stw r0,0(r9) /* clear mmu_hash_lock */ 51 rlwinm r0,r10,0,17,15 /* clear bit 16 (MSR_EE) */ 52 rlwinm r0,r0,0,28,26 /* clear DR */ 75 stw r0,0(r9) /* clear mmu_hash_lock */
|
/Linux-v5.15/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.
|
/Linux-v5.15/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; in psi_dequeue() local 102 clear |= TSK_MEMSTALL; in psi_dequeue() 104 psi_task_change(p, clear, 0); in psi_dequeue() 119 int clear = 0; in psi_ttwu_dequeue() local 122 clear |= TSK_IOWAIT; in psi_ttwu_dequeue() 124 clear |= TSK_MEMSTALL; in psi_ttwu_dequeue() 127 psi_task_change(p, clear, 0); in psi_ttwu_dequeue() [all …]
|
/Linux-v5.15/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) */
|
/Linux-v5.15/arch/arm64/mm/ |
D | ptdump.c | 93 const char *clear; member 101 .clear = "F", 106 .clear = " ", 111 .clear = "RW", 116 .clear = "x ", 121 .clear = " ", 126 .clear = " ", 131 .clear = " ", 136 .clear = " ", 141 .clear = "BLK", [all …]
|
/Linux-v5.15/arch/arm/mach-shmobile/ |
D | setup-r8a7779.c | 21 #define INT2SMSKCR0 0x822a0 /* Interrupt Submask Clear Register 0 */ 22 #define INT2SMSKCR1 0x822a4 /* Interrupt Submask Clear Register 1 */ 23 #define INT2SMSKCR2 0x822a8 /* Interrupt Submask Clear Register 2 */ 24 #define INT2SMSKCR3 0x822ac /* Interrupt Submask Clear Register 3 */ 25 #define INT2SMSKCR4 0x822b0 /* Interrupt Submask Clear Register 4 */
|
/Linux-v5.15/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
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/arch/riscv/mm/ |
D | ptdump.c | 134 const char *clear; member 142 .clear = " ", 147 .clear = ".", 152 .clear = ".", 157 .clear = ".", 162 .clear = ".", 167 .clear = ".", 172 .clear = ".", 177 .clear = ".", 182 .clear = ".", [all …]
|