Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-cards.c3687 btv->mbox_csel = 1 << 10; in terratec_active_radio_upgrade()
4144 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_low()
4145 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_low()
4153 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_low()
4161 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_high()
4162 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_high()
4170 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_high()
4178 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_in()
4179 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_in()
4182 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_in()
[all …]
Dbttvp.h460 int mbox_csel; member