Searched refs:gctl (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/sound/pci/emu10k1/ |
D | emufx.c | 691 struct snd_emu10k1_fx8010_control_gpr *gctl, in copy_gctl() argument 698 return copy_from_user(gctl, &_gctl[idx], sizeof(*gctl)); in copy_gctl() 700 if (copy_from_user(gctl, &octl[idx], sizeof(*octl))) in copy_gctl() 702 gctl->tlv = NULL; in copy_gctl() 708 struct snd_emu10k1_fx8010_control_gpr *gctl, in copy_gctl_to_user() argument 714 return copy_to_user(&_gctl[idx], gctl, sizeof(*gctl)); in copy_gctl_to_user() 717 return copy_to_user(&octl[idx], gctl, sizeof(*octl)); in copy_gctl_to_user() 726 struct snd_emu10k1_fx8010_control_gpr *gctl; in snd_emu10k1_verify_controls() local 736 gctl = kmalloc(sizeof(*gctl), GFP_KERNEL); in snd_emu10k1_verify_controls() 737 if (! gctl) in snd_emu10k1_verify_controls() [all …]
|
/linux-3.4.99/sound/pci/ctxfi/ |
D | cthw20k2.c | 1364 unsigned int gctl; in hw_auto_init() local 1367 gctl = hw_read_20kx(hw, GLOBAL_CNTL_GCTL); in hw_auto_init() 1368 set_field(&gctl, GCTL_AIE, 0); in hw_auto_init() 1369 hw_write_20kx(hw, GLOBAL_CNTL_GCTL, gctl); in hw_auto_init() 1370 set_field(&gctl, GCTL_AIE, 1); in hw_auto_init() 1371 hw_write_20kx(hw, GLOBAL_CNTL_GCTL, gctl); in hw_auto_init() 1374 gctl = hw_read_20kx(hw, GLOBAL_CNTL_GCTL); in hw_auto_init() 1375 if (get_field(gctl, GCTL_AID)) in hw_auto_init() 1378 if (!get_field(gctl, GCTL_AID)) { in hw_auto_init() 2028 unsigned int gctl; in hw_card_start() local [all …]
|
D | cthw20k1.c | 1339 unsigned int gctl; in hw_auto_init() local 1342 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 1343 set_field(&gctl, GCTL_EAI, 0); in hw_auto_init() 1344 hw_write_20kx(hw, GCTL, gctl); in hw_auto_init() 1345 set_field(&gctl, GCTL_EAI, 1); in hw_auto_init() 1346 hw_write_20kx(hw, GCTL, gctl); in hw_auto_init() 1349 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 1350 if (get_field(gctl, GCTL_AID)) in hw_auto_init() 1353 if (!get_field(gctl, GCTL_AID)) { in hw_auto_init() 2005 unsigned int gctl; in hw_card_init() local [all …]
|
/linux-3.4.99/sound/pci/lola/ |
D | lola.c | 311 unsigned int gctl = lola_readl(chip, BAR0, GCTL); in reset_controller() local 314 if (gctl) { in reset_controller() 325 gctl = lola_readl(chip, BAR0, GCTL); in reset_controller() 326 if (gctl) in reset_controller() 329 if (!gctl) { in reset_controller()
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | bfin_serial.h | 151 __BFP(gctl); 180 __BFP(gctl);
|
/linux-3.4.99/arch/blackfin/kernel/ |
D | debug-mmrs.c | 545 __UART(GCTL, gctl); in bfin_debug_mmrs_uart() 567 __UART(GCTL, gctl); in bfin_debug_mmrs_uart()
|