Home
last modified time | relevance | path

Searched refs:IEEE1284_ADDR (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/parport/
H A Dieee1284.c325 int m = mode & ~IEEE1284_ADDR; in parport_negotiate()
336 if ((port->ieee1284.mode & ~IEEE1284_ADDR) == (mode & ~IEEE1284_ADDR)){ in parport_negotiate()
590 int addr = mode & IEEE1284_ADDR; in parport_write()
594 mode &= ~(IEEE1284_DEVICEID | IEEE1284_ADDR); in parport_write()
681 int addr = mode & IEEE1284_ADDR; in parport_read()
685 mode &= ~(IEEE1284_DEVICEID | IEEE1284_ADDR); in parport_read()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dppdev.c139 mode = pport->ieee1284.mode & ~(IEEE1284_DEVICEID | IEEE1284_ADDR); in pp_read()
158 if (pport->ieee1284.mode & IEEE1284_ADDR) in pp_read()
215 mode = pport->ieee1284.mode & ~(IEEE1284_DEVICEID | IEEE1284_ADDR); in pp_write()
232 if (pport->ieee1284.mode & IEEE1284_ADDR) { in pp_write()
328 | IEEE1284_ADDR)) { in init_phase()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dparport.h87 #define IEEE1284_ADDR (1<<13) /* This is a flag */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dparport.h87 #define IEEE1284_ADDR (1<<13) /* This is a flag */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dparport.h87 #define IEEE1284_ADDR (1<<13) /* This is a flag */ macro