Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dcanon630u-common.c212 CHK (gl640WriteReq (fd, GL640_EPP_ADDR, addr)); in write_byte()
223 CHK (gl640WriteReq (fd, GL640_EPP_ADDR, addr)); in read_byte()
247 CHK (gl640WriteReq (fd, GL640_EPP_ADDR, addr)); in write_bulk()
269 CHK (gl640WriteReq (fd, GL640_EPP_ADDR, addr)); in read_bulk()
511 gl640WriteReq (fd, GL640_GPIO_OE, 0x70); in init()
516 gl640WriteReq (fd, GL640_GPIO_WRITE, 0x00); in init()
517 gl640WriteReq (fd, GL640_GPIO_WRITE, 0x40); in init()
520 gl640WriteReq (fd, GL640_SPP_DATA, 0x99); in init()
521 gl640WriteReq (fd, GL640_SPP_DATA, 0x66); in init()
522 gl640WriteReq (fd, GL640_SPP_DATA, 0xcc); in init()
[all …]
H A Du12-io.c214 gl640WriteReq( int fd, GL640_Request req, u_char data ) in gl640WriteReq() function
312 return gl640WriteReq( fd, GL640_SPP_DATA, data); in outb_data()
319 return gl640WriteReq( fd, GL640_SPP_CONTROL, data); in outb_ctrl()
330 gl640WriteReq( dev->fd, GL640_EPP_ADDR, reg ); in u12io_RegisterToScanner()
388 gl640WriteReq( dev->fd, GL640_EPP_ADDR, reg ); in u12io_DataFromRegister()
589 gl640WriteReq( dev->fd, GL640_EPP_ADDR, REG_ASICID ); in u12io_IsConnected()
600 gl640WriteReq( dev->fd, GL640_EPP_ADDR, REG_ASICID ); in u12io_IsConnected()