Searched refs:isapnp_read_byte (Results 1 – 4 of 4) sorted by relevance
116 unsigned char isapnp_read_byte(unsigned char idx) in isapnp_read_byte() function126 val = isapnp_read_byte(idx); in isapnp_read_word()127 val = (val << 8) + isapnp_read_byte(idx + 1); in isapnp_read_word()198 d = isapnp_read_byte(0x05); in isapnp_peek()208 d = isapnp_read_byte(0x04); /* PRESDI */ in isapnp_peek()847 EXPORT_SYMBOL(isapnp_read_byte);857 dev->active = isapnp_read_byte(ISAPNP_CFG_ACTIVATE); in isapnp_get_resources()877 ret = isapnp_read_byte(ISAPNP_CFG_DMA + i); in isapnp_get_resources()
43 val = isapnp_read_byte(pos); in isapnp_proc_bus_read()
66 unsigned char isapnp_read_byte(unsigned char idx);89 static inline unsigned char isapnp_read_byte(unsigned char idx) { return 0xff; } in isapnp_read_byte() function
522 if (isapnp_read_byte(PIO_DATA_REG) & HP_82341D_XILINX_READY_BIT) in xilinx_ready()542 if (isapnp_read_byte(PIO_DATA_REG) & HP_82341D_XILINX_DONE_BIT) in xilinx_done()