Searched refs:pccard_cis_read_1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/pccard/
H A Dpccardvar.h117 #define pccard_cis_read_1(tuple, idx0) \ macro
121 (pccard_cis_read_1((tuple), ((tuple)->ptr+(2+(idx1)))))
H A Dpccard_cis.c182 tuple.code = pccard_cis_read_1(&tuple, tuple.ptr);
214 tuple.length = pccard_cis_read_1(&tuple, tuple.ptr + 1);
441 tuple.code = pccard_cis_read_1(&tuple, tuple.ptr);
447 tuple.length = pccard_cis_read_1(&tuple, tuple.ptr + 1);

Completed in 91 milliseconds