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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/
H A Dportman2x4.c215 static inline void portman_write_data(struct portman *pm, u8 value) function
248 portman_write_data(pm, mididata);
298 portman_write_data(pm, 0); /* Make sure edge is down. */
321 portman_write_data(pm, 1); /* Cause rising edge, which shifts data. */
324 portman_write_data(pm, 0); /* Cause falling edge while data settles. */
326 portman_write_data(pm, 1); /* Cause rising edge, which shifts data. */
329 portman_write_data(pm, 0); /* Cause falling edge while data settles. */
331 portman_write_data(pm, 1); /* Cause rising edge, which shifts data. */
334 portman_write_data(pm, 0); /* Cause falling edge while data settles. */
336 portman_write_data(p
[all...]

Completed in 46 milliseconds