Searched refs:bz (Results 1 – 2 of 2) sorted by relevance
403 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_bfifo()745 struct bzfifo *bz; in hfcpci_fill_fifo() local769 z1t = &bz->za[MAX_B_FRAMES].z1; in hfcpci_fill_fifo()851 __func__, bch->nr, bz->f1, bz->f2, in hfcpci_fill_fifo()852 bz->za[bz->f1].z1); in hfcpci_fill_fifo()853 fcnt = bz->f1 - bz->f2; /* frame count actually buffered */ in hfcpci_fill_fifo()863 maxlen = le16_to_cpu(bz->za[bz->f2].z2) - in hfcpci_fill_fifo()864 le16_to_cpu(bz->za[bz->f1].z1) - 1; in hfcpci_fill_fifo()877 new_z1 = le16_to_cpu(bz->za[bz->f1].z1) + count; in hfcpci_fill_fifo()884 dst = bdata + (le16_to_cpu(bz->za[bz->f1].z1) - B_SUB_VAL); in hfcpci_fill_fifo()[all …]
25 iwlwifi-$(CONFIG_IWLMVM) += cfg/bz.o cfg/sc.o26 iwlwifi-$(CONFIG_IWLMLD) += cfg/bz.o cfg/sc.o cfg/dr.o
Completed in 9 milliseconds