Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c3750 if (btv->mbox_ior) { in bttv_tea575x_set_pins()
3755 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bttv_tea575x_set_pins()
3756 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bttv_tea575x_set_pins()
3767 if (btv->mbox_ior) { in bttv_tea575x_get_pins()
3769 gpio_bits(btv->mbox_ior | btv->mbox_csel, 0); in bttv_tea575x_get_pins()
3773 if (btv->mbox_ior) { in bttv_tea575x_get_pins()
3775 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bttv_tea575x_get_pins()
3776 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bttv_tea575x_get_pins()
3835 btv->mbox_ior = 1 << 9; in terratec_active_radio_upgrade()
H A Dbttvp.h403 int mbox_ior; member