Home
last modified time | relevance | path

Searched refs:exca_writeb (Results 1 – 4 of 4) sorted by relevance

/drivers/pcmcia/
Dvrc4173_cardu.c71 static inline void exca_writeb(vrc4173_socket_t *socket, uint16_t offset, uint8_t val) in exca_writeb() function
129 exca_writeb(socket, GLO_CNT, 0); in cardu_init()
139 exca_writeb(socket, CARD_SCI, CARD_DT_EN|RDY_EN|BAT_WAR_EN|BAT_DEAD_EN); in cardu_init()
237 exca_writeb(socket, PWR_CNT, val); in cardu_set_socket()
243 exca_writeb(socket, INT_GEN_CNT, val); in cardu_set_socket()
288 exca_writeb(socket, ADR_WIN_EN, window); in cardu_set_io_map()
297 exca_writeb(socket, IO_WIN_CNT, ioctl); in cardu_set_io_map()
300 exca_writeb(socket, ADR_WIN_EN, window | enable); in cardu_set_io_map()
360 exca_writeb(socket, ADR_WIN_EN, window); in cardu_set_mem_map()
363 exca_writeb(socket, MEM_WIN_SAU(map), sys_start >> 24); in cardu_set_mem_map()
[all …]
Dyenta_socket.c154 static inline void exca_writeb(struct yenta_socket *socket, unsigned reg, u8 val) in exca_writeb() function
297 exca_writeb(socket, I365_POWER, reg); in yenta_set_power()
349 exca_writeb(socket, I365_INTCTL, intr); in yenta_set_socket()
360 exca_writeb(socket, I365_INTCTL, reg); in yenta_set_socket()
369 exca_writeb(socket, I365_POWER, reg); in yenta_set_socket()
386 exca_writeb(socket, I365_CSCINT, reg); in yenta_set_socket()
419 exca_writeb(socket, I365_ADDRWIN, addr); in yenta_set_io_map()
432 exca_writeb(socket, I365_IOCTL, ioctl); in yenta_set_io_map()
435 exca_writeb(socket, I365_ADDRWIN, addr | enable); in yenta_set_io_map()
463 exca_writeb(socket, I365_ADDRWIN, addr); in yenta_set_mem_map()
[all …]
Dti113x.h302 exca_writeb(socket, I365_INTCTL, new); in ti_init()
312 exca_writeb(socket, I365_INTCTL, new); in ti_override()
338 exca_writeb(socket, I365_CSCINT, (isa_irq << 4)); in ti113x_use_isa_irq()
342 exca_writeb(socket, I365_INTCTL, intctl); in ti113x_use_isa_irq()
Dtopic.h144 exca_writeb(socket, TOPIC_EXCA_IF_CONTROL, fctrl | TOPIC_EXCA_IFC_33V_ENA); in topic95_override()