Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c3764 if (btv->mbox_ior) { in bttv_tea575x_set_pins()
3769 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bttv_tea575x_set_pins()
3770 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bttv_tea575x_set_pins()
3781 if (btv->mbox_ior) { in bttv_tea575x_get_pins()
3783 gpio_bits(btv->mbox_ior | btv->mbox_csel, 0); in bttv_tea575x_get_pins()
3787 if (btv->mbox_ior) { in bttv_tea575x_get_pins()
3789 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bttv_tea575x_get_pins()
3790 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bttv_tea575x_get_pins()
3849 btv->mbox_ior = 1 << 9; in terratec_active_radio_upgrade()
Dbttvp.h459 int mbox_ior; member