Searched refs:isapnp_write_byte (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Disapnp.h67 void isapnp_write_byte(unsigned char idx, unsigned char val);
90 static inline void isapnp_write_byte(unsigned char idx, unsigned char val) { ; } function
/linux-master/drivers/pnp/isapnp/
H A Dcore.c130 void isapnp_write_byte(unsigned char idx, unsigned char val) function
138 isapnp_write_byte(idx, val >> 8);
139 isapnp_write_byte(idx + 1, val);
163 isapnp_write_byte(0x02, 0x02);
168 isapnp_write_byte(0x03, csn);
173 isapnp_write_byte(0x07, logdev);
179 isapnp_write_byte(ISAPNP_CFG_ACTIVATE, 1);
186 isapnp_write_byte(ISAPNP_CFG_ACTIVATE, 0);
244 isapnp_write_byte(0x00, isapnp_rdp >> 2);
258 isapnp_write_byte(
846 EXPORT_SYMBOL(isapnp_write_byte); variable
[all...]
/linux-master/sound/isa/
H A Des18xx.c1964 isapnp_write_byte(0x27, pnp_irq(pdev, 0)); /* Hardware Volume IRQ Number */
1966 isapnp_write_byte(0x28, pnp_irq(pdev, 0)); /* MPU-401 IRQ Number */
1967 isapnp_write_byte(0x72, pnp_irq(pdev, 0)); /* second IRQ */

Completed in 138 milliseconds