Home
last modified time | relevance | path

Searched refs:CUDAState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/macio/
H A Dcuda.c59 static void cuda_receive_packet_from_host(CUDAState *s,
71 CUDAState *cs = container_of(mcs, CUDAState, mos6522_cuda); in cuda_get_counter_value()
84 CUDAState *cs = container_of(mcs, CUDAState, mos6522_cuda); in cuda_get_load_time()
93 CUDAState *s = opaque; in cuda_set_sr_int()
101 static void cuda_delay_set_sr_int(CUDAState *s) in cuda_delay_set_sr_int()
112 static void cuda_update(CUDAState *s) in cuda_update()
186 static void cuda_send_packet_to_host(CUDAState *s, in cuda_send_packet_to_host()
205 CUDAState *s = opaque; in cuda_adb_poll()
222 bool (*handler)(CUDAState *s,
227 static bool cuda_cmd_autopoll(CUDAState *s, in cuda_cmd_autopoll()
[all …]
/openbmc/qemu/include/hw/misc/macio/
H A Dcuda.h73 OBJECT_DECLARE_SIMPLE_TYPE(CUDAState, CUDA)
75 struct CUDAState { struct
H A Dmacio.h111 CUDAState cuda;