Searched refs:exca_read_byte (Results 1 – 1 of 1) sorted by relevance
/drivers/pcmcia/ |
D | vrc4171_card.c | 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() [all …]
|