Searched refs:enqueue_cmd (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/sound/soc/blackfin/ |
D | bf5xx-ac97.c | 100 static void enqueue_cmd(struct snd_ac97 *ac97, __u16 addr, __u16 data) in enqueue_cmd() function 154 enqueue_cmd(ac97, (reg << 8), val); /* write */ in bf5xx_ac97_write() 155 enqueue_cmd(ac97, (reg << 8) | 0x8000, 0); /* read back */ in bf5xx_ac97_write()
|
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 583 int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, member
|
D | bnx2x_sp.c | 3587 rc = o->enqueue_cmd(bp, p->mcast_obj, p, cmd); in bnx2x_config_mcast() 3669 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj() 3695 mcast_obj->enqueue_cmd = NULL; in bnx2x_init_mcast_obj() 3713 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj()
|