Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pccard/
H A Dpccardvar.h255 #define pccard_cis_read_1(tuple, idx0) \ macro
259 (pccard_cis_read_1((tuple), ((tuple)->ptr+(2+(idx1)))))
H A Dpccard_cis.c170 tuple.code = pccard_cis_read_1(&tuple, tuple.ptr); in pccard_scan_cis()
198 tuple.length = pccard_cis_read_1(&tuple, tuple.ptr + 1); in pccard_scan_cis()
413 tuple.code = pccard_cis_read_1(&tuple, tuple.ptr); in pccard_scan_cis()
419 tuple.length = pccard_cis_read_1(&tuple, tuple.ptr + 1); in pccard_scan_cis()