Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-cards.c3760 if (btv->mbox_ior) { in bttv_tea575x_set_pins()
3765 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bttv_tea575x_set_pins()
3766 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bttv_tea575x_set_pins()
3777 if (btv->mbox_ior) { in bttv_tea575x_get_pins()
3779 gpio_bits(btv->mbox_ior | btv->mbox_csel, 0); in bttv_tea575x_get_pins()
3783 if (btv->mbox_ior) { in bttv_tea575x_get_pins()
3785 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bttv_tea575x_get_pins()
3786 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bttv_tea575x_get_pins()
3845 btv->mbox_ior = 1 << 9; in terratec_active_radio_upgrade()
Dbttvp.h458 int mbox_ior; member