Searched defs:he_dev (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/drivers/atm/ |
| D | he.h | 252 struct he_dev { struct 253 unsigned int number; 254 unsigned int irq; 255 void __iomem *membase; 257 char prod_id[30]; 258 char mac_addr[6]; 259 int media; 261 unsigned int vcibits, vpibits; 262 unsigned int cells_per_row; 263 unsigned int bytes_per_row; [all …]
|
| D | he.c | 182 he_writel_internal(struct he_dev *he_dev, unsigned val, unsigned addr, in he_writel_internal() 201 he_readl_internal(struct he_dev *he_dev, unsigned addr, unsigned flags) in he_readl_internal() 328 __find_vcc(struct he_dev *he_dev, unsigned cid) in __find_vcc() 355 struct he_dev *he_dev = NULL; in he_init_one() local 411 struct he_dev *he_dev; in he_remove_one() local 445 static void he_init_rx_lbfp0(struct he_dev *he_dev) in he_init_rx_lbfp0() 475 static void he_init_rx_lbfp1(struct he_dev *he_dev) in he_init_rx_lbfp1() 505 static void he_init_tx_lbfp(struct he_dev *he_dev) in he_init_tx_lbfp() 534 static int he_init_tpdrq(struct he_dev *he_dev) in he_init_tpdrq() 555 static void he_init_cs_block(struct he_dev *he_dev) in he_init_cs_block() [all …]
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | he.h | 252 struct he_dev { struct 253 unsigned int number; 254 unsigned int irq; 255 void __iomem *membase; 257 char prod_id[30]; 258 char mac_addr[6]; 259 int media; 261 unsigned int vcibits, vpibits; 262 unsigned int cells_per_row; 263 unsigned int bytes_per_row; [all …]
|
| D | he.c | 182 he_writel_internal(struct he_dev *he_dev, unsigned val, unsigned addr, in he_writel_internal() 201 he_readl_internal(struct he_dev *he_dev, unsigned addr, unsigned flags) in he_readl_internal() 328 __find_vcc(struct he_dev *he_dev, unsigned cid) in __find_vcc() 355 struct he_dev *he_dev = NULL; in he_init_one() local 411 struct he_dev *he_dev; in he_remove_one() local 445 static void he_init_rx_lbfp0(struct he_dev *he_dev) in he_init_rx_lbfp0() 475 static void he_init_rx_lbfp1(struct he_dev *he_dev) in he_init_rx_lbfp1() 505 static void he_init_tx_lbfp(struct he_dev *he_dev) in he_init_tx_lbfp() 534 static int he_init_tpdrq(struct he_dev *he_dev) in he_init_tpdrq() 555 static void he_init_cs_block(struct he_dev *he_dev) in he_init_cs_block() [all …]
|