Lines Matching refs:exca_read_byte
158 static inline uint8_t exca_read_byte(int slot, uint8_t index) in exca_read_byte() function
252 status = exca_read_byte(slot, I365_STATUS); in pccard_get_status()
253 if (exca_read_byte(slot, I365_INTCTL) & I365_PC_IOCARD) { in pccard_get_status()
271 sense = exca_read_byte(slot, CARD_VOLTAGE_SENSE); in pccard_get_status()
344 exca_read_byte(slot, I365_CSC); /* clear CardStatus change */ in pccard_set_socket()
381 addrwin = exca_read_byte(slot, I365_ADDRWIN); in pccard_set_io_map()
428 addrwin = exca_read_byte(slot, I365_ADDRWIN); in pccard_set_mem_map()
483 status = exca_read_byte(slot, I365_STATUS); in get_events()
484 csc = exca_read_byte(slot, I365_CSC); in get_events()
486 if (exca_read_byte(slot, I365_INTCTL) & I365_PC_IOCARD) { in get_events()
546 irq = exca_read_byte(slot, I365_INTCTL); in reserve_using_irq()
550 irq = exca_read_byte(slot, I365_CSCINT); in reserve_using_irq()
570 addrwin = exca_read_byte(slot, I365_ADDRWIN); in vrc4171_add_sockets()
575 addrwin = exca_read_byte(slot, I365_ADDRWIN); in vrc4171_add_sockets()