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

/linux-4.4.14/drivers/pcmcia/
H A Dvrc4173_cardu.c71 static inline void exca_writeb(vrc4173_socket_t *socket, uint16_t offset, uint8_t val) exca_writeb() function
129 exca_writeb(socket, GLO_CNT, 0); cardu_init()
139 exca_writeb(socket, CARD_SCI, CARD_DT_EN|RDY_EN|BAT_WAR_EN|BAT_DEAD_EN); cardu_init()
237 exca_writeb(socket, PWR_CNT, val); cardu_set_socket()
243 exca_writeb(socket, INT_GEN_CNT, val); cardu_set_socket()
288 exca_writeb(socket, ADR_WIN_EN, window); cardu_set_io_map()
297 exca_writeb(socket, IO_WIN_CNT, ioctl); cardu_set_io_map()
300 exca_writeb(socket, ADR_WIN_EN, window | enable); cardu_set_io_map()
360 exca_writeb(socket, ADR_WIN_EN, window); cardu_set_mem_map()
363 exca_writeb(socket, MEM_WIN_SAU(map), sys_start >> 24); cardu_set_mem_map()
378 exca_writeb(socket, ADR_WIN_EN, window | enable); cardu_set_mem_map()
H A Dyenta_socket.c154 static inline void exca_writeb(struct yenta_socket *socket, unsigned reg, u8 val) exca_writeb() function
297 exca_writeb(socket, I365_POWER, reg); yenta_set_power()
349 exca_writeb(socket, I365_INTCTL, intr); yenta_set_socket()
360 exca_writeb(socket, I365_INTCTL, reg); yenta_set_socket()
369 exca_writeb(socket, I365_POWER, reg); yenta_set_socket()
386 exca_writeb(socket, I365_CSCINT, reg); yenta_set_socket()
419 exca_writeb(socket, I365_ADDRWIN, addr); yenta_set_io_map()
432 exca_writeb(socket, I365_IOCTL, ioctl); yenta_set_io_map()
435 exca_writeb(socket, I365_ADDRWIN, addr | enable); yenta_set_io_map()
463 exca_writeb(socket, I365_ADDRWIN, addr); yenta_set_mem_map()
466 exca_writeb(socket, CB_MEM_PAGE(map), start >> 24); yenta_set_mem_map()
499 exca_writeb(socket, I365_ADDRWIN, addr | enable); yenta_set_mem_map()
581 exca_writeb(socket, I365_GBLCTL, 0x00); yenta_sock_init()
582 exca_writeb(socket, I365_GENCTL, 0x00); yenta_sock_init()
797 exca_writeb(sock, I365_CSCINT, 0); yenta_close()
925 exca_writeb(socket, I365_CSCINT, 0); yenta_probe_irq()
930 exca_writeb(socket, I365_CSCINT, I365_CSC_STSCHG | (i << 4)); yenta_probe_irq()
936 exca_writeb(socket, I365_CSCINT, reg); yenta_probe_irq()
989 exca_writeb(socket, I365_CSCINT, reg | I365_CSC_STSCHG); yenta_probe_cb_irq()
998 exca_writeb(socket, I365_CSCINT, reg); yenta_probe_cb_irq()
H A Dtopic.h148 exca_writeb(socket, TOPIC_EXCA_IF_CONTROL, fctrl | TOPIC_EXCA_IFC_33V_ENA); topic95_override()
H A Dti113x.h302 exca_writeb(socket, I365_INTCTL, new); ti_init()
312 exca_writeb(socket, I365_INTCTL, new); ti_override()
338 exca_writeb(socket, I365_CSCINT, (isa_irq << 4)); ti113x_use_isa_irq()
342 exca_writeb(socket, I365_INTCTL, intctl); ti113x_use_isa_irq()

Completed in 83 milliseconds