Lines Matching defs:data
307 /* DVB cards (using pci function .1 for mpeg data xfer) */
726 gpio02: om5610-data
2230 /* Based on the Nebula card data - added remote and new card number - BTTV_BOARD_AVDVBT_761, see also ir-kbd-gpio.c */
2369 * 07: data (1->on, 0->off)
3080 btv->tea_gpio.data = 9;
3377 btv->tea_gpio.data = 4;
3744 val |= (pins & TEA575X_DATA) ? (1 << gpio.data) : 0;
3748 gpio_bits((1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), val);
3778 if (val & (1 << gpio.data))
3790 u32 mask = (1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) |
3794 gpio_inout(mask, (1 << gpio.data) | (1 << gpio.clk) |
3831 btv->tea_gpio.data = 2;
3908 rc = pvr_altera_load(btv, fw_entry->data, fw_entry->size);
4218 * - if ( data>>18 & 0x01 != 0) || ( buf>>19 & 0x01 != 1 )
4471 * A data value (gpio bit 7) of '1' enables the switch, and '0' disables
4472 * the switch. A STROBE bit (gpio bit 8) latches the data value into the
4473 * specified address. The idea is to set the address and data, then bring
4479 unsigned char data) {
4482 udata = (data << 7) | ((yaddr&3) << 4) | (xaddr&0xf);
4492 * number, writes the appropriate data to the analog switch, and housekeeps
4760 * A data value (gpio bit 18) of '1' enables the switch, and '0' disables
4761 * the switch. A STROBE bit (gpio bit 17) latches the data value into the
4764 * STROBE high, write the data, and finally bring STROBE back to low.
4769 unsigned char data) {
4776 * 18: data (1->on, 0->off)
4782 const u32 DATA = data<<18;
4805 * data to the analog switch, and housekeeps the local copy of the switch