cpc700.c | 85 static bus_space_handle_t the_cpc_handle; variable in typeref:typename:bus_space_handle_t 86 #define INL(a) bus_space_read_stream_4(the_cpc_tag, the_cpc_handle, (a)) 87 #define OUTL(a, d) bus_space_write_stream_4(the_cpc_tag, the_cpc_handle, (a), d) 161 &the_cpc_handle)) { 228 the_cpc_handle = bh;
|