Home | History | Annotate | Download | only in rl78

Lines Matching refs:address

38 void mem_put_qi (int address, unsigned char value);
39 void mem_put_hi (int address, unsigned short value);
40 void mem_put_psi (int address, unsigned long value);
41 void mem_put_si (int address, unsigned long value);
43 void mem_put_blk (int address, const void *bufptr, int nbytes);
45 unsigned char mem_get_pc (int address);
47 unsigned char mem_get_qi (int address);
48 unsigned short mem_get_hi (int address);
49 unsigned long mem_get_psi (int address);
50 unsigned long mem_get_si (int address);
52 void mem_get_blk (int address, void *bufptr, int nbytes);