Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_65xx.c302 unsigned int port_mask, port_rising, port_falling; in ni_65xx_update_edge_detection() local
309 port_rising = rising >> bitshift; in ni_65xx_update_edge_detection()
313 port_rising = rising << -bitshift; in ni_65xx_update_edge_detection()
318 port_rising |= in ni_65xx_update_edge_detection()
327 writeb(port_rising & 0xff, in ni_65xx_update_edge_detection()