Searched refs:mbox_csel (Results 1 – 2 of 2) sorted by relevance
3762 btv->mbox_csel = 1 << 10; in terratec_active_radio_upgrade()4309 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_low()4310 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_low()4318 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_low()4326 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_high()4327 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_high()4335 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_high()4343 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel, in bus_in()4344 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel); in bus_in()4347 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0); in bus_in()[all …]
458 int mbox_csel; member