Searched defs:OUTL (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | dc2114x.c | 177 static void OUTL(struct eth_device* dev, int command, u_long addr) in OUTL() function
|
H A D | natsemi.c | 270 OUTL(struct eth_device *dev, int command, u_long addr) in OUTL() function
|
H A D | ns8382x.c | 291 OUTL(struct eth_device *dev, int command, u_long addr) in OUTL() function
|
H A D | eepro100.c | 242 static inline void OUTL (struct eth_device *dev, int command, u_long addr) in OUTL() function
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 198 #define OUTL(np, r, v) OUTL_OFF(np, offsetof(struct sym_reg, r), (v)) macro
|
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.h | 424 #define OUTL(r, val) OUTL_OFF (offsetof(struct ncr_reg,r), (val)) macro
|