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

/freebsd-13-stable/sys/dev/pccard/
H A Dpccardvar.h124 #define pccard_cis_read_1(tuple, idx0) \ macro
128 (pccard_cis_read_1((tuple), ((tuple)->ptr+(2+(idx1)))))
H A Dpccard_cis.c184 tuple.code = pccard_cis_read_1(&tuple, tuple.ptr);
216 tuple.length = pccard_cis_read_1(&tuple, tuple.ptr + 1);
443 tuple.code = pccard_cis_read_1(&tuple, tuple.ptr);
449 tuple.length = pccard_cis_read_1(&tuple, tuple.ptr + 1);

Completed in 22 milliseconds