HomeSort by: relevance | last modified time | path
    Searched defs:the_cpc_handle (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
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;

Completed in 12 milliseconds