Searched refs:exca_writeb (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/pcmcia/ |
H A D | yenta_socket.c | 158 static inline void exca_writeb(struct yenta_socket *socket, unsigned reg, u8 val) in exca_writeb() function 300 exca_writeb(socket, I365_POWER, reg); in yenta_set_power() 352 exca_writeb(socket, I365_INTCTL, intr); in yenta_set_socket() 363 exca_writeb(socket, I365_INTCTL, reg); in yenta_set_socket() 372 exca_writeb(socket, I365_POWER, reg); in yenta_set_socket() 389 exca_writeb(socket, I365_CSCINT, reg); in yenta_set_socket() 422 exca_writeb(socket, I365_ADDRWIN, addr); in yenta_set_io_map() 435 exca_writeb(socket, I365_IOCTL, ioctl); in yenta_set_io_map() 438 exca_writeb(socket, I365_ADDRWIN, addr | enable); in yenta_set_io_map() 466 exca_writeb(socket, I365_ADDRWIN, addr); in yenta_set_mem_map() [all …]
|
H A D | ti113x.h | 302 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()
|
H A D | topic.h | 148 exca_writeb(socket, TOPIC_EXCA_IF_CONTROL, fctrl | TOPIC_EXCA_IFC_33V_ENA); in topic95_override()
|