Home | History | Annotate | Download | only in m32c

Lines Matching refs:address

25 void mem_put_qi (int address, unsigned char value);
26 void mem_put_hi (int address, unsigned short value);
27 void mem_put_psi (int address, unsigned long value);
28 void mem_put_si (int address, unsigned long value);
30 void mem_put_blk (int address, const void *bufptr, int nbytes);
34 unsigned char mem_get_qi (int address);
35 unsigned short mem_get_hi (int address);
36 unsigned long mem_get_psi (int address);
37 unsigned long mem_get_si (int address);
39 void mem_get_blk (int address, void *bufptr, int nbytes);