Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-cards.c3697 btv->mbox_iow = 1 << 8; in terratec_active_radio_upgrade()
4167 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_low()
4168 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_low()
4176 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_low()
4184 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_high()
4185 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_high()
4193 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_high()
4201 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_in()
4202 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_in()
4205 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_in()
[all …]
Dbttvp.h446 int mbox_iow; member