Searched refs:opcodes (Results 1 – 6 of 6) sorted by relevance
| /drivers/infiniband/hw/hfi1/ |
| A D | fault.c | 135 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write() 145 clear_bit(i, fault->opcodes); in fault_opcodes_write() 147 set_bit(i, fault->opcodes); in fault_opcodes_write() 167 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() 172 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read() 183 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read() 227 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs() 228 sizeof(ibd->fault->opcodes) * BITS_PER_BYTE); in hfi1_fault_init_debugfs() 274 if (bitmap_empty(ibd->fault->opcodes, in __hfi1_should_fault() 275 (sizeof(ibd->fault->opcodes) * in __hfi1_should_fault() [all …]
|
| A D | fault.h | 29 unsigned long opcodes[(1U << BITS_PER_BYTE) / BITS_PER_LONG]; member
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_virtchnl_allowlist.c | 99 const u32 *opcodes; member 106 .opcodes = list, \ 146 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() argument 151 set_bit(opcodes[i], vf->opcodes_allowlist); in ice_vc_allowlist_opcodes() 197 ice_vc_allowlist_opcodes(vf, allowlist_opcodes[i].opcodes, in ice_vc_set_caps_allowlist()
|
| /drivers/spi/ |
| A D | spi-intel.c | 176 u8 opcodes[8]; member 350 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) in intel_spi_opcode_index() 351 if (ispi->opcodes[i] == opcode) in intel_spi_opcode_index() 776 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) { in intel_spi_supports_mem_op() 777 if (ispi->opcodes[i] == op->cmd.opcode) in intel_spi_supports_mem_op() 1184 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) { in intel_spi_init() 1185 ispi->opcodes[i] = opmenu0 >> i * 8; in intel_spi_init() 1186 ispi->opcodes[i + 4] = opmenu1 >> i * 8; in intel_spi_init()
|
| A D | Kconfig | 542 exposes the low level SPI-NOR opcodes to the software. Using
|
| /drivers/cxl/ |
| A D | Kconfig | 47 time the number of opcodes that the specification defines and a device
|
Completed in 18 milliseconds