Lines Matching refs:reg_info
18 static const struct reg_info ngbe_regs_general[] = {
28 static const struct reg_info ngbe_regs_nvm[] = {
32 static const struct reg_info ngbe_regs_interrupt[] = {
36 static const struct reg_info ngbe_regs_fctl_others[] = {
40 static const struct reg_info ngbe_regs_rxdma[] = {
44 static const struct reg_info ngbe_regs_rx[] = {
48 static struct reg_info ngbe_regs_tx[] = {
52 static const struct reg_info ngbe_regs_wakeup[] = {
56 static const struct reg_info ngbe_regs_mac[] = {
60 static const struct reg_info ngbe_regs_diagnostic[] = {
65 static const struct reg_info *ngbe_regs_others[] = {
2926 const struct reg_info *reg_group; in ngbe_get_reg_length()
2927 const struct reg_info **reg_set = ngbe_regs_others; in ngbe_get_reg_length()
2943 const struct reg_info *reg_group; in ngbe_get_regs()
2944 const struct reg_info **reg_set = ngbe_regs_others; in ngbe_get_regs()