/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | io.h | 56 * Clear and set bits in one shot. These macros can be used to clear and 59 * specifying the mask in the 'clear' parameter and the new bit pattern 83 #define clrbits(type, addr, clear) \ argument 84 out_##type((addr), in_##type(addr) & ~(clear)) 89 #define clrsetbits(type, addr, clear, set) \ argument 90 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 92 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 94 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 96 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 98 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | io.h | 102 #define clrbits(type, addr, clear) \ argument 103 out_##type((addr), in_##type(addr) & ~(clear)) 108 #define clrsetbits(type, addr, clear, set) \ argument 109 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 111 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 113 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 115 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 117 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument 119 #define clrbits_be16(addr, clear) clrbits(be16, addr, clear) argument 121 #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set) argument [all …]
|
/openbmc/linux/drivers/scsi/ |
H A 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 …]
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | io.h | 114 * Clear and set bits in one shot. These macros can be used to clear and 117 * specifying the mask in the 'clear' parameter and the new bit pattern 139 #define clrbits(type, addr, clear) \ argument 140 out_##type((addr), in_##type(addr) & ~(clear)) 145 #define clrsetbits(type, addr, clear, set) \ argument 146 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 148 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 150 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 152 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 154 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | io.h | 211 /* Clear and set bits in one shot. These macros can be used to clear and 214 * specifying the mask in the 'clear' parameter and the new bit pattern 218 #define clrbits(type, addr, clear) \ argument 219 out_##type((addr), in_##type(addr) & ~(clear)) 224 #define clrsetbits(type, addr, clear, set) \ argument 225 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 227 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 229 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 231 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 233 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
H A D | immap_5445x.h | 148 u8 ppdsdr_fec0l; /* FEC0 Low Port Clear Output Data Register */ 170 u8 pclrr_fec0h; /* FEC0 High Port Clear Output Data Register */ 172 u8 pclrr_ssi; /* SSI Port Clear Output Data Register */ 173 u8 pclrr_fbctl; /* Flexbus Control Port Clear Output Data Register */ 174 u8 pclrr_be; /* Flexbus Byte Enable Port Clear Output Data Register */ 175 u8 pclrr_cs; /* Flexbus Chip-Select Port Clear Output Data Register */ 176 u8 pclrr_dma; /* DMA Port Clear Output Data Register */ 177 u8 pclrr_feci2c; /* FEC1 / I2C Port Clear Output Data Register */ 179 u8 pclrr_uart; /* UART Port Clear Output Data Register */ 180 u8 pclrr_dspi; /* DSPI Port Clear Output Data Register */ [all …]
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | io.h | 244 * Clear and set bits in one shot. These macros can be used to clear and 247 * specifying the mask in the 'clear' parameter and the new bit pattern 251 #define clrbits(type, addr, clear) \ argument 252 out_##type((addr), in_##type(addr) & ~(clear)) 257 #define clrsetbits(type, addr, clear, set) \ argument 258 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 260 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 262 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 264 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 266 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
/openbmc/linux/arch/powerpc/mm/ptdump/ |
H A 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 …]
|
H A D | shared.c | 17 .clear = " ", 22 .clear = "rw", 27 .clear = " ", 32 .clear = " ", 37 .clear = " ", 42 .clear = " ", 47 .clear = " ", 52 .clear = " ", 57 .clear = " ", 62 .clear = " ",
|
H A D | 8xx.c | 22 .clear = " ", 27 .clear = " ", 44 .clear = " ", 49 .clear = " ", 54 .clear = " ", 59 .clear = " ", 64 .clear = " ", 69 .clear = " ",
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | io.h | 198 * Clear and set bits in one shot. These macros can be used to clear and 201 * specifying the mask in the 'clear' parameter and the new bit pattern 205 #define clrbits(type, addr, clear) \ argument 206 out_##type((addr), in_##type(addr) & ~(clear)) 211 #define clrsetbits(type, addr, clear, set) \ argument 212 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 214 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 216 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 218 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 220 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/TPM/ |
H A D | SecurityKeys.interface.yaml | 2 Settings to clear or reset the security keys. 11 conditions will be checked by the host to clear/reset the sensitive 18 Bit 0 - Clear All : Clear/reset all the sensitive data controlled by 21 Bit 1 - Clear OS PK : This directs OPAL to clear the OS platform key 22 Bit 2 - Clear PEF SSO : This directs OPAL/PEF to clear the 24 Bit 3 - Clear PowerVM System Key : This directs PowerVM to reset the
|
/openbmc/linux/arch/powerpc/kernel/ |
H A 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 …]
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | io.h | 249 /* Clear and set bits in one shot. These macros can be used to clear and 252 * specifying the mask in the 'clear' parameter and the new bit pattern 256 #define clrbits(type, addr, clear) \ argument 257 out_##type((addr), in_##type(addr) & ~(clear)) 262 #define clrsetbits(type, addr, clear, set) \ argument 263 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 265 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 267 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 269 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 271 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 139 * Clear and set bits in one shot. These macros can be used to clear and 142 * specifying the mask in the 'clear' parameter and the new bit pattern 171 #define clrbits(type, addr, clear) \ argument 172 out_##type((addr), in_##type(addr) & ~(clear)) 177 #define clrsetbits(type, addr, clear, set) \ argument 178 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 180 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 182 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 184 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 186 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
/openbmc/linux/arch/arm/mach-imx/ |
H A D | pm-imx5.c | 56 u32 clear; member 75 {.offset = 0x584, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM0 */ 76 {.offset = 0x594, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM1 */ 77 {.offset = 0x560, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM2 */ 78 {.offset = 0x554, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM3 */ 79 {.offset = 0x574, .clear = MX53_DSE_HIGHZ_MASK}, /* CAS */ 80 {.offset = 0x588, .clear = MX53_DSE_HIGHZ_MASK}, /* RAS */ 81 {.offset = 0x578, .clear = MX53_DSE_HIGHZ_MASK}, /* SDCLK_0 */ 82 {.offset = 0x570, .clear = MX53_DSE_HIGHZ_MASK}, /* SDCLK_1 */ 84 {.offset = 0x580, .clear = MX53_DSE_HIGHZ_MASK}, /* SDODT0 */ [all …]
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-pin-error-inj.rst | 36 # Clear error injections: 37 # clear clear all rx and tx error injections 38 # rx-clear clear all rx error injections 39 # tx-clear clear all tx error injections 40 # <op> clear clear all rx and tx error injections for <op> 41 # <op> rx-clear clear all rx error injections for <op> 42 # <op> tx-clear clear all tx error injections for <op> 78 clear 94 addition, there are commands to clear existing error injection commands and 131 Clear Error Injections [all …]
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 163 * Clear and set bits in one shot. These macros can be used to clear and 166 * specifying the mask in the 'clear' parameter and the new bit pattern 170 #define clrbits(type, addr, clear) \ argument 171 out_##type((addr), in_##type(addr) & ~(clear)) 176 #define clrsetbits(type, addr, clear, set) \ argument 177 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 179 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 181 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 183 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 185 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
/openbmc/linux/drivers/soc/tegra/ |
H A 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 …]
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 176 * Clear and set bits in one shot. These macros can be used to clear and 179 * specifying the mask in the 'clear' parameter and the new bit pattern 183 #define clrbits(type, addr, clear) \ argument 184 out_##type((addr), in_##type(addr) & ~(clear)) 189 #define clrsetbits(type, addr, clear, set) \ argument 190 out_##type((addr), (in_##type(addr) & ~(clear)) | (set)) 192 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument 194 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 196 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument 198 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument [all …]
|
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/ |
H A D | rcar-mstp.h | 14 #define mstp_clrbits(type, addr, saddr, clear) \ argument 15 out_##type((saddr), in_##type(addr) & ~(clear)) 16 #define mstp_setclrbits(type, addr, set, clear) \ argument 17 out_##type((addr), (in_##type(addr) | (set)) & ~(clear)) 20 #define mstp_clrbits_le32(addr, saddr, clear) \ argument 21 mstp_clrbits(le32, addr, saddr, clear) 22 #define mstp_setclrbits_le32(addr, set, clear) \ argument 23 mstp_setclrbits(le32, addr, set, clear)
|
/openbmc/openpower-vpd-parser/vpd-manager/ |
H A D | bios_handler.hpp | 102 * @brief Persistently saves the Keep and Clear setting 104 * Keep and clear setting is saved to the UTIL/D1 keyword's 0th bit in the 105 * motherboard VPD. If the keep and clear in BIOS is "Disabled", set D1:0 to 108 * @param[in] keepAndClear - The keep and clear BIOS attribute. 124 * @brief Persistently saves the Clear NVRAM setting 127 * the motherboard VPD. If the clear NVRAM in BIOS is "Disabled", 157 * @brief Writes Keep and clear setting to BIOS 162 * @param[in] keepAndClear - The keep and clear as read from VPD. 163 * @param[in] keepAndClearInBIOS - The keep and clear in the BIOS table. 183 * @brief Writes Clear NVRAM setting to BIOS [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A 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 */
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sel.robot | 40 [Documentation] Verify IPMI sel clear command clears the SEL entry. 53 # Send SEL clear command and verify if it really clears up the SEL entry. 54 Run IPMI Standard Command sel clear 56 # Added a delay for IPMI SEL to clear completely. 61 # After executing the IPMI SEL clear command, there will be an informational 72 [Teardown] Run Keywords FFDC On Test Case Fail AND Run IPMI Standard Command sel clear 90 [Teardown] Run Keywords FFDC On Test Case Fail AND Run IPMI Standard Command sel clear 143 # Execute clear SEL raw command with Reservation ID. 220 Verify Clear SEL With Invalid Reservation ID 221 [Documentation] Verify clear SEL After generating another reserve ID. [all …]
|
/openbmc/linux/drivers/media/cec/core/ |
H A 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 …]
|