Searched refs:read_cis_cache (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pcmcia/ |
H A D | cistpl.c | 283 * read_cis_cache() - read CIS memory or its associated cache 289 static int read_cis_cache(struct pcmcia_socket *s, int attr, u_int addr, read_cis_cache() function 485 ret = read_cis_cache(s, LINK_SPACE(tuple->Flags), follow_link() 504 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); follow_link() 514 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); follow_link() 544 ret = read_cis_cache(s, attr, ofs, 2, link); pccard_get_next_tuple() 559 ret = read_cis_cache(s, attr, ofs, 2, link); pccard_get_next_tuple() 575 ret = read_cis_cache(s, attr, ofs+2, 4, pccard_get_next_tuple() 583 ret = read_cis_cache(s, attr, ofs+2, 4, pccard_get_next_tuple() 599 ret = read_cis_cache(s, attr, ofs+2, pccard_get_next_tuple() 650 ret = read_cis_cache(s, SPACE(tuple->Flags), pccard_get_tuple_data()
|
Completed in 59 milliseconds