Home | History | Annotate | Download | only in rx

Lines Matching refs:address

42 /* rx_mem_ptr returns a pointer which is valid as long as the address
48 unsigned char *rx_mem_ptr (unsigned long address, enum mem_ptr_action action);
50 RX_Opcode_Decoded **rx_mem_decode_cache (unsigned long address);
53 void mem_put_qi (int address, unsigned char value);
54 void mem_put_hi (int address, unsigned short value);
55 void mem_put_psi (int address, unsigned long value);
56 void mem_put_si (int address, unsigned long value);
58 void mem_put_blk (int address, void *bufptr_void, int nbytes);
60 unsigned char mem_get_pc (int address);
62 unsigned char mem_get_qi (int address);
63 unsigned short mem_get_hi (int address);
64 unsigned long mem_get_psi (int address);
65 unsigned long mem_get_si (int address);
67 void mem_get_blk (int address, void *bufptr_void, int nbytes);
71 void mem_set_content_type (int address, enum mem_content_type type);
73 enum mem_content_type mem_get_content_type (int address);