Searched refs:data_in2 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-fifo.c | 25 uint8_t data_in2[] = { 0x5, 0x6, 0x7, 0x8, 0x9, 0xa }; in test_fifo8_pop_bufptr_wrap() local 49 fifo8_push_all(&fifo, data_in2, sizeof(data_in2)); in test_fifo8_pop_bufptr_wrap() 103 uint8_t data_in2[] = { 0x5, 0x6, 0x7, 0x8, 0x9, 0xa }; in test_fifo8_peek_bufptr_wrap() local 135 fifo8_push_all(&fifo, data_in2, sizeof(data_in2)); in test_fifo8_peek_bufptr_wrap() 190 uint8_t data_in2[] = { 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc }; in test_fifo8_pop_buf_wrap() local 211 fifo8_push_all(&fifo, data_in2, sizeof(data_in2)); in test_fifo8_pop_buf_wrap() 271 uint8_t data_in2[] = { 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc }; in test_fifo8_peek_buf_wrap() local 292 fifo8_push_all(&fifo, data_in2, sizeof(data_in2)); in test_fifo8_peek_buf_wrap()
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.h | 44 SYM_GEN_A(s, data_in) SYM_GEN_A(s, data_in2) \
|
H A D | sym_fw1.h | 131 u32 data_in2 [ 4]; member
|
H A D | sym_fw2.h | 117 u32 data_in2 [ 4]; member
|
H A D | sym_glue.c | 371 goalp = SCRIPTA_BA(np, data_in2) + 8; in sym_setup_data_and_start()
|
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 1837 ncrcmd data_in2 [ 4]; member 4273 goalp = NCB_SCRIPT_PHYS (np, data_in2) + 8; in ncr_queue_command()
|