Home
last modified time | relevance | path

Searched refs:nec7210_ioport_write_byte (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpib/include/
H A Dnec7210.h126 void nec7210_ioport_write_byte(struct nec7210_priv *priv, u8 data, unsigned int register_num);
/linux/drivers/gpib/nec7210/
H A Dnec7210.c1027 void nec7210_ioport_write_byte(struct nec7210_priv *priv, u8 data, unsigned int register_num) in nec7210_ioport_write_byte() function
1038 EXPORT_SYMBOL(nec7210_ioport_write_byte);
/linux/drivers/gpib/pc2/
H A Dpc2_gpib.c268 nec_priv->write_byte = nec7210_ioport_write_byte; in pc2_generic_attach()