Searched refs:spp_1284_read (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ppbus/ |
H A D | ppb_1284.c | 525 spp_1284_read(device_t bus, int mode, char *buffer, int max, int *read) in spp_1284_read() function 606 error = spp_1284_read(bus, PPB_NIBBLE, buffer, max, read); in ppb_1284_read_id() 611 error = spp_1284_read(bus, PPB_BYTE, buffer, max, read); in ppb_1284_read_id() 635 error = spp_1284_read(bus, mode, buffer, max, read); in ppb_1284_read()
|
H A D | ppb_1284.h | 113 extern int spp_1284_read(device_t, int, char *, int, int *);
|