Searched refs:exca_readw (Results 1 – 2 of 2) sorted by relevance
61 static inline uint16_t exca_readw(vrc4173_socket_t *socket, uint16_t offset) in exca_readw() function258 io->start = exca_readw(socket, IO_WIN_SA(map)); in cardu_get_io_map()259 io->stop = exca_readw(socket, IO_WIN_EA(map)); in cardu_get_io_map()319 start = exca_readw(socket, MEM_WIN_SA(map)); in cardu_get_mem_map()323 stop = exca_readw(socket, MEM_WIN_EA(map)); in cardu_get_mem_map()326 offset = exca_readw(socket, MEM_WIN_OA(map)); in cardu_get_mem_map()
145 static inline u8 exca_readw(struct yenta_socket *socket, unsigned reg) in exca_readw() function