Home
last modified time | relevance | path

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

/drivers/net/wireless/b43/
Dtables_phy_lcn.c474 type = offset & B43_LCNTAB_TYPEMASK; in b43_lcntab_read()
475 offset &= ~B43_LCNTAB_TYPEMASK; in b43_lcntab_read()
507 type = offset & B43_LCNTAB_TYPEMASK; in b43_lcntab_read_bulk()
508 offset &= ~B43_LCNTAB_TYPEMASK; in b43_lcntab_read_bulk()
542 type = offset & B43_LCNTAB_TYPEMASK; in b43_lcntab_write()
575 type = offset & B43_LCNTAB_TYPEMASK; in b43_lcntab_write_bulk()
576 offset &= ~B43_LCNTAB_TYPEMASK; in b43_lcntab_write_bulk()
Dtables_phy_lcn.h5 #define B43_LCNTAB_TYPEMASK 0xF0000000 macro