Lines Matching refs:exca_read_byte
170 static inline uint8_t exca_read_byte(int slot, uint8_t index) in exca_read_byte() function
263 status = exca_read_byte(slot, I365_STATUS); in pccard_get_status()
264 if (exca_read_byte(slot, I365_INTCTL) & I365_PC_IOCARD) { in pccard_get_status()
282 sense = exca_read_byte(slot, CARD_VOLTAGE_SENSE); in pccard_get_status()
355 exca_read_byte(slot, I365_CSC); /* clear CardStatus change */ in pccard_set_socket()
392 addrwin = exca_read_byte(slot, I365_ADDRWIN); in pccard_set_io_map()
439 addrwin = exca_read_byte(slot, I365_ADDRWIN); in pccard_set_mem_map()
494 status = exca_read_byte(slot, I365_STATUS); in get_events()
495 csc = exca_read_byte(slot, I365_CSC); in get_events()
497 if (exca_read_byte(slot, I365_INTCTL) & I365_PC_IOCARD) { in get_events()
557 irq = exca_read_byte(slot, I365_INTCTL); in reserve_using_irq()
561 irq = exca_read_byte(slot, I365_CSCINT); in reserve_using_irq()
581 addrwin = exca_read_byte(slot, I365_ADDRWIN); in vrc4171_add_sockets()
586 addrwin = exca_read_byte(slot, I365_ADDRWIN); in vrc4171_add_sockets()