Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-cards.c3749 if (btv->mbox_ior) { in bttv_tea575x_set_pins()
3754 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bttv_tea575x_set_pins()
3755 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bttv_tea575x_set_pins()
3766 if (btv->mbox_ior) { in bttv_tea575x_get_pins()
3768 gpio_bits(btv->mbox_ior | btv->mbox_csel, 0); in bttv_tea575x_get_pins()
3772 if (btv->mbox_ior) { in bttv_tea575x_get_pins()
3774 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bttv_tea575x_get_pins()
3775 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bttv_tea575x_get_pins()
3834 btv->mbox_ior = 1 << 9; in terratec_active_radio_upgrade()
Dbttvp.h403 int mbox_ior; member